mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Merge pull request #4260 from fantashley/fix-docker-module-name
Change to docker_service for compatibility Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
d4f50896de
@ -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