From bc3901ecebd2435b70b6d8b182dfc7cf60e6a6c8 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 14 Nov 2016 21:54:07 +1300 Subject: [PATCH] Corrected state to present --- tasks/Windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 3176229..d072f1a 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -29,7 +29,7 @@ - name: Install common packages win_chocolatey: name: "{{ item }}" - state: installed + state: present with_items: - notepadplusplus.install - tailblazer