mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
Bump CI to FreeBSD 11.4, 12.2. (#1657)
* Bump CI to FreeBSD 11.4, 12.2. * Make FreeBSD Python package selection more future-proof.
This commit is contained in:
parent
a207298260
commit
c1eb0a232c
6 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- name: Install lxml (FreeBSD)
|
||||
package:
|
||||
name: '{{ "py27-lxml" if ansible_python.version.major == 2 else "py36-lxml" }}'
|
||||
name: 'py{{ ansible_python.version.major }}{{ ansible_python.version.minor }}-lxml'
|
||||
state: present
|
||||
when: ansible_os_family == "FreeBSD"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue