Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

11 rindas
218B

  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