community.general/lib/ansible/executor
Toshio Kuratomi d35b956900 listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"
Before this, they were not listified there but they were listified when
specified like this:

with_lookup: terms
2015-08-10 09:07:37 -07:00
..
process Switch up the task/host overrides for PlayContext to use the compiled vars dict 2015-07-28 16:25:44 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00
play_iterator.py Adding initial support for includes in handlers 2015-07-24 16:22:02 -04:00
playbook_executor.py allow for vars_prompt and pause prompt to be skipped in non interactive settings 2015-08-06 19:20:45 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
task_queue_manager.py adding display to plugins and start moving debug to display 2015-07-23 10:26:12 -04:00
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00