community.general/lib/ansible
Ganesh Nalawade bb998a3cd2 Add fix to read correct socket path recieved from ansible-connection (#27560)
Currently socket path is send from `ansible-connection` (running as background
process) over stdout. This can conflict with debug logs that are also send on
stdout resulting in incorrect socket path received by the main process.

To avoid this add a socket path delimiter string which is recevied by
main process and socket path is retrieved based on delimiter string.

This implementation will change in future when ansible-connection
framework is made more robust.
2017-08-01 19:32:25 +05:30
..
cli Give precedence to user supplied --roles-path option (#27524) 2017-07-31 18:46:49 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
errors correct, cleanup & simplify dwim stack (#25956) 2017-07-03 15:27:53 -04:00
executor rename legacy PS module_utils to remove PowerShell prefix (#27495) 2017-07-31 10:06:12 -07:00
galaxy Fix wildcard import in galaxy/token.py 2017-07-27 15:37:26 -07:00
inventory ensure all groups inherit from 'all' 2017-07-13 18:38:39 -04:00
module_utils rename legacy PS module_utils to remove PowerShell prefix (#27495) 2017-07-31 10:06:12 -07:00
modules Add module to list S3 buckets (#27322) 2017-08-01 09:25:54 -04:00
parsing Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
playbook Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
plugins Add fix to read correct socket path recieved from ansible-connection (#27560) 2017-08-01 19:32:25 +05:30
template Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
utils ACI module_utils library for ACI modules (#27070) 2017-07-31 12:44:27 +01:00
vars Remove wildcard imports 2017-07-28 22:10:17 -07:00
__init__.py
constants.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00