ansible/lib/ansible
Sam Doran 987265a6ef
Account for empty strings when splitting the host pattern (#62442)
Improve tests
- add more unit test cases
- add specific integration test with more cases

Testing shows no major downside to calling .strip() twice in a comprehension vs. using a regular for loop and only calling .strip() once. Going with the comprehension for ease of maintenance and because comprehensions are optimized in CPython.
2019-09-20 16:03:51 -04:00
..
cli Display leftover messages when shutting down. (#62431) 2019-09-19 10:37:14 -04:00
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 2019-04-23 11:52:24 -05:00
config Add missing gcp modules to gcp module defaults group (#57779) 2019-09-19 20:25:47 +01:00
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
executor win_exec_wrapper - Be more defensive when trying to get output errors (#62376) 2019-09-19 06:53:56 +10:00
galaxy ansible-galaxy - add config to control the display wheel (#61902) 2019-09-13 11:06:18 +10:00
inventory Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
module_utils k8s: apply no longer the default behaviour (#62632) 2019-09-20 08:22:42 -07:00
modules k8s: apply no longer the default behaviour (#62632) 2019-09-20 08:22:42 -07:00
parsing Add a representer for AnsibleUnsafeBytes (#62598) 2019-09-19 14:27:48 -04:00
playbook Collection role relative deps (#61517) 2019-08-29 02:25:44 -07:00
plugins allow before/after diff to be NoneType (#62582) 2019-09-20 15:47:18 -04:00
template fix collection jinja2 cache issue (#62543) 2019-09-18 14:39:59 -07:00
utils Fix plugin names for collection plugins. (#60317) 2019-09-18 17:47:56 -07:00
vars Use correct delegate_to hostnames in loops (#59659) 2019-07-30 09:46:29 +02:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py removed previouslly deprecated settings (#55662) 2019-05-15 16:36:30 -04:00
context.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
release.py Update release name for 2.10 2019-09-05 18:36:06 -07:00