forked from ansible-lockdown/RHEL9-CIS
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue