added args warn for shell

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-01-13 11:46:13 +00:00
parent e9a390c693
commit 66814a6f01
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
4 changed files with 16 additions and 2 deletions

View file

@ -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