Merge "Fix typo in OVN upgrade tasks." into stable/stein

This commit is contained in:
Zuul 2019-11-09 00:44:32 +00:00 committed by Gerrit Code Review
commit 1d5d487f68
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ outputs:
register: ovn_dbs_pcs_result
- name: Set fact ovn_dbs_pcs_res
set_fact:
ovndbs_pcs_res: "{{ ovn_dbs_pcs_result.rc == 0 }}"
ovn_dbs_pcs_res: "{{ ovn_dbs_pcs_result.rc == 0 }}"
- name: set is_ovn_dbs_bootstrap_node fact
tags: common
set_fact: is_ovn_dbs_bootstrap_node={{ovn_dbs_short_bootstrap_node_name|lower == ansible_hostname|lower}}