mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
Merged in ITPLT-3227-fix-dcd-ansible-stuck-modifying-file-perms-on-mesh (pull request #204)
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 }}"
|
||||
mode: 0750
|
||||
state: directory
|
||||
recurse: yes
|
||||
recurse: no
|
||||
with_items:
|
||||
- "{{ atl_home_base }}/{{ atl_product_edition }}"
|
||||
- "{{ atl_home_base }}/{{ atl_product_user }}"
|
||||
|
||||
Reference in New Issue
Block a user