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

#1 Adjust the PIP packages required for ansible/docker bridge

parent 8fa70b20
No related branches found
No related tags found
No related merge requests found
docker_pip_packages:
- 'docker'
- 'docker-compose'
- 'docker-py'
docker_subnet: '172.17.0.0/24'
docker_compose_version: '1.17.1'
......@@ -42,11 +42,10 @@
group: 'root'
mode: '600'
#TODO: Do we really need that for Ansible? Conflict with binary?
#- name: "Install Python Dependencies"
# pip:
# name: '{{ item }}'
# with_items: '{{ docker_pip_packages }}'
- name: "Install Python Dependencies"
pip:
name: '{{ item }}'
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