splunk / splunk-platform-automator

Ansible framework providing a fast and simple way to spin up complex Splunk environments.
Apache License 2.0
117 stars 45 forks source link

lxml module needed for license manager role #28

Closed MattUebel closed 7 months ago

MattUebel commented 2 years ago

Describe the bug Playbook failed at the license manager role.

ModuleNotFoundError: No module named 'lxml'

Desktop (please complete the following information): ubuntu 20.04.1 ansible 2.14.4 python 3.8.10

Additional context This may be related to my specific distro

I was able to get around it by installing lxml, but didn't find this mentioned in the docs, so might be a good update.

splunkenizer commented 2 years ago

I have updated the docs to include that. See the installation section. I might add a check in the code to make sure this lib is available before running the playbooks.