diff --git a/playbooks/openshift-apps/custom-error-pages.yml b/playbooks/openshift-apps/custom-error-pages.yml index b11688a5c4..18085adcf5 100644 --- a/playbooks/openshift-apps/custom-error-pages.yml +++ b/playbooks/openshift-apps/custom-error-pages.yml @@ -22,7 +22,7 @@ - role: openshift/object object_app: openshift-config object_objectname: error-code-pages.yml - object_template: error-code-pages.yml + object_template: error-code-pages.yml.j2 post_tasks: - name: Patch ingress controller with custom error pages diff --git a/roles/openshift-apps/openshift-config/templates/error-code-pages.yml b/roles/openshift-apps/openshift-config/templates/error-code-pages.yml.j2 similarity index 100% rename from roles/openshift-apps/openshift-config/templates/error-code-pages.yml rename to roles/openshift-apps/openshift-config/templates/error-code-pages.yml.j2