reverting b/c symbolic link doesn't work :-|
This commit is contained in:
17
playbooks/infrastructure/chocolatey_app_install.yml
Normal file
17
playbooks/infrastructure/chocolatey_app_install.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: install chocolatey package on Windows host
|
||||
hosts: windows
|
||||
|
||||
vars:
|
||||
choco_packages: git
|
||||
app_state: present
|
||||
|
||||
collections:
|
||||
- chocolatey.chocolatey
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Install multiple packages
|
||||
win_chocolatey:
|
||||
name: "{{ choco_packages }}"
|
||||
state: "{{ app_state }}"
|
||||
Reference in New Issue
Block a user