We need to install and start docker ourselves

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-04-11 16:27:17 +00:00
parent fa9be4cc0a
commit 0dced93f85

View file

@ -6,9 +6,14 @@
- ansible
- git
- pyOpenSSL
- docker
- python-docker-py
tags:
- awxinstall
- name: Start and enable docker
service: name=docker enabled=yes state=started
- name: git clone the awx repo
git:
repo: https://github.com/ansible/awx.git