您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pre-reboot.yaml 218B

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