Compare commits
No commits in common. "8c9da16cca9a3d5d895806c63a4d8826631bce24" and "0decac47c938122d7a1db47b4de15f38d704dfb3" have entirely different histories.
8c9da16cca
...
0decac47c9
|
@ -31,8 +31,8 @@
|
|||
|
||||
- name: Render Filebeat Configure File
|
||||
ansible.builtin.template:
|
||||
src: "filebeat-{{ item }}-template.yml"
|
||||
dest: "{{ work_path }}/filebeat_{{ item }}.yml"
|
||||
src: "filebeat-{{ items }}-template.yml"
|
||||
dest: "{{ work_path }}/filebeat_{{ items }}.yml"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
|
Loading…
Reference in New Issue