fixing role path for testdays

This commit is contained in:
Tim Flink 2015-09-10 01:40:47 +00:00
parent c74db77bec
commit 97b7ff086b

View file

@ -42,7 +42,7 @@
roles:
- { role: taskotron/resultsdb-backend, tags: ['resultsdb-be'] }
- { role: taskotron/resultsdb-frontend, tags: ['resultsdb-fe'] }
- { role: taskotron/testdays, tags: ['testdays'] }
- { role: testdays, tags: ['testdays'] }
handlers:
- include: "{{ handlers }}/restart_services.yml"