1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
parent c38eeeda0a
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: