Browse Source
Fix openshift-webconsole version check
Install checkpoint callback doesn't import
openshift_facts, thus gte_39 bool will fail.
This boolean was applied via common/components.yml.
Putting a boolean on an import_playbook statement
applies the boolean to all tasks inside the imported
playbook. This resulted in checkpoint callback failing
as openshift_facts might not have been run against
a host in 'all' group and trigger an undefined.
This commit moves boolean to inside private/config
of openshift-webconsole to be more inline with
what we do in openshift-hotsed.