Bring openshift_facts into scope for plays that utilize openshift_service_type as it is defined there.
@@ -32,6 +32,7 @@
any_errors_fatal: true
roles:
+ - openshift_facts
- lib_openshift
tasks:
@@ -121,6 +121,8 @@
- name: Cycle all controller services to force new leader election mode
hosts: oo_masters_to_config
gather_facts: no
+ roles:
+ - role: openshift_facts
- name: Stop {{ openshift_service_type }}-master-controllers
systemd:
@@ -125,6 +125,8 @@
@@ -127,6 +127,8 @@
- name: Stop {{ openshift.common.service_type }}-master-controllers
@@ -131,6 +131,8 @@