Merge "Fix auditd rpmverify check"

This commit is contained in:
Jenkins
2016-08-18 16:37:18 +00:00
committed by Gerrit Code Review

View File

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