diff --git a/playbooks/openshift-apps/flask-oidc-dev.yml b/playbooks/openshift-apps/flask-oidc-dev.yml index b5c6866fc1..11e81db5cc 100644 --- a/playbooks/openshift-apps/flask-oidc-dev.yml +++ b/playbooks/openshift-apps/flask-oidc-dev.yml @@ -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 diff --git a/playbooks/openshift-apps/flatpak-indexer.yml b/playbooks/openshift-apps/flatpak-indexer.yml index e374df7d73..159ecd96f8 100644 --- a/playbooks/openshift-apps/flatpak-indexer.yml +++ b/playbooks/openshift-apps/flatpak-indexer.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 diff --git a/roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml b/roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml rename to roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml.j2 diff --git a/roles/openshift-apps/flask-oidc-dev/templates/configmap.yml b/roles/openshift-apps/flask-oidc-dev/templates/configmap.yml.j2 similarity index 100% rename from roles/openshift-apps/flask-oidc-dev/templates/configmap.yml rename to roles/openshift-apps/flask-oidc-dev/templates/configmap.yml.j2 diff --git a/roles/openshift-apps/flask-oidc-dev/templates/deploymentconfig.yml b/roles/openshift-apps/flask-oidc-dev/templates/deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/flask-oidc-dev/templates/deploymentconfig.yml rename to roles/openshift-apps/flask-oidc-dev/templates/deploymentconfig.yml.j2 diff --git a/roles/openshift-apps/flask-oidc-dev/templates/secret-webhook.yml b/roles/openshift-apps/flask-oidc-dev/templates/secret-webhook.yml.j2 similarity index 100% rename from roles/openshift-apps/flask-oidc-dev/templates/secret-webhook.yml rename to roles/openshift-apps/flask-oidc-dev/templates/secret-webhook.yml.j2