wait 1 minute instead of 5
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
cc32f7a9dc
commit
11218f905c
1 changed files with 2 additions and 2 deletions
|
@ -49,5 +49,5 @@
|
|||
delegate_to: "{{item}}"
|
||||
with_items: groups.dns
|
||||
|
||||
- name: Wait for dns to percolate (5 minutes)
|
||||
pause: minutes=5
|
||||
- name: Wait for dns to percolate (1 minute)
|
||||
pause: minutes=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue