mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
14 lines
258 B
YAML
14 lines
258 B
YAML
---
|
|
|
|
- name: "2.1.1 | L1 | PATCH | Ensure xinetd is not installed"
|
|
package:
|
|
name: xinetd
|
|
state: absent
|
|
when:
|
|
- rhel9cis_rule_2_1_1
|
|
tags:
|
|
- level1-server
|
|
- level1-workstation
|
|
- scored
|
|
- patch
|
|
- rule_2.1.1
|