Skip to content

Commit e0825aa

Browse files
committed
Issue #105: Don't install pip for Python 2 in HTTPS example.
1 parent 1837b2a commit e0825aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/https-self-signed.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
- name: Ensure apt cache is updated.
66
apt: update_cache=yes cache_valid_time=600
77

8-
- name: Ensure the older Python 2 pip is available.
9-
package: name=python-pip state=present
10-
118
# HTTPS Self-Signed Certificate test.
129
- import_playbook: ../https-self-signed/provisioning/main.yml

0 commit comments

Comments
 (0)