mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
adding a failed_when condition
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
group: "{{ atl_product_user }}"
|
group: "{{ atl_product_user }}"
|
||||||
mode: 0750
|
mode: 0750
|
||||||
state: directory
|
state: directory
|
||||||
|
register: create_shared_home_dir
|
||||||
|
failed_when:
|
||||||
|
- create_shared_home_dir.rc != 0
|
||||||
|
- "'already exists as a link' not in create_shared_home_dir.msg"
|
||||||
|
|
||||||
- name: Create Bitbucket config file
|
- name: Create Bitbucket config file
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|||||||
Reference in New Issue
Block a user