Move the dataminer components roles into the dataminer_app dependencies.

This commit is contained in:
Andrea Dell'Amico 2019-03-25 14:18:28 +01:00
parent 140a916e99
commit 69ad68c14e
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ dependencies:
- { 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 }