updated template
diff --git a/tasks/main.yml b/tasks/main.yml
index 60d4ea1..ceb1d54 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -1,12 +1,18 @@
 ---
 # tasks file for apigee-opdk-setup-os
-- name: Do not use proxy definitions
-  include: with_no_proxy.yml
-  when: http_proxy is not defined and https_proxy is not defined
+- name: Update basic yum os packages
+  import_role:
+    name: apigee-opdk-setup-os-epel
+  vars:
+    yum_os_minimum_packages: "{{ yum_packages }}"
 
-- name: Use proxy definitions
-  include: with_proxy.yml
-  when: http_proxy is defined and https_proxy is defined
+#- name: Do not use proxy definitions
+#  include: with_no_proxy.yml
+#  when: http_proxy is not defined and https_proxy is not defined
+#
+#- name: Use proxy definitions
+#  include: with_proxy.yml
+#  when: http_proxy is defined and https_proxy is defined
 
 - name: Remove IPv6 localhost entry
   become: yes