mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
adding a changed_when for molecule idempotence check
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
owner: "{{ atl_product_user }}"
|
owner: "{{ atl_product_user }}"
|
||||||
group: "{{ atl_product_user }}"
|
group: "{{ atl_product_user }}"
|
||||||
mode: "0754"
|
mode: "0754"
|
||||||
|
changed_when: false # For Molecule idempotence check
|
||||||
|
|
||||||
- name: Symlink the the shared home
|
- name: Symlink the the shared home
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|||||||
Reference in New Issue
Block a user