community.general/lib/ansible/utils
Michael DeHaan 28b9fd4e30 We have had only_if, when_foo, etc, deprecated for a while and said they would be removed in 1.5. Now they are, with friendly error messages still.
Users of these features should use "when:" as documented at docs.ansible.com.

Similarly, include + with_items has been removed.  The solution is to loop
inside the task files, see with_nested / with_together, etc.
2014-01-03 13:47:54 -05:00
..
__init__.py We have had only_if, when_foo, etc, deprecated for a while and said they would be removed in 1.5. Now they are, with friendly error messages still. 2014-01-03 13:47:54 -05:00
module_docs.py Don't need to document these guys. 2014-01-02 17:55:59 -05:00
plugins.py when searching for a plugin only look for a regular file 2013-10-16 21:23:37 +02:00
template.py Fixes #5200 Handle template contents with unicode strings better 2014-01-03 11:18:20 -05:00