ansible/lib/ansible
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
..
cli moved hardcoded settings from doccli to constants 2016-03-05 17:40:44 -05:00
compat
config
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor only do squash when 'squashable field' present 2016-03-01 15:11:34 -05:00
galaxy Fix bug 14715: Galaxy CLI paging error 2016-02-29 21:21:32 -05:00
inventory added warning for when host file doesn't exist 2016-02-29 16:18:06 -05:00
module_utils add find_vm_by_name function to vmware utils 2016-03-05 11:50:51 -08:00
modules update submodule refs 2016-02-29 16:43:30 -08:00
new_inventory
parsing Use to_bytes on filenames in filesystem calls. 2016-03-04 09:08:41 -08:00
playbook better task parsing errors 2016-03-03 19:51:15 -05:00
plugins adds multiline flag to regex test for search and match 2016-03-06 08:11:46 -05:00
template Merge pull request #14537 from Yannig/devel_better_error_handling 2016-03-03 18:11:04 -05:00
utils Use to_bytes on filenames in filesystem calls. 2016-03-04 09:08:41 -08:00
vars make sure group_names is always sorted 2016-03-04 13:12:35 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py moved hardcoded settings from doccli to constants 2016-03-05 17:40:44 -05:00
test-requirements.txt