From bae0c5fa3ebfec02aec9705818ec7dc40d1d1f7f Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 22 Jan 2023 15:21:03 +0100 Subject: [PATCH] added mime role --- install.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.yml b/install.yml index eb7e3d4..4f3ae97 100644 --- a/install.yml +++ b/install.yml @@ -21,7 +21,7 @@ - role: git tags: git,cli - role: ssh - tags: ssh + tags: ssh - role: htop tags: htop @@ -65,3 +65,6 @@ - role: zim tags: zim when: ansible_user_id != 'root' + - role: mime + tags: mime + when: ansible_user_id != 'root'