mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 22:53:06 +00:00
Std Warning msg
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
cbb5ff7cc2
commit
2ecc61649e
5 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
- name: "1.1.2.1 | PATCH | Ensure /tmp is a separate partition"
|
||||
debug:
|
||||
msg: "WARNING!! /tmp is not mounted on a separate partition"
|
||||
msg: "Warning! /tmp is not mounted on a separate partition"
|
||||
when:
|
||||
- rhel9cis_rule_1_1_2_1
|
||||
- ansible_mounts | selectattr('mount', 'match', '^/tmp$') | list | length == 0
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
- name: "1.2.4 | AUDIT | Ensure package manager repositories are configured | Display repo list"
|
||||
debug:
|
||||
msg:
|
||||
- "Alert! Below are the configured repos. Please review and make sure all align with site policy"
|
||||
- "Warning! Below are the configured repos. Please review and make sure all align with site policy"
|
||||
- "{{ dnf_configured.stdout_lines }}"
|
||||
when:
|
||||
- rhel9cis_rule_1_2_4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue