Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Remove proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrieu, Alban committed Mar 16, 2021
1 parent 9a7bd0a commit 97d44b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/python38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
force: yes
register: curl_result
when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and (ansible_distribution_version is version_compare(16.04, '>='))
environment:
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
# environment:
# http_proxy: "{{ http_proxy }}"
# https_proxy: "{{ https_proxy }}"
become: true

- name: python38 | Install missing pip{{ python3_version }} (2) # noqa 503
Expand Down

0 comments on commit 97d44b8

Please sign in to comment.