community.general/lib/ansible/plugins
Peter Sprygada c0f1e1801b adds multiline flag to regex test for search and match
This commit adds the multiline flag to the regexp search and match test
plugin.  It defaults to re.M = False for backwards compatibility.  To use
the multiline feature add multiline=True to the test filter

{{ config | search('^hostname', multiline=True) }}
2016-03-06 08:11:46 -05:00
..
action Remember to use errors=strict since this is looking up a filename on the filesystem (ie it has to match exactly) 2016-03-03 20:56:50 -08:00
cache switched from threading to multiprocessing 2016-02-11 22:25:17 -05:00
callback updated docs to show new output 2016-03-03 18:05:39 -05:00
connection Use to_bytes on filenames in filesystem calls. 2016-03-04 09:08:41 -08:00
filter Use isinstance type checks in bool filter so we can handle unsafe proxy objects. Fixes #14240 2016-02-01 12:32:59 -06:00
inventory
lookup Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3 2016-02-26 16:43:05 -08:00
shell moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
strategy issue callbacks per item and retry fails 2016-02-23 15:07:06 -05:00
test adds multiline flag to regex test for search and match 2016-03-06 08:11:46 -05:00
vars
__init__.py Support strategy_plugins setting in a configuration file 2016-03-05 20:15:04 +09:00