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:
parent
c38eeeda0a
commit
5b13caa2d3
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue