We need to install and start docker ourselves
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
fa9be4cc0a
commit
0dced93f85
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue