ITPLT-3227 avoid ansible hanging attempting to chown mesh application files

This commit is contained in:
Alan Cheng
2023-08-25 12:14:11 +10:00
parent a202b9bace
commit c29e05abdd

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