Hubs: add dep on MongoDB

This commit is contained in:
Aurélien Bompard 2018-01-13 11:03:51 +00:00
parent d548b86bef
commit 69175c9756
2 changed files with 3 additions and 1 deletions

View file

@ -50,7 +50,6 @@
roles:
- basessh
- certbot
- role: hubs
main_user: fedora

3
roles/hubs/meta/main.yml Normal file
View file

@ -0,0 +1,3 @@
dependencies:
- certbot
- mongodb