mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 11:39:02 +00:00
Only use Paramiko in tests when needed. (#54826)
This commit is contained in:
parent
c309570540
commit
ab7f810874
33 changed files with 182 additions and 12 deletions
|
|
@ -0,0 +1,4 @@
|
|||
- name: Uninstall Paramiko for Python 2 on FreeBSD 12
|
||||
pkgng:
|
||||
name: py27-paramiko
|
||||
state: absent
|
||||
Loading…
Add table
Add a link
Reference in a new issue