fix filename

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Mark Bolwell 2023-09-21 15:35:35 +01:00 committed by Ionut Pruteanu
parent 43f3b5300c
commit 2e1f17169b
No known key found for this signature in database
GPG key ID: 95B7D43B702B3569
16 changed files with 25 additions and 25 deletions

View file

@ -89,7 +89,7 @@
- name: "4.2.2.2 | AUDIT | Ensure journald service is enabled | Warn Count"
ansible.builtin.import_tasks:
file: warning_facts.yaml
file: warning_facts.yml
when: "'static' not in rhel9cis_4_2_2_2_status.stdout"
vars:
warn_control_id: '4.2.2.2'

View file

@ -40,7 +40,7 @@
- name: "4.3 | AUDIT | Ensure logrotate is configured | Warning count"
ansible.builtin.import_tasks:
file: warning_facts.yaml
file: warning_facts.yml
vars:
warn_control_id: '4.3'
when: log_rotates.matched > 0