ansible/test/integration/targets/setup_paramiko/uninstall-FreeBSD-13-python-3.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
107 B
YAML

- name: Uninstall Paramiko for Python 3 on FreeBSD 13.0
pkgng:
name: py37-paramiko
state: absent