forked from ansible-collection/filebeat
Reviewed-on: https://app.amonstack.com:10301/gitea/ansible-collection/filebeat/pulls/5
This commit is contained in:
commit
8c9da16cca
|
@ -31,8 +31,8 @@
|
|||
|
||||
- name: Render Filebeat Configure File
|
||||
ansible.builtin.template:
|
||||
src: "filebeat-{{ items }}-template.yml"
|
||||
dest: "{{ work_path }}/filebeat_{{ items }}.yml"
|
||||
src: "filebeat-{{ item }}-template.yml"
|
||||
dest: "{{ work_path }}/filebeat_{{ item }}.yml"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
|
Loading…
Reference in New Issue