mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
fix 1900 failures of the following case issue: `name[casing]: All names should start with an uppercase letter.` Signed-off-by: Ryan Lerch <rlerch@redhat.com>
9 lines
254 B
YAML
9 lines
254 B
YAML
---
|
|
- name: Route-{{route_name}}.yml
|
|
include_role:
|
|
name: openshift/object
|
|
vars:
|
|
object_app: "{{route_app}}"
|
|
object_objectname: route-{{route_name}}.yml
|
|
object_template_fullpath: "{{roles_path}}/openshift/route/templates/route.yml.j2"
|