From afa2770b65ff7fdd7efc5822034d33ee4b05114b Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 14 Nov 2016 21:46:49 +1300 Subject: [PATCH] Added common win packages --- tasks/Windows.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index a2cd369..3176229 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -24,4 +24,16 @@ domain_name: "{{ ad_domain_name }}" when: ad_domain_joined notify: reboot windows -- meta: flush_handlers \ No newline at end of file +- meta: flush_handlers + +- name: Install common packages + win_chocolatey: + name: "{{ item }}" + state: installed + with_items: + - notepadplusplus.install + - tailblazer + - 7zip + - dotnet3.5 + - winscp + - firefoxesr \ No newline at end of file