mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 05:12:35 +08:00
review-stats - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -24,14 +24,14 @@
|
||||
- role: openshift/object
|
||||
object_app: review-stats
|
||||
object_objectname: buildconfig.yml
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
- role: openshift/object
|
||||
object_app: review-stats
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
- role: openshift/object
|
||||
object_app: review-stats
|
||||
object_template: pvc.yml
|
||||
object_template: pvc.yml.j2
|
||||
object_objectname: pvc.yml
|
||||
- role: openshift/start-build
|
||||
start_build_app: review-stats
|
||||
@@ -41,7 +41,7 @@
|
||||
- build
|
||||
- role: openshift/object
|
||||
object_app: review-stats
|
||||
object_template: cron.yml
|
||||
object_template: cron.yml.j2
|
||||
object_objectname: cron.yml
|
||||
tags:
|
||||
- deploy-cronjob
|
||||
|
||||
Reference in New Issue
Block a user