escalating priviledge from role
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index b53b004..1b77ffb 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -11,8 +11,9 @@
 
     - block:
       - name: Install pip
-        yum: python-pip
-        state: latest
+        yum:
+          name: python-pip
+          state: latest
 
       rescue:
         - name: Install epel