diff --git a/handlers/main.yml b/handlers/main.yml index 37c408c..066c68f 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -11,4 +11,6 @@ - name: Restart NTPD service: name: ntpd - state: restarted \ No newline at end of file + state: restarted +- name: reboot windows + win_reboot: \ No newline at end of file