Skip to content

Commit

Permalink
No need to mkdir grdc already done in grdc role
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 14, 2024
1 parent 41d3b1b commit 341dd3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion roles/prep_shared_data/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ esmvaltool_aux_version: 0.1.0
parameter_set_root_dir: '{{ data_root }}/parameter-sets'
# Location where eWatercycle example forcings will be downloaded to
forcing_root_dir: '{{ data_root }}/forcing'
grdc_location: '{{ data_root }}/observation/grdc/dailies'
5 changes: 0 additions & 5 deletions roles/prep_shared_data/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
# TODO Make smaller selection
- name: Download climate data
ansible.builtin.include_tasks: climate-data.yml
- name: GRDC placeholder
ansible.builtin.file:
path: '{{ grdc_location }}'
state: directory
mode: 0755

0 comments on commit 341dd3c

Please sign in to comment.