mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 07:27:28 -02:30
Change docker_service to docker_compose.
Signed-off-by: aubrel <red_clover@riseup.net>
This commit is contained in:
@@ -23,7 +23,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
|
||||
|
||||
Reference in New Issue
Block a user