community.general/lib/ansible/playbook
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
..
__init__.py Merge pull request #5555 from sivel/expose-playbook-to-callback 2014-04-03 17:01:28 -04:00
play.py Give more information when a task is empty 2014-04-23 13:13:46 +02:00
task.py Improve error message when multiple action are given 2014-04-20 20:32:33 +02:00