docsbuilding docstranslation - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
a705edc993
commit
d6f358ea79
9 changed files with 7 additions and 7 deletions
|
@ -35,7 +35,7 @@
|
|||
- role: openshift/object
|
||||
object_app: docsbuilding
|
||||
object_objectname: buildconfig.yml
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
|
||||
- role: openshift/start-build
|
||||
start_build_app: docsbuilding
|
||||
|
@ -46,14 +46,14 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: docsbuilding
|
||||
object_template: cron.yml
|
||||
object_template: cron.yml.j2
|
||||
object_objectname: cron.yml
|
||||
tags:
|
||||
- deploy-cronjob
|
||||
|
||||
- role: openshift/object
|
||||
object_app: docsbuilding
|
||||
object_template: cron-translated.yml
|
||||
object_template: cron-translated.yml.j2
|
||||
object_objectname: cron-translated.yml
|
||||
tags:
|
||||
- deploy-cronjob
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
vars:
|
||||
object_app: docstranslation
|
||||
object_objectname: buildconfig.yml
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
|
||||
- name: Start build
|
||||
ansible.builtin.include_role:
|
||||
|
@ -56,7 +56,7 @@
|
|||
vars:
|
||||
object_app: docstranslation
|
||||
object_objectname: secrets.yml
|
||||
object_template: secrets.yml
|
||||
object_template: secrets.yml.j2
|
||||
tags:
|
||||
- deploy-secrets
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
|||
vars:
|
||||
object_app: docstranslation
|
||||
object_objectname: configmap.yml
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
tags:
|
||||
- deploy-config
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
|||
name: openshift/object
|
||||
vars:
|
||||
object_app: docstranslation
|
||||
object_template: cron.yml
|
||||
object_template: cron.yml.j2
|
||||
object_objectname: cron.yml
|
||||
tags:
|
||||
- deploy-cronjob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue