738132da95
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>
4 lines
107 B
YAML
4 lines
107 B
YAML
- name: Uninstall Paramiko for Python 3 on FreeBSD 13.0
|
|
pkgng:
|
|
name: py37-paramiko
|
|
state: absent
|