Skip to content

Commit

Permalink
Fix Python 3.6 url
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Mar 21, 2022
1 parent 3e6b565 commit 6777585
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 @@ -87,7 +87,7 @@
- name: get download url (latest)
set_fact:
pip_download_url: 'https://bootstrap.pypa.io/pip/get-pip.py'
when: _python_version.stdout is version('3.6', '>=')
when: _python_version.stdout is version('3.7', '>=')

tags:
- configuration
Expand Down

0 comments on commit 6777585

Please sign in to comment.