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

@ -57,7 +57,7 @@
- zabbix_agent
- name: Configuring Zabbix agentd
template:
ansible.builtin.template:
src: zabbix_agentd.conf.j2
dest: "{{ zabbix_agentd }}"
notify: restart_zabbix_agent
@ -97,7 +97,7 @@
- zabbix_agent
- name: Adding some other conf files under zabbix_agentd.d
template:
ansible.builtin.template:
src: "{{ item }}.j2"
dest: "{{ zabbix_agentd_dir }}/{{ item }}"
owner: zabbix