diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-07-25 18:06:39 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-07-25 18:06:39 -0400 |
commit | 755f1306066aa1fe78972d4af6e87afff57b5bc6 (patch) | |
tree | 416066fa02fbff1dc8bfdece3ccd8ed181b3a24f | |
parent | cd46274c9d52dab3553f3f88fca37bf2a93c9068 (diff) | |
download | openshift-755f1306066aa1fe78972d4af6e87afff57b5bc6.tar.gz openshift-755f1306066aa1fe78972d4af6e87afff57b5bc6.tar.bz2 openshift-755f1306066aa1fe78972d4af6e87afff57b5bc6.tar.xz openshift-755f1306066aa1fe78972d4af6e87afff57b5bc6.zip |
Replace master_cert_config_dir with common config_base fact.
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 911c23d70..37900a1e3 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -199,7 +199,7 @@ - name: Deploy named certificates hosts: oo_masters_to_config vars: - named_certs_dir: "{{ master_cert_config_dir }}/named_certificates/" + named_certs_dir: "{{ openshift.common.config_base }}/master/named_certificates/" named_certs_specified: "{{ openshift_master_named_certificates is defined }}" overwrite_named_certs: "{{ openshift_master_overwrite_named_certificates | default(false) }}" roles: |