mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
enforce correct permissions on mounted filesystems attached to atl_product_home
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user