Again, this is an imagestream, not a route

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-19 13:48:02 +00:00
parent cb69ca6321
commit 671f033999

View file

@ -1,7 +1,7 @@
--- ---
- name: route-{{imagename}}.yml - name: imagestream-{{imagename}}.yml
include_role: include_role:
name: openshift/object name: openshift/object
vars: vars:
objectname: route-{{imagename}}.yml objectname: imagestream-{{imagename}}.yml
template_fullpath: "{{roles_path}}/openshift/imagestream/templates/imagestream.yml" template_fullpath: "{{roles_path}}/openshift/imagestream/templates/imagestream.yml"