diff --git a/playbooks/openshift-apps/discourse2fedmsg.yml b/playbooks/openshift-apps/discourse2fedmsg.yml index 13579a0775..6a7c46e99d 100644 --- a/playbooks/openshift-apps/discourse2fedmsg.yml +++ b/playbooks/openshift-apps/discourse2fedmsg.yml @@ -46,12 +46,12 @@ - role: openshift/object object_app: discourse2fedmsg - object_template: buildconfig.yml + object_template: buildconfig.yml.j2 object_objectname: buildconfig.yml - role: openshift/object object_app: discourse2fedmsg - object_template: configmap.yml + object_template: configmap.yml.j2 object_objectname: configmap.yml - role: openshift/object @@ -68,7 +68,7 @@ - role: openshift/object object_app: discourse2fedmsg - object_template: deploymentconfig.yml + object_template: deploymentconfig.yml.j2 object_objectname: deploymentconfig.yml # - role: openshift/start-build diff --git a/roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml rename to roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml.j2 diff --git a/roles/openshift-apps/discourse2fedmsg/templates/configmap.yml b/roles/openshift-apps/discourse2fedmsg/templates/configmap.yml.j2 similarity index 100% rename from roles/openshift-apps/discourse2fedmsg/templates/configmap.yml rename to roles/openshift-apps/discourse2fedmsg/templates/configmap.yml.j2 diff --git a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml rename to roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml.j2