mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Only use Paramiko in tests when needed. (#54826)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
- name: Uninstall Paramiko for Python 3 on FreeBSD 12
|
||||
pkgng:
|
||||
name: py36-paramiko
|
||||
state: absent
|
||||
Reference in New Issue
Block a user