library/roles/smartgears/fhn_manager/meta/main.yml: Install the voms and occi repos only when we install fhn_manager.

This commit is contained in:
Andrea Dell'Amico 2017-02-22 17:42:11 +01:00
parent bcc67fb5f2
commit 29281b49e9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
---
dependencies:
- role: '../../library/roles/egi/voms'
- role: '../../library/roles/egi/occi'
- { role: '../../library/roles/egi/voms', when: fhn_manager_install }
- { role: '../../library/roles/egi/occi', when: fhn_manager_install }