Community,

I'm using the docker module and the documentation appears to be wrong. I'm 
not sure where the right place is to bring this up.
I'm running ansible version 1.8.2.

Ansible Documentation:
http://docs.ansible.com/docker_module.html 
<http://docs.ansible.com/docker_module.html>

*parameter**    required**      default**     choices*
state              no                started    
   
   - present
   - started
   - reloaded
   - restarted
   - stopped
   - killed
   - absent

Task:
- name: START  | Start container
  docker:
    image={{item.value.image}}
    name={{item.value.name}}
    hostname={{item.value.name}}
    ports={{item.value.ports_fwd}}
    expose={{item.value.ports_exp}}
    publish_all_ports=True
    state=started

Error:
TASK: [startContainers | START  | Start containers] 
***************************
failed: [dockerhost2] => (item=(0, 'tier1_node1')) => {"failed": true, 
"item": [0, "tier1_node1"]}
msg: value of state must be one of: 
absent,present,running,stopped,killed,restarted, got: started

I assume the documentation has gotten out of date, but there should be a 
note on the page for the module.

Thanks!
Chip

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7ac3e715-8f07-4101-84cc-487df029d7b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to