1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Only use Paramiko in tests when needed. (#54826)

This commit is contained in:
Matt Clay 2019-04-05 17:31:33 -07:00 committed by GitHub
parent c309570540
commit ab7f810874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 182 additions and 12 deletions

View file

@ -0,0 +1,3 @@
- name: Install Paramiko for Python 2
package:
name: python2-paramiko