4
0
Fork 0

removed old rhn check

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-25 09:29:51 +00:00
parent 64a3e26e4f
commit f8577132f0
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -217,19 +217,6 @@
tags:
- rule_5.7
- name: "PRELIM | Check for rhnsd service"
ansible.builtin.shell: "systemctl show rhnsd | grep LoadState | cut -d = -f 2"
changed_when: false
check_mode: false
become: true
register: rhnsd_service_status
when:
- rhel9cis_rule_1_2_2
- ansible_distribution == "RedHat"
tags:
- rule_1.2.2
- skip_ansible_lint
- name: "PRELIM | AUDIT | Discover Interactive UID MIN and MIN from logins.def"
block:
- name: "PRELIM | AUDIT | Capture UID_MIN information from logins.def"