summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/defaults
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-07-05 09:09:24 -0400
committerGitHub <noreply@github.com>2016-07-05 09:09:24 -0400
commit265b20d24a2b8ae2059d68c59c8508fbe23ff7df (patch)
treecbf836f917cf45bf976525879cbb681d25424884 /roles/openshift_examples/defaults
parent34f5de4185b0ae475367e9316a44bdf58fce1dc9 (diff)
parentf5d0e45f3829c489ec5d59511a1cca2188dcd955 (diff)
downloadopenshift-265b20d24a2b8ae2059d68c59c8508fbe23ff7df.tar.gz
openshift-265b20d24a2b8ae2059d68c59c8508fbe23ff7df.tar.bz2
openshift-265b20d24a2b8ae2059d68c59c8508fbe23ff7df.tar.xz
openshift-265b20d24a2b8ae2059d68c59c8508fbe23ff7df.zip
Merge pull request #2108 from sdodson/prepare-v13
Prepare for v1.3
Diffstat (limited to 'roles/openshift_examples/defaults')
-rw-r--r--roles/openshift_examples/defaults/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/defaults/main.yml b/roles/openshift_examples/defaults/main.yml
index d88014bea..0f5189974 100644
--- a/roles/openshift_examples/defaults/main.yml
+++ b/roles/openshift_examples/defaults/main.yml
@@ -21,4 +21,4 @@ infrastructure_enterprise_base: "{{ examples_base }}/infrastructure-templates/en
openshift_examples_import_command: "create"
registry_url: ""
-registry_host: "{{ registry_url.split('/')[0] if '.' in registry_url.split('/')[0] else '' }}" \ No newline at end of file
+registry_host: "{{ registry_url.split('/')[0] if '.' in registry_url.split('/')[0] else '' }}"