CHANGED: docker_service to docker_compose

Signed-off-by: Joe <11597133+m33k@users.noreply.github.com>
This commit is contained in:
Joe 2019-11-15 16:28:05 +00:00
parent 9701ac1804
commit f0865d69f0

View File

@ -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