mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
first round of fixes from testing
This commit is contained in:
@@ -1,18 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Create Bitbucket dirs if necessary
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
owner: "{{ atl_product_user_uid }}"
|
||||
group: "{{ atl_product_user_uid }}"
|
||||
mode: 0750
|
||||
state: directory
|
||||
recurse: no
|
||||
with_items:
|
||||
- "{{ atl_home_base }}/{{ atl_product_edition }}"
|
||||
- "{{ atl_home_base }}/{{ atl_product_user }}"
|
||||
- "{{ atl_product_installation_base }}"
|
||||
|
||||
# the owner/group on the unarchive above isn't thorough
|
||||
- name: adjust permissions on the extracted directory
|
||||
ansible.builtin.file:
|
||||
|
||||
Reference in New Issue
Block a user