From 906c2587e66449ff1dfa43f657ed613d72e2d83e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 13 Apr 2018 14:57:55 +0000 Subject: [PATCH] Fix playbook Signed-off-by: Patrick Uiterwijk --- playbooks/openshift-apps/bodhi.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/playbooks/openshift-apps/bodhi.yml b/playbooks/openshift-apps/bodhi.yml index a49f476824..e87112d8de 100644 --- a/playbooks/openshift-apps/bodhi.yml +++ b/playbooks/openshift-apps/bodhi.yml @@ -9,15 +9,15 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - #- role: openshift/project - # app: bodhi - # description: bodhi - # appowners: - # - bowlofeggs - #- { role: openshift/object, vars: {app: bodhi, file: imagestream.yml }} - #- { role: openshift/object, vars: {app: bodhi, file: buildconfig.yml }} - #- { role: openshift/start-build, vars: {app: bodhi, name: bodhi-web-build }} - - { role: openshift/object, vars: {app: bodhi, template: configmap.yml }} + - role: openshift/project + app: bodhi + description: bodhi + appowners: + - bowlofeggs + - { role: openshift/object, vars: {app: bodhi, file: imagestream.yml }} + - { role: openshift/object, vars: {app: bodhi, file: buildconfig.yml }} + - { role: openshift/start-build, vars: {app: bodhi, name: bodhi-web-build }} + - { role: openshift/object, vars: {app: bodhi, template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml" }} - { role: openshift/object, vars: {app: bodhi, file: service.yml }} - { role: openshift/object, vars: {app: bodhi, file: route.yml }} - { role: openshift/object, vars: {app: bodhi, file: deploymentconfig.yml }}