bodhi / upgrade: fix var includes

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-05 09:58:38 -08:00
parent 44f82343aa
commit d8a1049849

View file

@ -142,6 +142,7 @@
- import_tasks: "{{ handlers_path }}/restart_services.yml"
tasks:
- include_vars: /srv/web/infra/ansible/vars/apps/bodhi.yml
- name: Scale up pods
command: oc -n bodhi scale dc/bodhi-web --replicas={{ bodhi_openshift_pods }}
when: env != "staging"