Ansible needs docker-py for managing it
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
dde7c3313c
commit
9b88b3ebb6
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
# tasklist for setting up the mirrorlist app as a container on proxies
|
||||
- name: Install docker
|
||||
package: name=docker state=present
|
||||
package: name={{item}} state=present
|
||||
with_items:
|
||||
- docker
|
||||
- python-docker-py
|
||||
tags:
|
||||
- mirrorlist_proxy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue