Skip to content

Commit

Permalink
addressed #88 due is pipeline issues
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Sep 25, 2023
1 parent bcd41c1 commit 2f7905f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/section_4/cis_4.2.1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
failed_when: false
register: ubtu22cis_4_2_1_2_status

- name: "4.2.2.2 | AUDIT | Ensure journald service is enabled | Alert on bad status"
- name: "4.2.1.2 | AUDIT | Ensure journald service is enabled | Alert on bad status"
ansible.builtin.debug:
msg:
- "Warning!! The status of systemd-journald should be static and it is not. Please investigate"
when: "'static' not in ubtu22cis_4_2_1_2_status.stdout"

- name: "4.2.2.2 | AUDIT | Ensure journald service is enabled | Warn Count"
- name: "4.2.1.2 | AUDIT | Ensure journald service is enabled | Warn Count"
ansible.builtin.import_tasks:
file: warning_facts.yml
when: "'static' not in ubtu22cis_4_2_1_2_status.stdout"
Expand Down

0 comments on commit 2f7905f

Please sign in to comment.