mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Only use Paramiko in tests when needed. (#54826)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
- name: Uninstall Paramiko for Python 2 using apt
|
||||
apt:
|
||||
name: python-paramiko
|
||||
state: absent
|
||||
autoremove: yes
|
||||
Reference in New Issue
Block a user