From 70f91dcdfcab4b09508968bf6fd35131e48f7535 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 14 Mar 2017 09:26:45 +1300 Subject: [PATCH] Add reboot handler --- tasks/Windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 9afbeb1..e27a930 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -41,7 +41,9 @@ - name: Apply Windows Updates win_updates: when: apply_windows_updates - + notify: reboot windows +- meta: flush_handlers + - name: Default applications installed win_chocolatey: name: "{{ item }}"