Skip to content

Commit

Permalink
Simplify update script
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Jul 2, 2020
1 parent b87f3d7 commit c3df3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/windows_update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- hosts: all
tasks:
- name: Install only security updates
- name: Install security updates, critical updates and update rollups
win_updates:
category_names:
- SecurityUpdates
Expand Down
2 changes: 1 addition & 1 deletion ansible/windows_update_security_updates.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- hosts: all
tasks:
- name: Install only security updates
- name: Install security updates
win_updates:
category_names:
- SecurityUpdates
Expand Down

0 comments on commit c3df3cc

Please sign in to comment.