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:
parent
3c41882bb0
commit
47c68f478d
149 changed files with 324 additions and 324 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue