Fix AIDE on RHEL

This commit is contained in:
2025-03-13 16:28:45 +00:00
parent 7658551276
commit 01d558492b

View File

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