[copr][base] include global handlers, add meta to copr/dist-git that requires copr/base role.

This commit is contained in:
Valentin Gologuzov 2015-07-21 16:54:20 +02:00
parent 24ff6c0cc9
commit 4c43bb33d0
2 changed files with 6 additions and 0 deletions

View file

@ -43,6 +43,9 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handelrs:
- include: handlers/restart_services.yml
roles:
- base
- copr/dist_git

View file

@ -0,0 +1,3 @@
---
dependencies:
- { role: copr/base }