ignore_errors instead of failed_when: false

This commit is contained in:
Anton Nerozya
2017-06-29 20:13:02 +02:00
parent 5e1ac9ce87
commit 1fedbded62
3 changed files with 3 additions and 3 deletions

View File

@@ -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