Skip to content

Commit

Permalink
purge insecure packages
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hartmann <[email protected]>
  • Loading branch information
chris-rock committed Jun 1, 2020
1 parent 4e923c9 commit ad3dc28
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 ad3dc28

Please sign in to comment.