Fix typo in OVN upgrade tasks.

Change-Id: I354c2fedafb88bb363321d1338c39d479560fc3e
Closes-Bug: #1851660
(cherry picked from commit eda88f0c71)
This commit is contained in:
Jose Luis Franco Arza 2019-11-07 15:21:02 +01:00 committed by Emilien Macchi
parent 932fb83604
commit 18ce57ea87
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}}