Skip to content

Commit

Permalink
Fix destination directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenjanssens committed Mar 12, 2014
1 parent 8f75b25 commit 22d60ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/dsatcl/install.yml
Expand Up @@ -24,7 +24,7 @@
- unrar-free
- unzip
- name: Get command-line tools for data science
git: repo=https://github.com/jeroenjanssens/command-line-tools-for-data-science.git dest=home/{{ dst_username }}/repos/command-line-tools-for-data-science/
git: repo=https://github.com/jeroenjanssens/command-line-tools-for-data-science.git dest=/home/{{ dst_username }}/repos/command-line-tools-for-data-science/
- name: Make sure that the tools directory exists
file: path=/home/{{ dst_username }}/tools state=directory owner={{ dst_username }} group={{ dst_username }}
- name: Install jq
Expand Down

0 comments on commit 22d60ae

Please sign in to comment.