dataminer: the dependency roles are now conditional.
This commit is contained in:
parent
90850eefa6
commit
d9dfa8ef23
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: '../../library/roles/conda'
|
||||
- { role: ../../library/roles/conda, when: dataminer_conda_install }
|
||||
- { role: ../../library/roles/hdf5, when: dataminer_hdf5 }
|
||||
|
|
Loading…
Reference in New Issue