diff options
author | Sam Doran <sdoran@redhat.com> | 2019-04-04 04:35:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 04:35:59 +0200 |
commit | 6ce9cf7741679449fc3ac6347bd7209ae697cc5b (patch) | |
tree | eb02f5923e549309e05cd2d5a751467d49db347a /changelogs | |
parent | Disable failing azure_rm_webapp test. (diff) | |
download | ansible-6ce9cf7741679449fc3ac6347bd7209ae697cc5b.tar.xz ansible-6ce9cf7741679449fc3ac6347bd7209ae697cc5b.zip |
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/macos-paramiko-default-to-ssh.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/macos-paramiko-default-to-ssh.yaml b/changelogs/fragments/macos-paramiko-default-to-ssh.yaml new file mode 100644 index 0000000000..4b164c67ff --- /dev/null +++ b/changelogs/fragments/macos-paramiko-default-to-ssh.yaml @@ -0,0 +1,2 @@ +minor_changes: + - change default connection plugin on macOS when using smart mode to ssh instead of paramiko (https://github.com/ansible/ansible/pull/54738) |