Commit ba6fd7b1 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: dont use become for wait_for

parent ce24df2e
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@

# calm down period
- name: "calming down"
  become: false
  ansible.builtin.wait_for:
    timeout: 120
  delegate_to: "localhost"