| commit | 1d8310335dc9f57d818b8ac943c2dc975c3258f0 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 31 14:29:34 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 31 14:29:34 2017 -0400 |
| tree | e2152dff152feea9f7d783aeea06c12fb73ad566 | |
| parent | b4723041fa30c78b74adc04f2c35eb38799b2cd8 [diff] |
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