diff options
author | Michael Gugino <gugino.michael@yahoo.com> | 2017-10-12 21:54:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 21:54:15 -0400 |
commit | d114bd4a5220bf28154090eb870a3f7ccc40b200 (patch) | |
tree | d969697f2ea9ae4027a0a157f234e4393e47f5dd /roles/openshift_master | |
parent | a36fec164e9643c8b2ffcfd960b539d963660992 (diff) | |
parent | f71a729eda62cf1f2855183a28774053eb3ea96f (diff) | |
download | openshift-d114bd4a5220bf28154090eb870a3f7ccc40b200.tar.gz openshift-d114bd4a5220bf28154090eb870a3f7ccc40b200.tar.bz2 openshift-d114bd4a5220bf28154090eb870a3f7ccc40b200.tar.xz openshift-d114bd4a5220bf28154090eb870a3f7ccc40b200.zip |
Merge pull request #5736 from mgugino-upstream-stage/fix-containerized-reg-auth-node
Fix containerized node service unit placement order
Diffstat (limited to 'roles/openshift_master')
-rw-r--r-- | roles/openshift_master/tasks/systemd_units.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_master/tasks/systemd_units.yml b/roles/openshift_master/tasks/systemd_units.yml index c6abaeb9b..fcc66044b 100644 --- a/roles/openshift_master/tasks/systemd_units.yml +++ b/roles/openshift_master/tasks/systemd_units.yml @@ -1,4 +1,7 @@ --- +# systemd_units.yml is included both in the openshift_master role and in the upgrade +# playbooks. + - include: upgrade_facts.yml when: openshift_master_defaults_in_use is not defined |