mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07: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
|
# breaking changes that prevent pkg from installing
|
||||||
# older package formats.
|
# older package formats.
|
||||||
#
|
#
|
||||||
when: ansible_distribution_version is version('12.0', '>=')
|
|
||||||
block:
|
block:
|
||||||
- name: Create temporary directory to assemble test package
|
- name: Create temporary directory to assemble test package
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue