Skip to content

Commit

Permalink
Download installer for a specific python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 18, 2020
1 parent 3937d41 commit b3c22d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: download (latest) pip
get_url:
url: "{{ pip_download_url }}"
dest: "{{ pip_download_path }}/{{ pip_download_url | basename }}"
dest: "{{ pip_download_path }}/{{ pip_download_url | basename }}-{{ pip_python_version | string }}"
owner: root
group: root
mode: 0644
Expand Down

0 comments on commit b3c22d8

Please sign in to comment.