diff --git a/tests/https-self-signed.yml b/tests/https-self-signed.yml index 5027d51..596331d 100644 --- a/tests/https-self-signed.yml +++ b/tests/https-self-signed.yml @@ -1,8 +1,9 @@ --- - hosts: all - vars: - pip_package: python-pip + tasks: + - name: Ensure the older Python 2 pip is available. + package: name=python-pip state=present # HTTPS Self-Signed Certificate test. - include: ../https-self-signed/provisioning/main.yml