diff --git a/playbooks/groups/ci.yml b/playbooks/groups/ci.yml index a97fd02847..c1513c3651 100644 --- a/playbooks/groups/ci.yml +++ b/playbooks/groups/ci.yml @@ -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'] }