Skip to content

Commit

Permalink
Some partial work for prevent the chown recursive issues described #505
Browse files Browse the repository at this point in the history
… (#506)
  • Loading branch information
vjrj authored Oct 20, 2021
1 parent c25c17f commit 39f4846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/roles/pipelines/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
file: path={{ item }} state=directory owner={{ spark_user }} group={{ spark_user }} recurse=true
with_items:
- "{{ data_dir }}/la-pipelines/config"
- "{{ data_dir }}/docker"
- "{{ data_dir }}/spark-tmp"
- "{{ data_dir }}/pipelines-shp"
- "{{ data_dir }}/dwca-tmp"
Expand Down

0 comments on commit 39f4846

Please sign in to comment.