ansible/test/integration/targets/setup_paramiko/uninstall-FreeBSD-13-python-2.yml
Rick Elrod 738132da95
[ansible-test] add freebsd/13.0 remote (#74328)
Change:
- FreeBSD 13.0 was released on the 13th, add it to ansible-test.

Test Plan:
- ci_complete

Signed-off-by: Rick Elrod <rick@elrod.me>
2021-04-21 15:13:41 -05:00

4 lines
98 B
YAML

- name: Uninstall Paramiko for Python 2 on FreeBSD 13
pip:
name: paramiko
state: absent