mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-813: Remove old comments.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
retries: 6
|
||||
delay: 15
|
||||
failed_when: output is defined and output.json is defined and output.json.state != 'INITIALISING'
|
||||
#failed_when: "'INITIALISING' not in output.content"
|
||||
|
||||
- name: get import status
|
||||
uri:
|
||||
@@ -47,7 +46,6 @@
|
||||
return_content: yes
|
||||
register: import_status
|
||||
until: import_status is defined and import_status.json is defined and import_status.json.state == 'COMPLETED'
|
||||
#until: "'COMPLETED' in import_status.content"
|
||||
retries: 30
|
||||
delay: 10
|
||||
|
||||
@@ -55,4 +53,4 @@
|
||||
file:
|
||||
path: "{{ atl_product_home_shared }}/data/migration/import/lock.file"
|
||||
state: touch
|
||||
when: import_status.json.state == 'COMPLETED'
|
||||
when: import_status.json.state == 'COMPLETED'
|
||||
|
||||
Reference in New Issue
Block a user