feat: set cool down period to 60s

This commit is contained in:
Simon Cornet 2026-03-20 08:43:23 +01:00
commit 7ac5ad9254

View file

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