community.general/lib/ansible/runner
Brian Coca 7d2937b1cc minor fixes to template function
- make sure it calls itself correctly, now passes same params as it recieves
- vars is reserved, changed for templatevars to avoid confustion
- forcing mustaches again since the removal broke 'listification' as per #9622
- fixes incorrectly successful tests using undefined var, now it is defined
- now returns empty list if items is None to avoid errors
2014-11-25 12:59:13 -05:00
..
action_plugins added changed status to return when new early create check is triggered, 2014-11-14 11:13:36 -05:00
connection_plugins Setting keepalive option before opening session 2014-11-01 00:51:52 -07:00
filter_plugins Merge pull request #9270 from bcoca/do_the_shuffle 2014-11-20 13:43:00 -05:00
lookup_plugins Allow with_first_files to search relative to templates and vars in roles 2014-09-18 16:05:30 -05:00
shell_plugins Add error when checksumming will fail because python is not present on the remote. 2014-11-11 20:05:27 -08:00
__init__.py minor fixes to template function 2014-11-25 12:59:13 -05:00
connection.py fixed ssh fix, bad test case but it should work now 2014-11-06 14:56:44 -05:00
poller.py Ensure ansible_job_id exists even for not-started jobs 2014-09-01 16:31:37 -07:00
return_data.py Use correct keyword for this function. 2014-09-11 12:32:51 -04:00