5 lines
93 B
YAML
5 lines
93 B
YAML
|
- name: Uninstall Paramiko for Python 3 on MacOS
|
||
|
pip:
|
||
|
name: paramiko
|
||
|
state: absent
|