Run the alembic upgrade on bodhi-backend01.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-04-17 22:24:29 +00:00
parent 60d6de2eef
commit 36f735c243

View file

@ -94,7 +94,7 @@
command: /usr/bin/alembic -c /usr/share/bodhi/alembic.ini upgrade head
args:
chdir: /usr/share/bodhi/
when: inventory_hostname.startswith(('bodhi-backend03.phx2', 'bodhi-backend01.stg.phx2'))
when: inventory_hostname.startswith(('bodhi-backend01.phx2', 'bodhi-backend01.stg.phx2'))
- name: And... start the backend again
service: name="fedmsg-hub" state=started