From 39c4f62c49c8142064c77f590b7502d5bd63d9bd Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 15 Mar 2017 13:14:05 +1300 Subject: [PATCH] Renamed task --- tasks/Windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 8cfba06..7bece4c 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -50,7 +50,7 @@ notify: reboot windows - meta: flush_handlers -- name: Default applications installed +- name: Ensure default applications installed win_chocolatey: name: "{{ item }}" state: present