- 29 Sep, 2012 15 commits
-
-
Raise AnsibleError if $FILE() or $PIPE() fail
Michael DeHaan committed -
Added DOCUMENTATION to supervisorctl module.
Michael DeHaan committed -
Added DOCUMENTATION to pip module.
Michael DeHaan committed -
Added DOCUMENTATION to shell module.
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
Setting trim_blocks to True
Michael DeHaan committed -
Removed embedded colon in DOCUMENTATION of apt_repository
Michael DeHaan committed -
Michael DeHaan committed
-
Jan-Piet Mens committed
-
removed EXAMPLES from ini_file
Michael DeHaan committed -
module DOCUMENTATION for apt, apt_respository cleanup
Michael DeHaan committed
-
- 28 Sep, 2012 25 commits
-
-
Jan-Piet Mens committed
-
testing YAML in YAML: small glitch in rst template; a </pre></p> is outdented and causes messy display
Jan-Piet Mens committed -
Added documentation to APT module
Michael DeHaan committed -
Fix to make sure only strings are being joined
Michael DeHaan committed -
Module DOCUMENTATION for template, wait_for, and yum
Michael DeHaan committed -
Module DOCUMENTATION: assemble, authorized_key, command, copy
Michael DeHaan committed -
Close zeromq context and socket.
Michael DeHaan committed -
Jan-Piet Mens committed
-
Collin Allen committed
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
plus a small fix in rst.j2 template manpages generated & checked modules.html generated & checked
Jan-Piet Mens committed -
Since BOOLEANS also contains integers, joining the list returns an error. Easy to test by giving a wrong value to a boolean argument: service name=httpd enabled=True Since True is not in the allowed BOOLEANS, it will cause the error, which in its turn bails out because it joins strings and integers. We may want to remove the integers from the choices since '0' and '1' are already in the list as strings. Personally I would expect only strings as arguments, not sure where these could be integers ??
Dag Wieers committed -
Ralph Bean committed
-
module_formatter fixes
Michael DeHaan committed -
Revert pull request #1091
Michael DeHaan committed -
Automatic quoting of variables in only_if breaks existing playbooks where entire statements are put in a variable, and other cases. See issue #1120 for details.
Daniel Hokka Zakrisson committed -
Jan-Piet Mens committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change by the time I'm done.
Michael DeHaan committed
-