diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-08 08:42:32 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-08 15:55:25 -0500 |
commit | 2bf65cdab4aa88f160d005d3b7649b22a6dceba8 (patch) | |
tree | adae4f2b0e6bf75a63175a2371470789c22f0df0 /playbooks/openshift-master/private | |
parent | c0f7152a51c6306340f9634f191e81d4322d1b52 (diff) | |
download | openshift-2bf65cdab4aa88f160d005d3b7649b22a6dceba8.tar.gz openshift-2bf65cdab4aa88f160d005d3b7649b22a6dceba8.tar.bz2 openshift-2bf65cdab4aa88f160d005d3b7649b22a6dceba8.tar.xz openshift-2bf65cdab4aa88f160d005d3b7649b22a6dceba8.zip |
Cleanup byo references
Diffstat (limited to 'playbooks/openshift-master/private')
-rw-r--r-- | playbooks/openshift-master/private/redeploy-openshift-ca.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openshift-master/private/redeploy-openshift-ca.yml b/playbooks/openshift-master/private/redeploy-openshift-ca.yml index 2a190935e..9f5502141 100644 --- a/playbooks/openshift-master/private/redeploy-openshift-ca.yml +++ b/playbooks/openshift-master/private/redeploy-openshift-ca.yml @@ -56,7 +56,7 @@ - groups.oo_etcd_to_config | default([]) | length == 0 - (g_master_config_output.content|b64decode|from_yaml).etcdConfig.servingInfo.clientCA != 'ca-bundle.crt' # Set servingInfo.clientCA to client-ca-bundle.crt in order to roll the CA certificate. - # This change will be reverted in playbooks/byo/openshift-cluster/redeploy-certificates.yml + # This change will be reverted in playbooks/redeploy-certificates.yml - modify_yaml: dest: "{{ openshift.common.config_base }}/master/master-config.yaml" yaml_key: servingInfo.clientCA |