Changed ansible_db_template to ansible_config_template

As the template is for the aide.conf(5) file I found
that the variable name 'ansible_config_template' is
a better fit than 'ansible_db_template'.

Signed-off-by: Joerg Kastning <joerg@redhat.com>
This commit is contained in:
Joerg Kastning
2025-02-10 09:33:34 -07:00
committed by Richard Megginson
parent 3bca54f29b
commit 8ce6fe0da5
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
tasks:
- name: Include role aide
vars:
aide_db_template: /tmp/aide-custom.conf.j2
aide_config_template: /tmp/aide-custom.conf.j2
aide_db_fetch_dir: files
aide_init: true
aide_fetch_db: true