Browse Source

Merge pull request #5317 from sdodson/master

Fix openshift_master_config_dir
Scott Dodson 7 years ago
parent
commit
ecfb118e3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_master/tasks/systemd_units.yml

+ 1 - 1
roles/openshift_master/tasks/systemd_units.yml

@@ -7,7 +7,7 @@
 # openshift_master_config_dir is set.
 - name: Set openshift_master_config_dir if unset
   set_fact:
-    openshift_master_config_dir: '/etc/origin'
+    openshift_master_config_dir: '/etc/origin/master'
   when: openshift_master_config_dir is not defined
 
 - name: Remove the legacy master service if it exists