mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -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:
|
||||
path: "{{ item }}"
|
||||
owner: "{{ atl_product_user }}"
|
||||
@@ -8,6 +8,7 @@
|
||||
state: directory
|
||||
recurse: no
|
||||
with_items:
|
||||
- "{{ atl_product_home }}"
|
||||
- "{{ atl_product_home }}/caches"
|
||||
- "{{ atl_product_home }}/log"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user