updated for yum proxy configs
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index b980ce0..5b04769 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -1,7 +1,7 @@
 ---
 - name: Configure Apigee Yum repositories
   yum_repository:
-     enabled: true
+     enabled: "{{ item.enabled | default(true} }}"
      state: present
      name: "{{ item.repo_id }}"
      description: "{{ item.name }}"