diff --git a/playbooks/common/openshift-cluster/upgrades/init.yml b/playbooks/common/openshift-cluster/upgrades/init.yml index 679a7aaee75..8a15102cd10 100644 --- a/playbooks/common/openshift-cluster/upgrades/init.yml +++ b/playbooks/common/openshift-cluster/upgrades/init.yml @@ -7,7 +7,6 @@ - import_playbook: ../../../init/basic_facts.yml - import_playbook: ../../../init/base_packages.yml -- import_playbook: ../../../init/cluster_facts.yml - name: Inspect cluster certificates hosts: "{{ l_upgrade_cert_check_hosts }}" diff --git a/playbooks/common/openshift-cluster/upgrades/pre/config.yml b/playbooks/common/openshift-cluster/upgrades/pre/config.yml index 85ab1164c7b..bd90e273f15 100644 --- a/playbooks/common/openshift-cluster/upgrades/pre/config.yml +++ b/playbooks/common/openshift-cluster/upgrades/pre/config.yml @@ -34,6 +34,8 @@ # openshift_protect_installed_version is passed n via upgrade_control_plane.yml # l_openshift_version_set_hosts is passed via upgrade_control_plane.yml +- import_playbook: ../../../../init/cluster_facts.yml + - name: OpenShift Health Checks hosts: "{{ l_upgrade_health_check_hosts }}" any_errors_fatal: true