Ansible needs docker-py for managing it

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-09 00:48:45 +00:00
parent dde7c3313c
commit 9b88b3ebb6

View file

@ -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