diff --git a/tests/https-self-signed.yml b/tests/https-self-signed.yml index 596331d..46d844f 100644 --- a/tests/https-self-signed.yml +++ b/tests/https-self-signed.yml @@ -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