ansible/lib/ansible
Dan Rue 67eb9f301d Do not mark "skipped" when changed is false
When using the "creates" option with the script module, set changed
to False if the file already exists. This behavior is consistent with
other modules which use "creates", such as command and shell.
2015-02-17 15:14:21 -06:00
..
cache Restore json import for redis as well. Switch preference to simplejson for speed 2014-12-23 13:14:14 -08:00
callback_plugins
inventory Merge pull request #9672 from quinot/topic/lineno-in-inventory-err 2015-01-29 12:36:30 -05:00
module_utils Merge pull request #10259 from sivel/rax-boot-vol-v2 2015-02-16 18:04:16 -05:00
modules Update core modules to fix new integration tests 2015-02-16 22:08:53 -08:00
playbook more resilient errors for bad host declarations in play 2015-02-03 10:26:48 -05:00
runner Do not mark "skipped" when changed is false 2015-02-17 15:14:21 -06:00
utils valutpass fix in password reorog 2015-02-16 12:24:43 -05:00
__init__.py Bumping files for 1.9 2014-11-25 16:49:45 -06:00
callbacks.py ensure proper strings/unicodestrings for passwords 2015-02-12 17:44:08 -05:00
color.py
constants.py Merge pull request #4820 from mscherer/add_local_config 2015-02-11 14:44:07 -05:00
errors.py
module_common.py