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

This commit is contained in:
Zuul 2019-11-11 18:16:07 +00:00 committed by Gerrit Code Review
commit 675f8bdfca
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,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}}