You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added a patch diff file from my local environment to help show the line numbers and my recommended solution.
Thanks for considering these updates.
diff --git a/roles/RHEL8-CIS/tasks/section_2/cis_2.2.x.yml b/roles/RHEL8-CIS/tasks/section_2/cis_2.2.x.yml
index 7d559a1..3860862 100644
--- a/roles/RHEL8-CIS/tasks/section_2/cis_2.2.x.yml+++ b/roles/RHEL8-CIS/tasks/section_2/cis_2.2.x.yml@@ -393,7 +393,7 @@
- not rhel8cis_rpc_server
- not rhel8cis_rpc_mask
ansible.builtin.package:
- name: cups+ name: rpcbind
state: absent
- name: "2.2.12 | PATCH | Ensure rpcbind services are not in use | Mask service"
@@ -464,7 +464,7 @@
- not rhel8cis_net_snmp_server
- not rhel8cis_net_snmp_mask
ansible.builtin.package:
- name: rsync-daemon+ name: net-snmp
state: absent
- name: "2.2.14 | PATCH | Ensure snmp services are not in use | Mask service"
@@ -565,7 +565,7 @@
- not rhel8cis_squid_server
- not rhel8cis_squid_mask
ansible.builtin.package:
- name: tftp-server+ name: squid
state: absent
- name: "2.2.17 | PATCH | Ensure web proxy server services are not in use | Mask service"
@@ -653,7 +653,7 @@
- not rhel8cis_xinetd_server
- not rhel8cis_xinetd_mask
ansible.builtin.package:
- name: tftp-server+ name: xinetd
state: absent
- name: "2.2.19 | PATCH | Ensure xinetd services are not in use | Mask service"
The text was updated successfully, but these errors were encountered:
Thank you again for your time regarding this issue. You should find that this fix was merged into devel and is now in the main branch. I will close this issue, please feel free to reopen if this is not resolved as expected.
Greetings,
It seems like there may be a few copy/paste mistakes in this file:
RHEL8-CIS/tasks/section_2/cis_2.2.x.yml
Line 1 in a4d11fa
I've added a patch diff file from my local environment to help show the line numbers and my recommended solution.
Thanks for considering these updates.
The text was updated successfully, but these errors were encountered: