Change to docker_service for compatibility

This commit is contained in:
Ashley Nelson 2019-07-02 16:03:43 -05:00
parent b37040a85c
commit 485536d4cf

View File

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