Are all your docker-compose files in the same folder?
If they are in the same folder, say my_project, you can use something like this:
- name: run the service defined in my_project's docker-compose.yml
docker_compose:
project_src: /path/to/my_project