Add win_chocolatey package upgrades

This commit is contained in:
2023-12-15 13:17:24 -08:00
parent 90623e6977
commit 6e1d432314
+6 -1
View File
@@ -31,6 +31,11 @@
category_names: '*'
reboot: true
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
# Raspbian will typically be covered by the Debian task, but if you have specific needs, you can specify them here.