mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-27 06:09:37 -07:00
* Remove default use of paramiko connection plugin on macOS
This fix was originally to work around a bug that caused a kernel panic on macOS
that has since been fixed.
* Remove paramiko from requirements.txt
* Move paramiko checking to common place
* Drop the warnings obfiscation code
* Update pip installation instructions to reflect upstream instructions
* Fix tests on CentOS 6 (Python 2.6) that now show Python deprecation warnings
* Add changelog fragment
|
||
|---|---|---|
| .. | ||
| role | ||
| __init__.py | ||
| attribute.py | ||
| base.py | ||
| become.py | ||
| block.py | ||
| collectionsearch.py | ||
| conditional.py | ||
| handler.py | ||
| handler_task_include.py | ||
| helpers.py | ||
| included_file.py | ||
| loop_control.py | ||
| play.py | ||
| play_context.py | ||
| playbook_include.py | ||
| role_include.py | ||
| taggable.py | ||
| task.py | ||
| task_include.py | ||