mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Fixing inconsistencies between rule ids in title, tags and when.
Signed-off-by: Diana-Maria Dumitru <diana.dumitru@siemens.com>
This commit is contained in:
parent
182e07a63f
commit
4329591c90
5 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- name: "1/.1 | PATCH | Ensure /var/log is a separate partition"
|
||||
- name: "1.1.2.6.1 | PATCH | Ensure /var/log is a separate partition"
|
||||
when:
|
||||
- rhel9cis_rule_1_1_2_6_1
|
||||
- required_mount not in prelim_mount_names
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- name: "1/.1 | PATCH | Ensure /var/log/audit is a separate partition"
|
||||
- name: "1.1.2.7.1 | PATCH | Ensure /var/log/audit is a separate partition"
|
||||
when:
|
||||
- rhel9cis_rule_1_1_2_7_1
|
||||
- required_mount not in prelim_mount_names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue