monitoring.filebeat: specify default file mode

This commit is contained in:
Vasili Karaev 2020-11-23 12:36:51 +03:00
parent 74a2288150
commit 356012f386
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
template:
src: templates/{{ item }}.j2
dest: "{{ docker_deployment__deploy_path }}/{{ item }}"
mode: "644"
with_items:
- filebeat.yml
- docker-compose.yml