mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Add installation of the docker python package
This commit is contained in:
parent
24357b016d
commit
e0648ead2f
@ -14,5 +14,8 @@
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Ensure docker Python package is available
|
||||
pip: name=docker state=present
|
||||
|
||||
- include: docker-compose.yml
|
||||
when: docker_install_compose
|
||||
|
Loading…
Reference in New Issue
Block a user