From 9500a1bd4eebf1426aba80f02dfb06b94e85b8eb Mon Sep 17 00:00:00 2001 From: rpwolff Date: Wed, 14 Jun 2023 14:11:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ewindowssample.yml=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windowssample.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/windowssample.yml b/windowssample.yml index be90af1..462f34a 100644 --- a/windowssample.yml +++ b/windowssample.yml @@ -1,10 +1,20 @@ --- - hosts: all +- hosts: all tasks: - - name: Install all updates and reboot as many times as needed - ansible.windows.win_updates: - category_names: '*' - reboot: true + - name: Choose which Windows updates to install + win_updates: + category_names: + - SecurityUpdates + - CriticalUpdates + - UpdateRollups + +#--- +# hosts: all +# tasks: +# - name: Install all updates and reboot as many times as needed +# ansible.windows.win_updates: +# category_names: '*' +# reboot: true #- name: Install all security, critical, and rollup updates without a scheduled task # ansible.windows.win_updates: