diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-07-15 16:34:29 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-07-18 11:18:56 -0400 |
commit | afe2fb4cb2e9755572eabf131f2198081b4b92fb (patch) | |
tree | 0d7d1fe782b47e71469e062848c272f1418e4352 | |
parent | 3215c383d3ee751d095a0db3d252c31a87891c19 (diff) | |
download | openshift-afe2fb4cb2e9755572eabf131f2198081b4b92fb.tar.gz openshift-afe2fb4cb2e9755572eabf131f2198081b4b92fb.tar.bz2 openshift-afe2fb4cb2e9755572eabf131f2198081b4b92fb.tar.xz openshift-afe2fb4cb2e9755572eabf131f2198081b4b92fb.zip |
Temporarily link registry config templates for ansible 1.9.x support.
l--------- | roles/openshift_hosted/tasks/registry/storage/registry_config.j2 | 1 | ||||
l--------- | roles/openshift_hosted/tasks/registry/storage/registry_config_secret.j2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_hosted/tasks/registry/storage/registry_config.j2 b/roles/openshift_hosted/tasks/registry/storage/registry_config.j2 new file mode 120000 index 000000000..f3e82ad4f --- /dev/null +++ b/roles/openshift_hosted/tasks/registry/storage/registry_config.j2 @@ -0,0 +1 @@ +../../../templates/registry_config.j2
\ No newline at end of file diff --git a/roles/openshift_hosted/tasks/registry/storage/registry_config_secret.j2 b/roles/openshift_hosted/tasks/registry/storage/registry_config_secret.j2 new file mode 120000 index 000000000..b9e82c1ea --- /dev/null +++ b/roles/openshift_hosted/tasks/registry/storage/registry_config_secret.j2 @@ -0,0 +1 @@ +../../../templates/registry_config_secret.j2
\ No newline at end of file |