mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-19 12:59:26 +00:00
Fix indentation
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
{% for directory in cis_aide_excluded_directories %}
|
||||
!{{ directory }}
|
||||
{% endfor %}
|
||||
when:
|
||||
- cis_aide_excluded_directories is defined
|
||||
when:
|
||||
- cis_aide_excluded_directories is defined
|
||||
|
||||
- name: Install AIDE crontab
|
||||
ansible.builtin.copy:
|
||||
|
||||
Reference in New Issue
Block a user