You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Johannes 'fish' Ziemke 459a76c0dd Rename present to running, add new present state
The new present state just makes sure that a container exists, not that
it's running, although it get started one creation.
This is very useful for data volumes. This also changes the old
present, now running (default) state to only create the container if
it's not found, otherwise it just get started.

See also discussion on mailinglist:
https://groups.google.com/forum/#!topic/ansible-devel/jB84gdhPzLQ

This closes #6395
11 years ago
cloud Rename present to running, add new present state 11 years ago
commands
database Merge pull request #6461 from risaacson/modules_make_run_command_safer 11 years ago
files
internal
inventory
messaging
monitoring Fixup shell handling in monit module. 11 years ago
net_infrastructure Fix regression in dnsmadeeasy module caused by fetch_url change 11 years ago
network Remove validate_certs parameter from fetch_url calls 11 years ago
notification
packaging Merge pull request #6468 from philpep/fix_apt_key 11 years ago
source_control Fix documentation for accept_hostkey 11 years ago
system More shell updates 11 years ago
utilities
web_infrastructure