From f8577132f0790d6236020c9c3e09db9f93bcee6d Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 25 Jan 2023 09:29:51 +0000 Subject: [PATCH] removed old rhn check Signed-off-by: Mark Bolwell --- tasks/prelim.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tasks/prelim.yml b/tasks/prelim.yml index 854e861..702939c 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -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"