commit | 51cc4463a61b26f13d965e8f5480f3f925e1d04b | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Mon Jul 31 18:11:42 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Mon Jul 31 18:11:42 2017 -0400 |
tree | f59e7c5c3ace4f05b2bada51a67c240b000511b0 | |
parent | d8ebbe5a65e00651a035958be65c5715db7c99a7 [diff] |
updated pip package
diff --git a/tasks/main.yml b/tasks/main.yml index a624790..ff894e1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -34,6 +34,12 @@ include: with_proxy.yml when: http_proxy is defined and https_proxy is defined +- name: Update pip + become: yes + pip: + name: pip + state: latest + - name: Update python packages become: yes pip: