Skip to content

Commit

Permalink
Don't fail when there's nothing to explain
Browse files Browse the repository at this point in the history
  • Loading branch information
widhalmt committed Oct 10, 2023
1 parent a75e06e commit 74671b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/elasticsearch/tasks/elasticsearch-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@
validate_certs: false
register: elasticsearch_cluster_explain
changed_when: false
failed_when: false
no_log: "{{ elasticstack_no_log }}"
when:
- elasticsearch_passwords_file.stat.exists | bool
Expand Down

0 comments on commit 74671b2

Please sign in to comment.