mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix xml test on FreeBSD with Python 3.x.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
- name: Install lxml (FreeBSD)
|
||||
pkgng:
|
||||
name: py27-lxml
|
||||
name: '{{ "py27-lxml" if ansible_python.version.major == 2 else "py36-lxml" }}'
|
||||
state: present
|
||||
when: ansible_os_family == "FreeBSD"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user