diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-12-05 11:19:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 11:19:35 -0500 |
commit | 3041cb8a4df8914f5f006f390ebb4cdb3feff47a (patch) | |
tree | e665eb1bdb585bee1f16527de23756501dfb7071 | |
parent | 14debfe6456ee6185e77c160da0b8b18641b4694 (diff) | |
parent | 89af6401db28c9a624651bc4a471caef9637bb08 (diff) | |
download | openshift-3041cb8a4df8914f5f006f390ebb4cdb3feff47a.tar.gz openshift-3041cb8a4df8914f5f006f390ebb4cdb3feff47a.tar.bz2 openshift-3041cb8a4df8914f5f006f390ebb4cdb3feff47a.tar.xz openshift-3041cb8a4df8914f5f006f390ebb4cdb3feff47a.zip |
Merge pull request #2908 from tremble/upgrade_facts
upgrade_control_plane.yml: systemd_units.yaml needs the master facts
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml index 4d714ef4e..9035b4d1d 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml +++ b/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 |