epel config
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index b83384b..eab7ca5 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -1,12 +1,12 @@ --- -- name: Update EPEL with proxy - yum: - name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm" - state: present - environment: - http_proxy: "{{ http_proxy }}" - https_proxy: "{{ https_proxy }}" - no_proxy: "{{ no_proxy }}" +#- name: Update EPEL with proxy +# yum: +# name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm" +# state: present +# environment: +# http_proxy: "{{ http_proxy }}" +# https_proxy: "{{ https_proxy }}" +# no_proxy: "{{ no_proxy }}" # when: epel_repo is not defined and epel_repo | trim != '' #- name: Update EPEL from custom location with proxy