diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-06 11:55:27 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-09-06 11:55:27 -0400 |
commit | e11f672fb0e0cb824e97ed0738b7bc95e551639f (patch) | |
tree | 29da7edcecd302823a10816cc25d885c04a9816b /roles/openshift_master | |
parent | 57178f35c1bef0c87d814848a0a9f9e4c55de899 (diff) | |
download | openshift-e11f672fb0e0cb824e97ed0738b7bc95e551639f.tar.gz openshift-e11f672fb0e0cb824e97ed0738b7bc95e551639f.tar.bz2 openshift-e11f672fb0e0cb824e97ed0738b7bc95e551639f.tar.xz openshift-e11f672fb0e0cb824e97ed0738b7bc95e551639f.zip |
Fix openshift_master_config_dir
Diffstat (limited to 'roles/openshift_master')
-rw-r--r-- | roles/openshift_master/tasks/systemd_units.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |