Merge "Change pip install task state to 'latest'"

This commit is contained in:
Jenkins 2016-07-23 14:49:34 +00:00 committed by Gerrit Code Review
commit 528881842f

View File

@ -74,7 +74,7 @@
- name: Install pip packages
pip:
name: "{{ item }}"
state: present
state: latest
extra_args: "{{ pip_install_options|default('') }}"
register: install_packages
until: install_packages|success