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
|
@ -66,7 +66,7 @@
|
|||
- config
|
||||
|
||||
- name: Deploy configuration
|
||||
template: src={{item}} dest=/etc/rabbitmq/{{item}} owner=root group=root mode=0644
|
||||
ansible.builtin.template: src={{item}} dest=/etc/rabbitmq/{{item}} owner=root group=root mode=0644
|
||||
with_items:
|
||||
- rabbitmq.config
|
||||
- rabbitmq-env.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue