summaryrefslogtreecommitdiffstats
path: root/roles/lists/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/lists/tasks
parent32508606f6bac9d0b5e0eedbbaa5074d2200251b (diff)
Change group of executables in /usr/local/{bin,sbin} from root to staff.
Diffstat (limited to 'roles/lists/tasks')
-rw-r--r--roles/lists/tasks/mail.yml2
-rw-r--r--roles/lists/tasks/mlmmj.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/lists/tasks/mail.yml b/roles/lists/tasks/mail.yml
index a7c8bd6..409a74b 100644
--- a/roles/lists/tasks/mail.yml
+++ b/roles/lists/tasks/mail.yml
@@ -38,7 +38,7 @@
- name: Copy the 'sympa-queue' wrapper
copy: src=usr/local/bin/sympa-queue
dest=/usr/local/bin/sympa-queue
- owner=root group=root
+ owner=root group=staff
mode=0755
diff --git a/roles/lists/tasks/mlmmj.yml b/roles/lists/tasks/mlmmj.yml
index e5e029f..45fc8f4 100644
--- a/roles/lists/tasks/mlmmj.yml
+++ b/roles/lists/tasks/mlmmj.yml
@@ -36,7 +36,7 @@
- name: Copy mlmmj-newlist.sh and mhonarc-scan.sh
copy: src=usr/local/bin/{{ item }}
dest=/usr/local/bin/{{ item }}
- owner=root group=root
+ owner=root group=staff
mode=0755
with_items:
- mlmmj-newlist.sh