diff --git a/playbooks/openshift-apps/noggin-centos.yml b/playbooks/openshift-apps/noggin-centos.yml index 484efbdd5d..76d1b34ead 100644 --- a/playbooks/openshift-apps/noggin-centos.yml +++ b/playbooks/openshift-apps/noggin-centos.yml @@ -60,13 +60,13 @@ - role: openshift/object object_app: noggin object_os_app: noggin-centos - object_template: buildconfig.yml + object_template: buildconfig.yml.j2 object_objectname: buildconfig.yml - role: openshift/object object_app: noggin object_os_app: noggin-centos - object_template: configmap.yml + object_template: configmap.yml.j2 object_objectname: configmap.yml noggin_theme: centos @@ -76,7 +76,7 @@ - role: openshift/object object_app: noggin object_os_app: noggin-centos - object_template: service.yml + object_template: service.yml.j2 object_objectname: service.yml - role: openshift/route @@ -91,19 +91,19 @@ - role: openshift/object object_app: noggin object_os_app: noggin-centos - object_template: secrets.yml + object_template: secrets.yml.j2 object_objectname: secrets.yml - role: openshift/object object_app: noggin object_os_app: noggin-centos - object_template: secret-webhook.yml + object_template: secret-webhook.yml.j2 object_objectname: secret-webhook.yml - role: openshift/object object_app: noggin object_os_app: noggin-centos - object_template: deploymentconfig.yml + object_template: deploymentconfig.yml.j2 object_objectname: deploymentconfig.yml - role: openshift/start-build