fix: dont use become for wait_for
This commit is contained in:
parent
ce24df2e4f
commit
ba6fd7b14f
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
|
||||
# calm down period
|
||||
- name: "calming down"
|
||||
become: false
|
||||
ansible.builtin.wait_for:
|
||||
timeout: 120
|
||||
delegate_to: "localhost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue