diff --git a/playbooks/openshift-apps/testdays.yml b/playbooks/openshift-apps/testdays.yml index cc89faf06b..869159e7fb 100644 --- a/playbooks/openshift-apps/testdays.yml +++ b/playbooks/openshift-apps/testdays.yml @@ -74,17 +74,17 @@ - role: openshift/object object_app: testdays - object_template: buildconfig.yml + object_template: buildconfig.yml.j2 object_objectname: buildconfig.yml - role: openshift/object object_app: testdays - object_template: deployment.yml + object_template: deployment.yml.j2 object_objectname: deployment.yml - role: openshift/object object_app: testdays - object_template: imagestream.yml + object_template: imagestream.yml.j2 object_objectname: imagestream.yml - role: openshift/object diff --git a/roles/openshift-apps/testdays/templates/buildconfig.yml b/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/testdays/templates/buildconfig.yml rename to roles/openshift-apps/testdays/templates/buildconfig.yml.j2 diff --git a/roles/openshift-apps/testdays/templates/deployment.yml b/roles/openshift-apps/testdays/templates/deployment.yml.j2 similarity index 100% rename from roles/openshift-apps/testdays/templates/deployment.yml rename to roles/openshift-apps/testdays/templates/deployment.yml.j2 diff --git a/roles/openshift-apps/testdays/templates/deploymentconfig.yml b/roles/openshift-apps/testdays/templates/deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/testdays/templates/deploymentconfig.yml rename to roles/openshift-apps/testdays/templates/deploymentconfig.yml.j2 diff --git a/roles/openshift-apps/testdays/templates/imagestream.yml b/roles/openshift-apps/testdays/templates/imagestream.yml.j2 similarity index 100% rename from roles/openshift-apps/testdays/templates/imagestream.yml rename to roles/openshift-apps/testdays/templates/imagestream.yml.j2