logstash: fix elastic signature

This commit is contained in:
Jérémy Lecour 2022-11-03 14:39:35 +01:00 committed by Jérémy Lecour
parent 28540247f0
commit 573a6e1d97
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
- name: Elastic sources list is available
apt_repository:
repo: "deb [signed-by={{ apt_keyring_dir }}/.asc] https://artifacts.elastic.co/packages/{{ elastic_stack_version | mandatory }}/apt stable main"
repo: "deb [signed-by={{ apt_keyring_dir }}/elastic.asc] https://artifacts.elastic.co/packages/{{ elastic_stack_version | mandatory }}/apt stable main"
filename: elastic
state: present
update_cache: yes