DCD-224: More permissions adjustments.

This commit is contained in:
Steve Smith
2019-05-08 13:07:44 +10:00
parent 3df72abd8a
commit 07e80d8a21

View File

@@ -33,7 +33,7 @@
file:
path: "{{ item }}"
state: directory
mode: "u=rwX,g=rX,o-a"
mode: 0750
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
with_items:
@@ -60,7 +60,7 @@
file:
path: "{{ item }}"
state: directory
mode: 0750
mode: "u=rwX,g=rX,o-a"
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
recurse: true