dsglaser / cis-security

Playbooks to implement Center for Internet Security (CIS) controls for RHEL (7-9), RHEL Clones, Ubuntu (18.04-22.04), and Microsoft Windows (10, Server 2019)
Other
90 stars 63 forks source link

unused_filesystems package issues on redhat-8 #56

Closed divansantana closed 1 year ago

divansantana commented 1 year ago
# With the list complete, use it with the system's package manager
#  to remove packages from the system that are not needed.
- name: Remove unused_filesystem list
  ansible.builtin.dnf:
    name: unused_filesystems
    state: absent

I think in the above unused_filesystems should be '{{ unused_filesystems }}'.