ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template

Replaces references to template: with ansible.builtin.template

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2025-01-13 12:24:19 +10:00
parent 3c41882bb0
commit 47c68f478d
149 changed files with 324 additions and 324 deletions

View file

@ -185,7 +185,7 @@
- cron
- name: Write configuration file for script to sync httpd logs
template:
ansible.builtin.template:
src: sync-http-logs.yaml.j2
dest: /etc/sync-http-logs.yaml
when: inventory_hostname.startswith('log01')