mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-28 01:16:41 +00: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user