community.general/lib/ansible/runner
Cristian Ciupitu b6261d05b0 Fix typo: & -> and
`and` is the boolean operator for AND in [Python][1].
`&` is the bitwise operator for AND in [Python][2].

[1]: https://docs.python.org/2/reference/expressions.html#boolean-operations
[2]: https://docs.python.org/2/reference/expressions.html#binary-bitwise-operations
2014-08-14 16:52:59 +03:00
..
action_plugins Merge branch 'retf_py' of git://github.com/berendt/ansible into devel 2014-08-08 12:17:37 -04:00
connection_plugins Catch auth errors in winrm and properly raise errors 2014-08-07 09:00:24 -05:00
filter_plugins adding min() and max() filters for use in Jinja templates 2014-08-08 11:28:48 -04:00
lookup_plugins Add support for relative paths in the file lookup plugin for roles 2014-06-04 15:20:59 -05:00
shell_plugins Collapse extra whitespace in encoded powershell scripts. 2014-06-19 14:25:50 -05:00
__init__.py By popular request, make the no_log attribute also censor tasks from callbacks. 2014-08-12 13:36:05 -04:00
connection.py Error if private_key_file is group/world readable 2014-07-02 13:44:53 -07:00
poller.py Fix typo: & -> and 2014-08-14 16:52:59 +03:00
return_data.py When parsing json from untrusted sources, remove templating tags 2014-07-01 14:14:14 -05:00