mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-17 08:57:36 -02:30
ignore_errors instead of failed_when: false
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
headers: "{{ vault_client_headers }}"
|
||||
status_code: 200,429,500,501
|
||||
validate_certs: no
|
||||
failed_when: false
|
||||
ignore_errors: true
|
||||
register: vault_local_service_health
|
||||
|
||||
- name: check_vault | Set facts about local Vault health
|
||||
|
||||
Reference in New Issue
Block a user