Skip to content
Snippets Groups Projects
Unverified Commit 096de82f authored by Etienne Champetier's avatar Etienne Champetier Committed by GitHub
Browse files

Fixup recover_control_plane with Ansible 2.9 (#5806)

parent db693d46
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
- name: Set healthy fact - name: Set healthy fact
set_fact: set_fact:
healthy: "{{ etcd_endpoint_health.stderr | match('Error: unhealthy cluster') }}" healthy: "{{ etcd_endpoint_health.stderr is match('Error: unhealthy cluster') }}"
when: when:
- groups['broken_etcd'] - groups['broken_etcd']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment