Browse Source

upgrade_control_plane.yml: systemd_units.yaml nees the master facts

Mark Chappell 8 years ago
parent
commit
89af6401db

+ 1 - 0
playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml

@@ -62,6 +62,7 @@
     static: yes
   roles:
   - openshift_facts
+  - openshift_master_facts
   tasks:
   - include: "{{ master_config_hook }}"
     when: master_config_hook is defined