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:
softwarefactory-project-zuul[bot] 2019-07-03 12:28:35 +00:00 committed by GitHub
commit d4f50896de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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