community.general/lib/ansible
Nathaniel Case a1517234f6
Fix `authorize: yes` and `become_method: enable` (#32864)
* Update connection play_context when socket exists

* Don't fail on connections other than network_cli

* Fix enable prompt detection on ios & eos

* Check against "Module not found" error code, defined in modules/jsonrpc.py
2017-11-14 15:51:14 -05:00
..
cli Enable autoloading of inventory plugins (#32709) 2017-11-09 19:38:34 -05:00
compat
config Enable autoloading of inventory plugins (#32709) 2017-11-09 19:38:34 -05:00
errors Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
executor
galaxy Fix IndexError raised on galaxy-install 2017-11-14 09:54:52 -05:00
inventory Avoid re.split as it's a bit less efficient and a bit harder to read. 2017-11-10 17:27:05 -08:00
module_utils multiple fixes nxos (#32903) 2017-11-14 15:23:11 +00:00
modules Avoid AttributeError: internal_network on os_floating_ip (#32887) 2017-11-14 13:42:20 -05:00
parsing Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
playbook undeprecated with_ (#32805) 2017-11-14 10:36:41 -05:00
plugins Fix `authorize: yes` and `become_method: enable` (#32864) 2017-11-14 15:51:14 -05:00
template Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
utils Fix idempotency issue for network modules. (#32838) 2017-11-14 11:58:33 +01:00
vars Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
__init__.py
constants.py
release.py