Files
awx_update/system_restart.yml
T
2025-01-26 17:59:49 +01:00

5 lines
100 B
YAML

- name: system restart
hosts: all
tasks:
- name: system restart
shell: shutdown -r now