summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorRicky Elrod <codeblock@fedoraproject.org>2017-08-23 19:45:26 +0000
committerRicky Elrod <codeblock@fedoraproject.org>2017-08-23 19:45:26 +0000
commit6f6a2dbfe95bdc49190ebe2d7378a4eaba805fba (patch)
tree0b242fab9c4b3bc59bee7b5efbaac387b4737a5a /playbooks
parent5f6624fe827f74943486f90c90d683256d3a40ba (diff)
downloadansible-6f6a2dbfe95bdc49190ebe2d7378a4eaba805fba.tar.gz
ansible-6f6a2dbfe95bdc49190ebe2d7378a4eaba805fba.tar.xz
ansible-6f6a2dbfe95bdc49190ebe2d7378a4eaba805fba.zip
Move waiverdb configmap to a template to conditionalize stg vs not
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/openshift-apps/waiverdb.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openshift-apps/waiverdb.yml b/playbooks/openshift-apps/waiverdb.yml
index 3f2da490c..628b2b5f7 100644
--- a/playbooks/openshift-apps/waiverdb.yml
+++ b/playbooks/openshift-apps/waiverdb.yml
@@ -18,7 +18,7 @@
# , template: client_secrets.json
# }
- { role: openshift/object, app: waiverdb, file: imagestream.yml }
- - { role: openshift/object, app: waiverdb, file: configmap.yml }
+ - { role: openshift/object, app: waiverdb, template: configmap.yml }
- { role: openshift/object, app: waiverdb, file: service.yml }
- { role: openshift/object, app: waiverdb, file: route.yml }
- { role: openshift/object, app: waiverdb, file: deploymentconfig.yml }