You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. ---
  2. - name: reboot
  3. command:
  4. systemd-run --on-active={{reboot_command_after_seconds}}
  5. shutdown -r now "Reboot triggered by Ansible script"
  6. #async: 1
  7. #poll: 0
  8. #ignore_errors: true
  9. when: reboot_command