mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
skip auditd restart in molecule tests
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
This commit is contained in:
parent
390f7ad6cc
commit
ae68f73965
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@
|
|||
command:
|
||||
cmd: 'service auditd restart' # rhel: see: https://access.redhat.com/solutions/2664811
|
||||
warn: false # sadly 'service' module fails in that case also by using 'use: service'
|
||||
tags:
|
||||
- molecule-notest # restarting auditd in a container does not work
|
||||
|
|
Loading…
Reference in a new issue