bodhi: Switch a comment from Jinja syntax to YAML syntax.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
04afc85443
commit
1e3a33dc36
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue