mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
We need to install and start docker ourselves
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user