forked from ISTI-ansible-roles/ansible-roles
12 lines
573 B
YAML
12 lines
573 B
YAML
---
|
|
dependencies:
|
|
- { role: ../../library/roles/smartgears/smartgears-service }
|
|
- { role: ../../library/roles/smartgears/dataminer_app }
|
|
- { role: ../../library/roles/conda, when: dataminer_conda_install }
|
|
- { role: ../../library/roles/hdf5, when: dataminer_hdf5 }
|
|
- { role: ../../library/roles/python3-env, when: py3_env_install }
|
|
- { role: ../../library/roles/pandoc }
|
|
- { role: ../../library/roles/octave, when: octave_install }
|
|
- { role: ../../library/roles/ubuntugis, when: ubuntugis_repo_install }
|
|
- { role: ../../library/roles/R, when: r_install }
|