diff options
Diffstat (limited to 'pkg/windows/ansible/reboot.yml')
-rw-r--r-- | pkg/windows/ansible/reboot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/windows/ansible/reboot.yml b/pkg/windows/ansible/reboot.yml new file mode 100644 index 00000000..005c83a9 --- /dev/null +++ b/pkg/windows/ansible/reboot.yml @@ -0,0 +1,9 @@ +######################################################################## +# Reboot a a windows host. +######################################################################## + +- hosts: all + gather_facts: false + tasks: + - name: reboot host unconditionally + win_reboot: |