| commit | e356bf86b418f1a2e46d1b56a34cdccfb85d5f98 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Mar 14 04:15:46 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Mar 14 04:15:46 2017 -0400 |
| tree | a872c5fe0c712f8f9ca192f95c4d33665023535c | |
| parent | d55bf8c801a3143b5352cb22c6abcbd8978f937b [diff] |
updated config
diff --git a/tasks/main.yml b/tasks/main.yml index 98fe288..df08ba2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -37,5 +37,5 @@ - name: Allow calls in flight to complete become: no - local_action: wait_for host='{{ ansible_host }}' state=started delay={{ reachability_delay | d(0) }}' + 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