diff --git a/system_restart.yml b/system_restart.yml new file mode 100644 index 0000000..d86151c --- /dev/null +++ b/system_restart.yml @@ -0,0 +1,5 @@ +- name: system restart + hosts: all + tasks: + - name: system restart + shell: shutdown -r now \ No newline at end of file