ansible doesn't seem to like updating an empty folder to a symlink, removing

This commit is contained in:
Geoff Jacobs
2023-04-26 15:52:30 +10:00
parent 73d2fd32d9
commit 31cd3e4d57

View File

@@ -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 }}"