updated epel for proxy config
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml
index 7e72edc..9386c40 100644
--- a/tasks/with_proxy.yml
+++ b/tasks/with_proxy.yml
@@ -5,10 +5,10 @@
     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 }}"
+    environment:
+      http_proxy: "{{ http_proxy }}"
+      https_proxy: "{{ https_proxy }}"
+      no_proxy: "{{ no_proxy }}"
 
   - name: Update troubleshooting OS packages
     become: yes