summaryrefslogtreecommitdiff
path: root/pkg/windows/ansible/reboot.yml
blob: 005c83a9c5c79efae01efd63ebb6fcdc91acf70b (plain)
1
2
3
4
5
6
7
8
9
########################################################################
# Reboot a a windows host.
########################################################################

- hosts: all
  gather_facts: false
  tasks:
    - name: reboot host unconditionally
      win_reboot: