[mythtv-users] help with ansible
Bill Meek
keemllib at gmail.com
Sat Apr 25 14:48:50 UTC 2020
On 4/25/20 1:40 AM, jam at tigger.ws wrote:
> I've built (on opensuse tumbleweed) before without issues
> A recent build on a new system gave me this
>
> TASK [mythtv-suse : enable devel:languages:perl repository] **************************************************
> An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ImportError: No module named xml.dom.minidom
> fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Traceback (most recent call last):\n File
>
> Does this make sense to any ansible warriors
Not a warrior in any sense, but here's the full task:
- name: enable devel:languages:perl repository
zypper_repository: name=devel_languages_perl repo={{ perl_repo }} state=present auto_import_keys=yes
This (and others) suggest python-xml is required (or perhaps a Python v3 version):
https://github.com/slaingnials/ansible-modules-extras/commit/991b4568db529ba4c41f7db234510dbbf3911a8e
--
Bill
More information about the mythtv-users
mailing list