mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
flask-oidc-dev - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -29,12 +29,12 @@
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flask-oidc-dev
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flask-oidc-dev
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
@@ -64,10 +64,10 @@
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flask-oidc-dev
|
||||
object_template: secret-webhook.yml
|
||||
object_template: secret-webhook.yml.j2
|
||||
object_objectname: secret-webhook.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flask-oidc-dev
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: secret.yml
|
||||
object_template: secret.yml.j2
|
||||
object_objectname: secret.yml
|
||||
|
||||
- role: openshift/object
|
||||
@@ -31,17 +31,17 @@
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: storage.yml
|
||||
object_template: storage.yml.j2
|
||||
object_objectname: storage.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
@@ -59,5 +59,5 @@
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
Reference in New Issue
Block a user