mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITPLT-3227 avoid ansible hanging attempting to chown mesh application files
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
group: "{{ atl_product_user_uid }}"
|
group: "{{ atl_product_user_uid }}"
|
||||||
mode: 0750
|
mode: 0750
|
||||||
state: directory
|
state: directory
|
||||||
recurse: yes
|
recurse: no
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ atl_home_base }}/{{ atl_product_edition }}"
|
- "{{ atl_home_base }}/{{ atl_product_edition }}"
|
||||||
- "{{ atl_home_base }}/{{ atl_product_user }}"
|
- "{{ atl_home_base }}/{{ atl_product_user }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user