updates start_check_delay
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index be7726a..9b858fd 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -20,6 +20,16 @@ - name: Update EPEL with proxy yum: + name: epel-release + state: present + allow_downgrade: yes + 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: