mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
replaced command with shell
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
ac42f8a28f
commit
3b19db6812
19 changed files with 75 additions and 75 deletions
|
|
@ -7,7 +7,7 @@
|
|||
changed_when: no
|
||||
|
||||
- name: trigger update sysctl
|
||||
command: /bin/true
|
||||
shell: /bin/true
|
||||
changed_when: false
|
||||
check_mode: false
|
||||
notify: update sysctl
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
- sysctl
|
||||
|
||||
- name: trigger update auditd
|
||||
command: /bin/true
|
||||
shell: /bin/true
|
||||
notify: update auditd
|
||||
changed_when: false
|
||||
check_mode: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue