summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/systemd_units.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-11-15 13:32:04 -0800
committerGitHub <noreply@github.com>2017-11-15 13:32:04 -0800
commitacdd5e905be2605138143a970899672634492ecf (patch)
treea6b9fb03b8fe2c7e6acd98f16cf4602888607d1d /roles/openshift_master/tasks/systemd_units.yml
parent763f604fccb71971cd6fda3ae63312233bbe1d4e (diff)
parent4877e1c21a26d2aba314e6272478005d12b7f14b (diff)
downloadopenshift-acdd5e905be2605138143a970899672634492ecf.tar.gz
openshift-acdd5e905be2605138143a970899672634492ecf.tar.bz2
openshift-acdd5e905be2605138143a970899672634492ecf.tar.xz
openshift-acdd5e905be2605138143a970899672634492ecf.zip
Merge pull request #6084 from mgugino-upstream-stage/combine-master-upgrade
Automatic merge from submit-queue. Combine master upgrade play with role Currently, there are plays importing tasks directly from openshift_master role. This has caused numerous bugs and code duplicaiton in the past. This commit combines the upgrade into openshift_master role utilizing include_role syntax.
Diffstat (limited to 'roles/openshift_master/tasks/systemd_units.yml')
-rw-r--r--roles/openshift_master/tasks/systemd_units.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/openshift_master/tasks/systemd_units.yml b/roles/openshift_master/tasks/systemd_units.yml
index 8420dfb8c..b0fa72f19 100644
--- a/roles/openshift_master/tasks/systemd_units.yml
+++ b/roles/openshift_master/tasks/systemd_units.yml
@@ -2,9 +2,6 @@
# 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
-
- name: Set HA Service Info for containerized installs
set_fact:
containerized_svc_dir: "/etc/systemd/system"