Hi there. I'm fairly certain the docker module is working as designed, but 
I wanted to make sure before I create an issue on github. 

- name: stop docker container
  docker:
    name=myapp

    image=myappimage
    state=absent


I was poking around the docker.py code, and it seems like it's just "image = 
module.params.get('image')" that's doing it. 


But really, the image param shouldn't be required for every state. Right? 
Thanks!


--dave





-- 
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/a2979b86-a211-4493-9e6e-5c9fdb0b4e48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to