mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
added args warn for shell
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
e9a390c693
commit
66814a6f01
4 changed files with 16 additions and 2 deletions
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
- name: trigger update sysctl
|
||||
shell: /bin/true
|
||||
args:
|
||||
warn: false
|
||||
changed_when: false
|
||||
check_mode: false
|
||||
notify: update sysctl
|
||||
|
|
@ -30,6 +32,8 @@
|
|||
|
||||
- name: trigger update auditd
|
||||
shell: /bin/true
|
||||
args:
|
||||
warn: false
|
||||
notify: update auditd
|
||||
changed_when: false
|
||||
check_mode: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue