fix: dont use become for wait_for

This commit is contained in:
Simon Cornet 2025-11-16 11:41:18 +01:00
commit ba6fd7b14f

View file

@ -61,6 +61,7 @@
# calm down period
- name: "calming down"
become: false
ansible.builtin.wait_for:
timeout: 120
delegate_to: "localhost"