mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Change to docker_service for compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user