push-docker: the ansible module needs python-docker
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
c96cf96d65
commit
1c7abdd825
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
package: name="{{ item }}" state=present
|
package: name="{{ item }}" state=present
|
||||||
with_items:
|
with_items:
|
||||||
- docker
|
- docker
|
||||||
|
- python-docker
|
||||||
|
|
||||||
- name: start and enable docker
|
- name: start and enable docker
|
||||||
service: name=docker state=started enabled=yes
|
service: name=docker state=started enabled=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue