commit | b4723041fa30c78b74adc04f2c35eb38799b2cd8 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 31 14:28:42 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 31 14:28:42 2017 -0400 |
tree | bf3a0b5b5afc9ac62160dc0f7e139cf4934c0064 | |
parent | b9056f3bb407731adaeac42198f97f8f43f184c5 [diff] |
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