Fix copy-paste errors

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-19 15:38:43 +02:00
parent c2afa0c303
commit d32462f4c3

View file

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