community.general/lib/ansible/plugins
Paul Neumann d4b9105c9c cliconf: Fix use of multiple prompts in send_command (#41885)
Upon preparing the commands for sending to the device, cliconf converts
the optional prompt to a byte string. However, since there might be
multiple prompts specified, the conversion has to happen for each prompt
individually. Otherwise, wrong regexes will be compiled in
_handle_prompt from network_cli Connection.
2018-06-25 13:10:32 +05:30
..
action Improve code style 2018-06-21 13:59:50 -04:00
cache Do not try to import simplejson in jsonfile.py (#40983) 2018-06-01 11:24:57 -07:00
callback Merge various stdout callback plugins into 'default' (#41058) 2018-06-24 23:00:07 -05:00
cliconf cliconf: Fix use of multiple prompts in send_command (#41885) 2018-06-25 13:10:32 +05:30
connection Make validate_certs togglable for httpapi (#41538) 2018-06-22 14:03:48 -04:00
filter Add random_mac string filter (#39775) 2018-06-21 15:56:54 -05:00
httpapi fix nxos edit_config for httpapi and have uniform load_config (#41358) 2018-06-14 22:02:12 +05:30
inventory Document compose for aws_ec2 inventory plugin (#40621) 2018-06-21 13:15:07 -04:00
lookup fix vars hostname fallback 2018-06-22 15:29:40 -04:00
netconf Netconf bytes fixes (#41607) 2018-06-22 11:50:44 -04:00
shell powershell: Respect remote_tmp path set by the user (#40210) 2018-05-23 07:12:32 +10:00
strategy update play_context for reset_connection (#40866) 2018-06-18 11:10:16 -04:00
terminal fix handling of ># ending prompts for sros (#41382) 2018-06-12 11:37:08 -04:00
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py exclude lookup_terms from config errors (#41740) 2018-06-21 17:50:24 -04:00
loader.py HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00