mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
removed dnf clean up as not required
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
f8577132f0
commit
df26c888ba
1 changed files with 0 additions and 5 deletions
|
|
@ -1,11 +1,6 @@
|
|||
---
|
||||
# Post tasks
|
||||
|
||||
- name: Perform DNF package cleanup
|
||||
ansible.builtin.package:
|
||||
autoremove: true
|
||||
changed_when: false
|
||||
|
||||
- name: Gather the package facts after remediation
|
||||
ansible.builtin.package_facts:
|
||||
manager: auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue