mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Change to docker_service for compatibility
This commit is contained in:
parent
b37040a85c
commit
485536d4cf
@ -23,7 +23,7 @@
|
||||
register: awx_secret_key
|
||||
|
||||
- name: Start the containers
|
||||
docker_compose:
|
||||
docker_service:
|
||||
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