Skip to content

Commit 0aba114

Browse files
authored
purge insecure packages (#275)
Signed-off-by: Christoph Hartmann <[email protected]>
1 parent 4e923c9 commit 0aba114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/apt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
apt:
44
name: '{{ os_security_packages_list }}'
55
state: 'absent'
6+
purge: 'yes'
67
when: os_security_packages_clean | bool

0 commit comments

Comments
 (0)