re-enable fedmsg on ci-cc

This commit is contained in:
Kevin Fenzi 2018-07-18 18:29:55 +00:00
parent 994bf6480f
commit cfc7e3abbc

View file

@ -28,7 +28,7 @@
when: deployment_type == "prod", tags: ['openvpn_client'] }
- postgresql_server
- apache
# - { role: fedmsg/base }
- { role: fedmsg/base }
tasks:
# this is how you include other task lists
@ -50,7 +50,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
# - { role: taskotron/resultsdb-fedmsg, tags: ['resultsdb-fedmsg']}
- { role: taskotron/resultsdb-fedmsg, tags: ['resultsdb-fedmsg']}
- { role: taskotron/resultsdb-backend, tags: ['resultsdb-be'] }
- { role: taskotron/resultsdb-frontend, tags: ['resultsdb-fe'] }
- { role: taskotron/execdb, tags: ['execdb'] }