Add win_chocolatey package upgrades
This commit is contained in:
@@ -32,5 +32,10 @@
|
|||||||
reboot: true
|
reboot: true
|
||||||
when: ansible_os_family == "Windows"
|
when: ansible_os_family == "Windows"
|
||||||
|
|
||||||
|
- name: Upgrade installed packages
|
||||||
|
win_chocolatey:
|
||||||
|
name: all
|
||||||
|
state: latest
|
||||||
|
when: ansible_os_family == "Windows"
|
||||||
# Specific adjustments for Raspbian can be made here, if necessary
|
# Specific adjustments for Raspbian can be made here, if necessary
|
||||||
# Raspbian will typically be covered by the Debian task, but if you have specific needs, you can specify them here.
|
# Raspbian will typically be covered by the Debian task, but if you have specific needs, you can specify them here.
|
||||||
|
|||||||
Reference in New Issue
Block a user