Add Windows Host
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user