Merge "Fix auditd rpmverify check"
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
- V-38637
|
||||
|
||||
- name: Check audit package contents for alterations with rpm (for V-38637)
|
||||
shell: rpmverify audit audit-libs | grep -v audit.conf | wc -l
|
||||
shell: "rpmverify audit audit-libs | grep -v '\\.conf$' | wc -l"
|
||||
register: v38637_result
|
||||
changed_when: False
|
||||
when: ansible_pkg_mgr == 'yum'
|
||||
|
||||
Reference in New Issue
Block a user