Fixup recover_control_plane with Ansible 2.9 (#5806)
Tests as filters support is removed as of Ansible 2.9 https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.5.html#jinja-tests-used-as-filters Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
parent
db693d46df
commit
096de82fd9
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue