From e11f672fb0e0cb824e97ed0738b7bc95e551639f Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Wed, 6 Sep 2017 11:55:27 -0400 Subject: Fix openshift_master_config_dir --- roles/openshift_master/tasks/systemd_units.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_master/tasks/systemd_units.yml') diff --git a/roles/openshift_master/tasks/systemd_units.yml b/roles/openshift_master/tasks/systemd_units.yml index 17fd3206d..c480d8223 100644 --- a/roles/openshift_master/tasks/systemd_units.yml +++ b/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 -- cgit v1.2.1