forked from ISTI-ansible-roles/ansible-roles
Move the dataminer components roles into the dataminer_app dependencies.
This commit is contained in:
parent
140a916e99
commit
69ad68c14e
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue