bodhi: Switch a comment from Jinja syntax to YAML syntax.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-15 18:14:39 +00:00
parent 04afc85443
commit 1e3a33dc36

View file

@ -123,7 +123,7 @@
- name: Scale up pods
command: oc -n bodhi scale dc/bodhi-web --replicas={{ hostvars[groups['bodhi2'][0]]['openshift_pods'] }}
when: env == "production"
{# Add one of these for production when we deploy 4.0.0 #}
# Add one of these for production when we deploy 4.0.0
- name: Scale up pods
command: oc -n bodhi scale dc/bodhi-consumer --replicas={{ hostvars[groups['bodhi2-stg'][0]]['openshift_pods'] }}
when: env == "staging"