fix filename

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-09-21 15:35:35 +01:00
parent 061483f15e
commit 580ee762ee
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
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