You've already forked ansible-role-common
Added common win packages
This commit is contained in:
@@ -24,4 +24,16 @@
|
|||||||
domain_name: "{{ ad_domain_name }}"
|
domain_name: "{{ ad_domain_name }}"
|
||||||
when: ad_domain_joined
|
when: ad_domain_joined
|
||||||
notify: reboot windows
|
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
|
||||||
Reference in New Issue
Block a user