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

@ -15,7 +15,7 @@
- keepalived
- name: Install keepalived template
template: src=keepalived.conf.j2 dest=/etc/keepalived/keepalived.conf
ansible.builtin.template: src=keepalived.conf.j2 dest=/etc/keepalived/keepalived.conf
tags:
- config
- keepalived