escalating priviledge from role
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index ea17ba5..b53b004 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -20,8 +20,9 @@
             name: apigee-opdk-setup-os-epel
 
         - name: Install pip
-          yum: python-pip
-          state: latest
+          yum:
+            name: python-pip
+            state: latest
 
   become: yes