Skip to content
Snippets Groups Projects
Commit cf10f0ff authored by jurgenhaas's avatar jurgenhaas
Browse files

Workaround for dependenvy problems regarding docker-compose and docker-py

parent 2f5fb5f8
Branches
No related tags found
No related merge requests found
docker_pip_packages:
- 'docker'
- 'docker-compose'
......@@ -32,9 +32,7 @@
- name: "Install Python Dependencies"
pip:
name: '{{ item }}'
with_items:
- 'docker-py'
- 'docker-compose'
with_items: '{{ docker_pip_packages }}'
- name: "Ensure group 82"
group:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment