wait 1 minute instead of 5

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-03-11 19:31:33 +00:00
parent cc32f7a9dc
commit 11218f905c

View file

@ -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