From e5c50ebb370bdaf4873fb0ad545bfd9a08213847 Mon Sep 17 00:00:00 2001 From: chuckersjp Date: Thu, 4 Mar 2021 18:20:17 -0500 Subject: [PATCH] Bugfix for https://bugzilla.redhat.com/show_bug.cgi?id=1935456 --- .../openshift-cluster/upgrades/initialize_nodes_to_upgrade.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/common/openshift-cluster/upgrades/initialize_nodes_to_upgrade.yml b/playbooks/common/openshift-cluster/upgrades/initialize_nodes_to_upgrade.yml index 125674c6669..f11df4f84cd 100644 --- a/playbooks/common/openshift-cluster/upgrades/initialize_nodes_to_upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/initialize_nodes_to_upgrade.yml @@ -1,4 +1,7 @@ --- +- name: Gather some preliminary facts + import_playbook: ../../../init/cluster_facts.yml + - name: Filter list of nodes to be upgraded if necessary hosts: oo_first_master