diff --git a/reboot-621.yml b/reboot-621.yml new file mode 100644 index 0000000..6da7f8f --- /dev/null +++ b/reboot-621.yml @@ -0,0 +1,5 @@ +- hosts: all + become: true + tasks: + - name: Reboot + ansible.builtin.reboot: \ No newline at end of file