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/test/units
nitzmahone 5b336832af add _load_params debug overrides for module args/file passed on cmdline
Updated python module wrapper explode method to drop 'args' file next to module.
Both execute() and excommunicate() debug methods now pass the module args via file to enable debuggers that are picky about stdin.
Updated unit tests to use a context manager for masking/restoring default streams and argv.
2016-04-18 11:06:46 -07:00
..
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Fix for serial when percent amount is less than one host (#15396) 2016-04-13 10:49:38 -04:00
inventory
inventory_test_data/group_vars
mock add _load_params debug overrides for module args/file passed on cmdline 2016-04-18 11:06:46 -07:00
module_utils add _load_params debug overrides for module args/file passed on cmdline 2016-04-18 11:06:46 -07:00
parsing New unit tests for #13630 fix 2016-03-28 15:54:07 -04:00
playbook Fix ansible_sudo_pass inventory variable so that it overrides setting of sudo password from the command line 2016-03-21 10:20:40 -07:00
plugins Controller-side module caching. 2016-04-12 08:01:07 -07:00
template
utils
vars Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00
__init__.py