mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
ITOPSENG-164 ansible-lint fixes
This commit is contained in:
@@ -188,7 +188,7 @@
|
|||||||
move_binary: true
|
move_binary: true
|
||||||
when:
|
when:
|
||||||
- moving_lock_created is succeeded
|
- moving_lock_created is succeeded
|
||||||
- moving_lock_created.changed == True
|
- moving_lock_created.changed
|
||||||
# Otherwise directory lock was either already created or
|
# Otherwise directory lock was either already created or
|
||||||
# could not be created. Fall back is to continue and install from temp
|
# could not be created. Fall back is to continue and install from temp
|
||||||
|
|
||||||
@@ -205,7 +205,7 @@
|
|||||||
remote_src: true
|
remote_src: true
|
||||||
when:
|
when:
|
||||||
- moving_lock_created is succeeded
|
- moving_lock_created is succeeded
|
||||||
- moving_lock_created.changed == True
|
- moving_lock_created.changed
|
||||||
register: copied
|
register: copied
|
||||||
|
|
||||||
- name: Create completed_lock once product installer downloaded and copied
|
- name: Create completed_lock once product installer downloaded and copied
|
||||||
|
|||||||
Reference in New Issue
Block a user