Browse Source

Fix openshift_master_config_dir

Scott Dodson 7 years ago
parent
commit
e11f672fb0
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