pkgng: test pkg works on any FreeBSD version

Removing `ansible_distribution_version`, because the
test out-of-date zsh package should install on any
FreeBSD version.
This commit is contained in:
Ross Williams 2021-10-11 16:03:25 +00:00
commit 5b13caa2d3

View file

@ -125,7 +125,6 @@
# breaking changes that prevent pkg from installing
# older package formats.
#
when: ansible_distribution_version is version('12.0', '>=')
block:
- name: Create temporary directory to assemble test package
file: