ansible/lib/ansible
Michael Scherer 0f0f5ff1ce Give more information when a task is empty
I made a typo in a playbook and was great by:

    ERROR: expecting dict; got: None

The issue was a single - on the last line of a playbook.
With the name of the file, I was able to see right away where the
error was.
2014-04-23 13:13:46 +02:00
..
callback_plugins
inventory Micro-optimization: replace s.find(x)==0 with s.startswith(x) 2014-03-27 20:35:20 +02:00
module_utils Set the default LANG to en_US.UTF-8 and also set LC_CTYPE 2014-04-22 00:48:32 -05:00
playbook Give more information when a task is empty 2014-04-23 13:13:46 +02:00
runner Fix collision in random filter name by merging functionality 2014-04-22 14:21:00 -05:00
utils Make sure umask is set restrictively before creating any vault files 2014-04-18 13:38:59 -05:00
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 2014-02-28 18:27:16 -05:00
callbacks.py Merge pull request #5555 from sivel/expose-playbook-to-callback 2014-04-03 17:01:28 -04:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Set the default LANG to en_US.UTF-8 and also set LC_CTYPE 2014-04-22 00:48:32 -05:00
errors.py
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00