mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
add task to force all handlers to run
This commit is contained in:
@@ -19,10 +19,14 @@
|
||||
url: "{{ atl_bitbucket_dataset_url }}"
|
||||
dest: /tmp/import
|
||||
|
||||
- name: Force all notified handlers to run at this point, not waiting for normal sync points
|
||||
meta: flush_handlers
|
||||
|
||||
- name: wait for port 7990 to be up
|
||||
wait_for:
|
||||
port: 7990
|
||||
delay: 10
|
||||
timeout: 60
|
||||
|
||||
- name: Invoke Import API
|
||||
uri:
|
||||
@@ -35,8 +39,4 @@
|
||||
body_format: json
|
||||
return_content: yes
|
||||
register: response
|
||||
failed_when: "'INITIALISING' not in response.content"
|
||||
|
||||
|
||||
|
||||
|
||||
failed_when: "'INITIALISING' not in response.content"
|
||||
Reference in New Issue
Block a user