Skip to content

Commit

Permalink
create /usr/local/src
Browse files Browse the repository at this point in the history
  • Loading branch information
yogo1212 committed Feb 22, 2018
1 parent d1c116d commit 26f7a7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
go_download_location: "{{ go_download_buckets_url }}{{ go_tarball }}"
when: not latest_release | skipped

- name: Create /usr/local/src/
file: state=directory path=/usr/local/src/ mode=0755

- name: Download the Go tarball
get_url:
url: "{{ go_download_location }}"
Expand Down

0 comments on commit 26f7a7e

Please sign in to comment.