community.general/lib/ansible/playbook
Sam Doran 6ce9cf7741
Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738)
* 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
2019-04-03 22:35:59 -04:00
..
role Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
__init__.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
attribute.py
base.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
become.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
block.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
collectionsearch.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
conditional.py Conditional bare: fix typos (#53807) 2019-03-19 21:29:59 -04:00
handler.py
handler_task_include.py
helpers.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
included_file.py
loop_control.py
play.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
play_context.py Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738) 2019-04-03 22:35:59 -04:00
playbook_include.py
role_include.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
taggable.py
task.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
task_include.py include_tasks: fix traceback if no file specified (#54044) 2019-03-20 19:17:20 +01:00