mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Ensure Docker is running fixes #59
Signed-off-by: Sandro Emma <feeds.sandro@gmail.com>
This commit is contained in:
@@ -140,6 +140,11 @@
|
|||||||
dest: "{{ docker_base_path }}/Makefile"
|
dest: "{{ docker_base_path }}/Makefile"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
|
- name: Docker should be running
|
||||||
|
service:
|
||||||
|
name: docker
|
||||||
|
state: started
|
||||||
|
|
||||||
- name: Build base web image
|
- name: Build base web image
|
||||||
docker_image:
|
docker_image:
|
||||||
path: "{{ docker_base_path }}"
|
path: "{{ docker_base_path }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user