community.general/lib/ansible/plugins
Ganesh Nalawade 41d75783b5
Fix junos_command py3 related issues (#36782)
Fixes #36204

*  tostring() input string shoulb be in byte string format
*  to_ele() input is required in unicode format
2018-03-01 12:09:11 +05:30
..
action fetch: set fail_on_missing: True as default as per docs (#36469) 2018-02-21 18:10:23 +10:00
cache
callback fix unixy when debug's msg is not text (#36882) 2018-03-01 09:23:39 +10:00
cliconf fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
connection
filter Only template each hostvars var on-demand (fixes #33259) 2018-02-15 10:09:04 -05:00
inventory aws_ec2 inv plugin: remove extra call to verify_file (#36588) 2018-02-22 12:10:47 -05:00
lookup fix plugin-to-doc naming mismatch, typos, grammar (#36366) 2018-02-26 14:25:28 -08:00
netconf Fix junos_command py3 related issues (#36782) 2018-03-01 12:09:11 +05:30
shell Normalize usage of temp and tmp on tmp (#36221) 2018-02-15 09:01:02 -08:00
strategy Re-use logic from StrategyBase._load_included_file in StrategyModule.run for free and linear (#36470) 2018-02-21 09:53:15 -06:00
terminal fail module when config is invalid and jsonrpc doesn't return error (#36482) 2018-02-21 12:36:10 +05:30
test
vars
__init__.py
loader.py