Skip to content

Commit e2d1e21

Browse files
Make sure to gather package facts in context of aide_check_audit_tools rule
1 parent da5f430 commit e2d1e21

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • linux_os/guide/system/software/integrity/software-integrity/aide/aide_check_audit_tools/ansible

linux_os/guide/system/software/integrity/software-integrity/aide/aide_check_audit_tools/ansible/shared.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# strategy = restrict
44
# complexity = low
55
# disruption = low
6+
- name: "{{{ rule_title }}} - Gather List of Packages"
7+
tags:
8+
- aide_check_audit_tools
9+
ansible.builtin.package_facts:
10+
manager: auto
11+
612

713
- name: Ensure aide is installed
814
package:

0 commit comments

Comments
 (0)