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
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue