diff --git a/windowssample.yml b/windowssample.yml index 462f34a..dcf2c70 100644 --- a/windowssample.yml +++ b/windowssample.yml @@ -2,11 +2,11 @@ - hosts: all tasks: - name: Choose which Windows updates to install - win_updates: - category_names: - - SecurityUpdates - - CriticalUpdates - - UpdateRollups + win_updates: + category_names: + - SecurityUpdates + - CriticalUpdates + - UpdateRollups #--- # hosts: all