feat: set cool down period to 60s
This commit is contained in:
parent
93b01fb048
commit
7ac5ad9254
1 changed files with 1 additions and 1 deletions
|
|
@ -63,5 +63,5 @@
|
||||||
- name: "calming down"
|
- name: "calming down"
|
||||||
become: false
|
become: false
|
||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
timeout: 180
|
timeout: 60
|
||||||
delegate_to: "localhost"
|
delegate_to: "localhost"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue