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
|
- name: Render Filebeat Configure File
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "filebeat-{{ items }}-template.yml"
|
src: "filebeat-{{ item }}-template.yml"
|
||||||
dest: "{{ work_path }}/filebeat_{{ items }}.yml"
|
dest: "{{ work_path }}/filebeat_{{ item }}.yml"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
Loading…
Reference in New Issue