dataminer: the dependency roles are now conditional.

This commit is contained in:
Andrea Dell'Amico 2018-04-04 20:22:23 +02:00
parent 90850eefa6
commit d9dfa8ef23
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,9 @@ dataminer_algorithms_updater_hour_frequency: "*"
dataminer_data_file_from_thredds: 'http://thredds.d4science.org/thredds/fileServer/public/netcdf/gebco_08_OCEANS_CLIMATOLOGY_METEOROLOGY_ATMOSPHERE_.nc'
dataminer_conda_install: True
dataminer_hdf5: False
# dev, prod, preprod
dataminer_infra_reference: dev

View File

@ -1,3 +1,4 @@
---
dependencies:
- role: '../../library/roles/conda'
- { role: ../../library/roles/conda, when: dataminer_conda_install }
- { role: ../../library/roles/hdf5, when: dataminer_hdf5 }