ansible/lib/ansible
Elad Alfassa ea1361a927 modules/na_cdot_lun: properly compare LUN size (#34846)
current_size is returned from the API as string, while self.size
(the requested size) is an integer. This caused the comparison
to always be False, and a resize request to always be sent.
2018-01-17 16:32:54 -05:00
..
cli Improve handling of ansible-doc sanity errors. 2018-01-17 11:41:01 -08:00
compat Create a short license for PSF and MIT. (#32212) 2017-11-06 10:25:30 -08:00
config ansible-config: add simple tests (#34900) 2018-01-17 06:33:33 -08:00
errors Temporary (#31677) 2018-01-15 21:15:04 -08:00
executor Temporary (#31677) 2018-01-15 21:15:04 -08:00
galaxy Catch exception comparing role versions, and provide a user friendly error message. Fixes #32301 (#34427) 2018-01-11 17:41:23 -06:00
inventory Temporary (#31677) 2018-01-15 21:15:04 -08:00
module_utils Compare arg+aliases between docs and argument_spec (#34809) 2018-01-17 10:11:30 -06:00
modules modules/na_cdot_lun: properly compare LUN size (#34846) 2018-01-17 16:32:54 -05:00
parsing Misc. typo is display log (#34388) 2018-01-05 07:44:28 +05:30
playbook Temporary (#31677) 2018-01-15 21:15:04 -08:00
plugins Make template action respect local_tmp. Fixes #34941 (#35005) 2018-01-17 14:14:46 -06:00
template [template/vars] Use to_native(exception) as a fallback for Python 3 which doesn't have a .message attribute (#34044) 2017-12-19 17:34:46 -05:00
utils Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
vars fix item var in delegation (#32986) 2017-11-20 09:29:55 -05:00
__init__.py
constants.py Temporary (#31677) 2018-01-15 21:15:04 -08:00
release.py