forked from ISTI-ansible-roles/ansible-roles
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:
parent
bcc67fb5f2
commit
29281b49e9
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue