| commit | d55bf8c801a3143b5352cb22c6abcbd8978f937b | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Mar 14 04:13:05 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Mar 14 04:13:05 2017 -0400 |
| tree | 44883c1be312b16718afe21f9b2a5f0a5b0347f3 | |
| parent | ef89a09f4d0323e114b80fce0485737bb9d8d4c0 [diff] |
updated config
diff --git a/tasks/main.yml b/tasks/main.yml index b91c456..98fe288 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -36,5 +36,6 @@ when: uuid is defined - name: Allow calls in flight to complete - pause: - seconds: "{{ reachability_delay | default(0) }}" + become: no + local_action: wait_for host='{{ ansible_host }}' state=started delay={{ reachability_delay | d(0) }}' + when: reachability_delay is defined \ No newline at end of file