Skip to content

Commit 81cccf3

Browse files
committed
fix pipeline
1 parent 2145d64 commit 81cccf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/logstash/tasks/logstash-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
auth_user: elastic
376376
auth_pass: "{{ logstash_elasticstack_password.stdout }}"
377377
verify_certs: false
378-
ca_certs: "{{ elasticstack_ca_dir }}/ca.crt"
378+
ca_certs: "{{ logstash_certs_dir }}/ca.crt"
379379

380380
- name: Create logstash user {{ logstash_user }}
381381
netways.elasticstack.elasticsearch_user:

0 commit comments

Comments
 (0)