mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
6 lines
121 B
YAML
6 lines
121 B
YAML
- name: Uninstall Paramiko for Python 2 using apt
|
|
apt:
|
|
name: python-paramiko
|
|
state: absent
|
|
autoremove: yes
|