File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,8 @@ script:
23
23
# Ansible syntax check.
24
24
- ' docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook /etc/ansible/roles/role_under_test/tests/test.yml --syntax-check'
25
25
26
- # Fix pip - see https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1658844
27
- - ' docker exec "$(cat ${container_id})" apt-get update'
28
- - ' docker exec "$(cat ${container_id})" apt-get install -y python-pip'
29
- - ' docker exec "$(cat ${container_id})" python -m pip install -U pip'
30
- - ' docker exec "$(cat ${container_id})" pip install -U pip setuptools'
26
+ # Avoid pip bug https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1658844
27
+ - ' docker exec "$(cat ${container_id})" ansible-galaxy install tersmitten.pip'
31
28
32
29
# Test role.
33
30
- ' docker exec "$(cat ${container_id})" ansible-playbook /etc/ansible/roles/role_under_test/tests/test.yml'
You can’t perform that action at this time.
0 commit comments