summaryrefslogtreecommitdiffstats
path: root/roles/IMAP/tasks
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-05-14 23:13:52 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-05-14 23:13:52 +0200
commitfcc12720a977c754b1e7ef79d67410b445caf065 (patch)
treea6455c2b5ddd9b98a0e4cbe230d8039e275d1cef /roles/IMAP/tasks
parent32508606f6bac9d0b5e0eedbbaa5074d2200251b (diff)
Change group of executables in /usr/local/{bin,sbin} from root to staff.
Diffstat (limited to 'roles/IMAP/tasks')
-rw-r--r--roles/IMAP/tasks/imap.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP/tasks/imap.yml b/roles/IMAP/tasks/imap.yml
index fc171a3..3fcb31f 100644
--- a/roles/IMAP/tasks/imap.yml
+++ b/roles/IMAP/tasks/imap.yml
@@ -13,7 +13,7 @@
- name: Copy list-users.pl
copy: src=usr/local/bin/list-users.pl
dest=/usr/local/bin/list-users.pl
- owner=root group=root
+ owner=root group=staff
mode=0755
- name: Create a user 'vmail'