Add Windows Host

This commit is contained in:
madereddy
2023-12-14 15:27:40 -05:00
parent a80fba6b8b
commit 574fa1517a
5 changed files with 16 additions and 63 deletions
+7
View File
@@ -23,5 +23,12 @@
state: latest
when: ansible_distribution == "Fedora"
# For Windows Hosts
- name: Install all updates and reboot as many times as needed
ansible.windows.win_updates:
category_names: '*'
reboot: true
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.