You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins/shell
Felix Fontein aff78f4cbc
Fix various sanity errors in plugins (#71736)
* Fix various sanity errors in plugins.

* Revert callback_type -> type transform.

* Undo paramiko_ssh 'connection' change, since this discrepancy is hardcoded in the plugin loader.

* Standardize on name and type (for callbacks).

* Fix existing author entries.

* Add 'Unknown (!UNKNOWN)' as author when author is missing.

* These are actually parsed as integers in the code.

* Revert "Add 'Unknown (!UNKNOWN)' as author when author is missing."

This reverts commit 29d1438aca.
5 years ago
..
__init__.py Fix missing quoting for remote_tmp in second mkdir of shell module. Issue #69577 (#69578) 5 years ago
cmd.py Fix various sanity errors in plugins (#71736) 5 years ago
powershell.py Fix various sanity errors in plugins (#71736) 5 years ago
sh.py Fix various sanity errors in plugins (#71736) 5 years ago