community.general/lib/ansible
James Cammarata 640d057f3f Don't use _raw_params for IncludeRole objects (#26601)
IncludeRole objects don't use _raw_params for the name/etc. of roles
like regular incudes, but the code for finding relative includes assumed
that all includes had a _raw_params field. This fixes that by correctly
checking the parent object type and using the appropriate field.

Fixes #26525
2017-07-20 12:32:06 -05:00
..
cli Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
compat ansible/compat/: PEP8 compliancy (#24689) 2017-05-18 08:36:11 +01:00
config New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
errors correct, cleanup & simplify dwim stack (#25956) 2017-07-03 15:27:53 -04:00
executor include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
galaxy Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
inventory ensure all groups inherit from 'all' 2017-07-13 18:38:39 -04:00
module_utils openssl_*: Allow user to specify privatekey passphrase 2017-07-19 18:21:30 -07:00
modules Fix bug that was uncovered by comparing the port range which is inherently a string but ansible passes the param in as an implied int if the range does not contain a non-numeric char (#27017) 2017-07-20 11:47:43 -04:00
parsing corrected precedence, added comments to each entry 2017-07-20 11:07:06 -04:00
playbook Don't use _raw_params for IncludeRole objects (#26601) 2017-07-20 12:32:06 -05:00
plugins SSH fails with '"parsed": false' error message 2017-07-20 08:09:42 -07:00
template Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
utils New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
vars removed redundant loader 2017-07-17 09:03:39 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00