updated role
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index ccf1ed1..965b6ef 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -14,13 +14,13 @@ name: epel-release state: absent -- name: Update EPEL with no proxy - yum: - name: epel-release - allow_downgrade: yes - state: present - #- name: Update EPEL with no proxy # yum: -# name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm" +# name: epel-release +# allow_downgrade: yes # state: present + +- name: Update EPEL with no proxy + yum: + name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm" + state: present