main.yml 127 B

123456789
  1. ---
  2. - name: Issuing reboot
  3. command: reboot
  4. - name: Waiting for reboot
  5. wait_for_connection:
  6. timeout: 300
  7. delay: 40