Commit e6341b12 by John Jarvis

fixing directory perms for discern

parent 5d0c6d09
......@@ -19,7 +19,8 @@
- name: discern | create discern data dir, owned by {{ common_web_user }}
file: >
path="{{ discern_data_dir }}" state=directory
owner="{{ common_web_user }}"
owner="{{ common_web_user }}" group="{{ discern_user }}"
mode=0775
- name: discern | install debian packages that discern needs
apt: pkg={{ item }} state=present
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment