Added common win packages

This commit is contained in:
2016-11-14 21:46:49 +13:00
parent 0b13e0e9df
commit afa2770b65

View File

@@ -24,4 +24,16 @@
domain_name: "{{ ad_domain_name }}"
when: ad_domain_joined
notify: reboot windows
- meta: flush_handlers
- meta: flush_handlers
- name: Install common packages
win_chocolatey:
name: "{{ item }}"
state: installed
with_items:
- notepadplusplus.install
- tailblazer
- 7zip
- dotnet3.5
- winscp
- firefoxesr