enforce correct permissions on mounted filesystems attached to atl_product_home

This commit is contained in:
Lee Goolsbee
2024-03-27 10:08:27 -05:00
parent 704b4b2004
commit 1838e7b874

View File

@@ -1,5 +1,5 @@
--- ---
- name: Create additional Bitbucket dirs if necessary - name: Enforce correct permissions on mounted filesystems attached to atl_product_home
ansible.builtin.file: ansible.builtin.file:
path: "{{ item }}" path: "{{ item }}"
owner: "{{ atl_product_user }}" owner: "{{ atl_product_user }}"
@@ -8,6 +8,7 @@
state: directory state: directory
recurse: no recurse: no
with_items: with_items:
- "{{ atl_product_home }}"
- "{{ atl_product_home }}/caches" - "{{ atl_product_home }}/caches"
- "{{ atl_product_home }}/log" - "{{ atl_product_home }}/log"