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/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
5 years ago
..
role Collection content loading (#52194) 5 years ago
__init__.py Collection content loading (#52194) 5 years ago
attribute.py add static facility and apply to register (#49737) 6 years ago
base.py Become plugins (#50991) 5 years ago
become.py Become plugins (#50991) 5 years ago
block.py Collection content loading (#52194) 5 years ago
collectionsearch.py Collection content loading (#52194) 5 years ago
conditional.py Conditional bare: fix typos (#53807) 5 years ago
handler.py Consolidate handler tracking (#49338) 6 years ago
handler_task_include.py Collated PEP8 fixes (#25293) 7 years ago
helpers.py Collection content loading (#52194) 5 years ago
included_file.py Give IncludedFile more context via ansible_search_path (#50045) 6 years ago
loop_control.py allows loop pause for subseconds (#50461) 6 years ago
play.py Collection content loading (#52194) 5 years ago
play_context.py Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738) 5 years ago
playbook_include.py Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 6 years ago
role_include.py Collection content loading (#52194) 5 years ago
taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
task.py Collection content loading (#52194) 5 years ago
task_include.py include_tasks: fix traceback if no file specified (#54044) 5 years ago