5 lines
98 B
YAML
5 lines
98 B
YAML
|
- name: Uninstall Paramiko for Python 2 on FreeBSD 13
|
||
|
pip:
|
||
|
name: paramiko
|
||
|
state: absent
|