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:
Alan Cheng
2023-08-25 03:57:32 +00:00

View File

@@ -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 }}"