Issue #83: Update apt cache before installing the pip 2 package.

This commit is contained in:
Jeff Geerling
2017-12-23 18:20:49 -06:00
parent 5e2d1700a0
commit 173e00ecaa
+3
View File
@@ -2,6 +2,9 @@
- hosts: all
tasks:
- name: Ensure apt cache is updated.
apt: update_cache=yes cache_valid_time=600
- name: Ensure the older Python 2 pip is available.
package: name=python-pip state=present