9
windows/windows_choco_specific.yml
Normal file
9
windows/windows_choco_specific.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Chocolatey install specific
|
||||
hosts: "{{ HOSTS | default('windows') }}"
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Install choco package with specific version
|
||||
win_chocolatey:
|
||||
name: "{{ package_name }}"
|
||||
Reference in New Issue
Block a user