As the title states, docker_service fails when I try to launch a 
docker-compose file that includes an image tag.

The odd thing is that this docker-compose.yml works when I am on the host 
machine...
The task works if I leave out the tag..

Currently using ansible 2.2.0.0

Error:
raise NoSuchImageError(\"Image '{}' not found\".format(self.image_name))\r\n
compose.service.NoSuchImageError: Image 'container_of_interest:tag'

Chunk of compose file:
container-name:
    image: container_of_interest:tag
    command: run -p file


Specific task:
    - name: Docker-compose all of the things
      docker_service:
        project_src: /path/to/compose
        pull: yes
        state: present
      become_user: user
      become: true

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3e170af9-0b7f-4f64-960a-9172b27ef7d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to