Skip to content

Commit

Permalink
purge insecure packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed May 31, 2020
1 parent 4e923c9 commit e2c9815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
apt:
name: '{{ os_security_packages_list }}'
state: 'absent'
purge: 'yes'
when: os_security_packages_clean | bool
1 change: 1 addition & 0 deletions tasks/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
yum:
name: '{{ os_security_packages_list }}'
state: 'absent'
purge: 'yes'
when: os_security_packages_clean | bool

0 comments on commit e2c9815

Please sign in to comment.