mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ansible doesn't seem to like updating an empty folder to a symlink, removing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Create the product local home directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ atl_product_home }}/shared"
|
||||
path: "{{ atl_product_home }}"
|
||||
state: directory
|
||||
owner: "{{ atl_product_user }}"
|
||||
group: "{{ atl_product_user }}"
|
||||
|
||||
Reference in New Issue
Block a user