Skip to content

Commit

Permalink
Removing prelim for installing authconfig, as it is not used.
Browse files Browse the repository at this point in the history
Signed-off-by: Diana-Maria Dumitru <[email protected]>
  • Loading branch information
DianaMariaDDM committed Feb 16, 2024
1 parent 75ea3ec commit e8f766f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,27 +213,6 @@
- rule_5.2.4.6
- rule_5.2.4.7

- name: "PRELIM | Install authconfig"
ansible.builtin.package:
name: authconfig
state: present
become: true
when:
- amzn2023cis_use_authconfig
- amzn2023cis_rule_5_3_1 or
amzn2023cis_rule_5_3_2 or
amzn2023cis_rule_5_3_3 or
'"authconfig" not in ansible_facts.packages or
"auditd-lib" not in ansible_facts.packages'
tags:
- level1-server
- level1-workstation
- rule_5.3.1 or
rule_5.3.2 or
rule_5.3.3
- authconfig
- auditd

- name: "PRELIM | 4.3.3 | Find all sudoers files."
ansible.builtin.shell: "find /etc/sudoers /etc/sudoers.d/ -type f ! -name '*~' ! -name '*.*'"
changed_when: false
Expand Down

0 comments on commit e8f766f

Please sign in to comment.