community.general/lib/ansible
Maxime de Roucy c2ac9d0831 fix file attributes changed detection
https://docs.python.org/2/library/stdtypes.html#str.split
str.split([sep[, maxsplit]])
If sep is given, consecutive delimiters are not grouped together and are deemed
to delimit empty strings.

>>> "85563      ----------------C-- /var/lib/libvirt/images".split(' ')[0:2]
['85563', '']
>>> "85563      ----------------C-- /var/lib/libvirt/images".split()[0:2]
['85563', '----------------C--']
2017-12-15 09:48:18 -08:00
..
cli add support for other scms to pull (#33152) 2017-12-13 22:16:54 -05:00
compat Create a short license for PSF and MIT. (#32212) 2017-11-06 10:25:30 -08:00
config Add Support for Mellanox switches: first module: mlnxos_command (#33121) 2017-11-27 20:55:08 +00:00
errors Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
executor Add parent pid to persistent connection socket path hash (#33518) 2017-12-15 10:21:56 +05:30
galaxy Fix a typo in the readme of the skeleton used by ansible-galaxy. (#33807) 2017-12-13 11:35:05 +01:00
inventory fix reconcile to ensure 'ungrouped' 2017-12-13 17:29:01 -05:00
module_utils fix file attributes changed detection 2017-12-15 09:48:18 -08:00
modules [aws modules] use ec2_url in a few places it was missing (#33954) 2017-12-15 12:06:24 -05:00
parsing Handle vault filenames with nonascii chars when displaying messages. Fixes #33879 (#33926) 2017-12-14 16:02:25 -06:00
playbook normalize names 2017-12-11 18:20:04 -05:00
plugins Fixes prompt doubling issue that impacted missing ios enable password prompts. (#33794) 2017-12-15 11:31:28 -05:00
template Add q/query aliases to lookup (#33466) 2017-12-14 11:53:00 -06:00
utils nso_action for Cisco NSO (#32781) 2017-12-15 11:29:04 +00:00
vars fix item var in delegation (#32986) 2017-11-20 09:29:55 -05:00
__init__.py
constants.py Fixes eos sending 'None' to device (#33015) 2017-11-17 11:33:54 -05:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00