mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
CHANGED: docker_service to docker_compose
Signed-off-by: Joe <11597133+m33k@users.noreply.github.com>
This commit is contained in:
parent
9701ac1804
commit
f0865d69f0
@ -24,7 +24,7 @@
|
||||
register: awx_secret_key
|
||||
|
||||
- name: Start the containers
|
||||
docker_service:
|
||||
docker_compose:
|
||||
project_src: "{{ docker_compose_dir }}"
|
||||
restarted: "{{ awx_compose_config is changed or awx_secret_key is changed }}"
|
||||
register: awx_compose_start
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user