1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/playbook
Pilou 2603604fd6 gather facts improvements (#44008)
* gather_subset is a list of strings

When gather_subset is an integer, a message pointing out the problem, current tb error 
is replaced by this one:

    ERROR! the field 'gather_subset' should be a list of (<class 'str'>,), but the item '42' is a <class 'int'>
...
* gathering_facts test: ensure smart gathering is on
2018-08-23 11:36:06 -04:00
..
role Mass nuke deprecated items that are easily removed. ci_complete (#44320) 2018-08-20 16:26:10 -05:00
__init__.py Pass vars from import_playbook in early (#39521) 2018-04-30 16:13:43 -05:00
attribute.py Correct default value of always_post_validate in docstring 2018-07-27 16:01:07 -04:00
base.py Mass nuke deprecated items that are easily removed. ci_complete (#44320) 2018-08-20 16:26:10 -05:00
become.py leftover from porting become to v2 that's unused 2017-07-24 10:12:17 -07:00
block.py Validate that rescue and always have an accompanying block. Fixes #26751 (#41822) 2018-06-22 13:59:15 -05:00
conditional.py Don't overwrite builtin jinja2 filters with tests (#37881) 2018-03-26 12:06:00 -05:00
handler.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Bump deprecation for include to 2.12 (#44230) 2018-08-16 16:30:10 -05:00
included_file.py Support item label in v2_playbook_on_include (#42478) 2018-07-09 11:27:00 -04:00
loop_control.py rebase base playbook base (#39533) 2018-05-03 18:29:47 -04:00
play.py gather facts improvements (#44008) 2018-08-23 11:36:06 -04:00
play_context.py Add a 'machinectl shell' become_method (#39826) 2018-05-25 10:52:53 -05:00
playbook_include.py Pass vars from import_playbook in early (#39521) 2018-04-30 16:13:43 -05:00
role_include.py Prefer name of include_role. Fixes #43332 2018-07-31 13:25:47 -04:00
taggable.py add 'never' tag (#34104) 2018-02-07 15:21:55 -08:00
task.py Swap default for INVALID_TASK_ATTRIBUTE_FAILED to True, add additional info to exception (#44138) 2018-08-16 16:30:47 -05:00
task_include.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00