summaryrefslogtreecommitdiffstats
path: root/roles/lists/tasks/mlmmj.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lists/tasks/mlmmj.yml')
-rw-r--r--roles/lists/tasks/mlmmj.yml2
1 files changed, 1 insertions, 1 deletions
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
@@ -19,41 +19,41 @@
file: path=/var/spool/mlmmj
state=directory
owner=mlmmj group=mlmmj
mode=0700
- name: Create /var/lib/mlmmj
file: path=/var/lib/mlmmj
state=directory
owner=mlmmj group=mlmmj
mode=0750
- name: Auto-maintain mlmmj's spool directory
copy: src=etc/cron.d/mlmmj
dest=/etc/cron.d/mlmmj
owner=root group=root
mode=0644
- 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
- mhonarc-scan.sh
- name: Copy /etc/mhonarc.rc
copy: src=etc/mhonarc.rc
dest=/etc/mhonarc.rc
owner=root group=root
mode=0644
- name: Create /usr/share/mlmmj/static/{css,fonts}
file: path=/usr/share/mlmmj/static/{{ item }}
state=directory
owner=root group=root
mode=0755
with_items:
- css
- fonts