diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2017-08-23 21:22:20 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-23 21:22:24 +0000 |
| commit | d23122bf18b2defaabd7fc156dc6effc311d240b (patch) | |
| tree | 34c75df8dd342c8a3018dd6db10e81183c281632 /playbooks | |
| parent | 31e8e228218732e11c72c40913291a24e2445694 (diff) | |
| download | ansible-d23122bf18b2defaabd7fc156dc6effc311d240b.tar.gz ansible-d23122bf18b2defaabd7fc156dc6effc311d240b.tar.xz ansible-d23122bf18b2defaabd7fc156dc6effc311d240b.zip | |
try and clean up templates
Diffstat (limited to 'playbooks')
| -rw-r--r-- | playbooks/openshift-apps/waiverdb.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/openshift-apps/waiverdb.yml b/playbooks/openshift-apps/waiverdb.yml index 5a8177720..0af9872bd 100644 --- a/playbooks/openshift-apps/waiverdb.yml +++ b/playbooks/openshift-apps/waiverdb.yml @@ -22,4 +22,5 @@ - { role: openshift/object, app: waiverdb, file: service.yml } - { role: openshift/object, app: waiverdb, file: route.yml } - { role: openshift/object, app: waiverdb, file: deploymentconfig.yml } - - { role: openshift/rollout, app: waiverdb, name: waiverdb-stg-web } + - { role: openshift/rollout, app: waiverdb, name: waiverdb-stg-web, when: env == "staging" } + - { role: openshift/rollout, app: waiverdb, name: waiverdb-web, when: env != "staging" } |
