mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-13 01:22:16 +00:00
Fix AIDE on RHEL
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
!{{ directory }}
|
||||
{% endfor %}
|
||||
when:
|
||||
- cis_aide_config_path
|
||||
- cis_aide_config_path is defined
|
||||
- cis_aide_excluded_directories is defined
|
||||
|
||||
- name: Add excluded folders to AIDE, if defined
|
||||
@@ -34,7 +34,7 @@
|
||||
!{{ directory }}
|
||||
{% endfor %}
|
||||
when:
|
||||
- not cis_aide_config_path
|
||||
- cis_aide_config_path is not defined
|
||||
- cis_aide_excluded_directories is defined
|
||||
|
||||
- name: Install AIDE crontab
|
||||
|
||||
Reference in New Issue
Block a user