diff --git a/playbooks/openshift-apps/the-new-hotness.yml b/playbooks/openshift-apps/the-new-hotness.yml index 7be8404aa0..5859985fbc 100644 --- a/playbooks/openshift-apps/the-new-hotness.yml +++ b/playbooks/openshift-apps/the-new-hotness.yml @@ -75,12 +75,12 @@ - role: openshift/object object_app: the-new-hotness - object_template: buildconfig.yml + object_template: buildconfig.yml.j2 object_objectname: buildconfig.yml - role: openshift/object object_app: the-new-hotness - object_template: configmap.yml + object_template: configmap.yml.j2 object_objectname: configmap.yml - role: openshift/start-build @@ -93,7 +93,7 @@ - role: openshift/object object_app: the-new-hotness - object_template: deploymentconfig.yml + object_template: deploymentconfig.yml.j2 object_objectname: deploymentconfig.yml - role: openshift/rollout diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/the-new-hotness/templates/buildconfig.yml rename to roles/openshift-apps/the-new-hotness/templates/buildconfig.yml.j2 diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml.j2 similarity index 100% rename from roles/openshift-apps/the-new-hotness/templates/configmap.yml rename to roles/openshift-apps/the-new-hotness/templates/configmap.yml.j2 diff --git a/roles/openshift-apps/the-new-hotness/templates/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/templates/deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/the-new-hotness/templates/deploymentconfig.yml rename to roles/openshift-apps/the-new-hotness/templates/deploymentconfig.yml.j2