Problem: FDI 5.1 and ansible failed with LookupError: unknown encoding: cp437
MODULE_STDERR:
Traceback (most recent call last):
File “”, line 107, in
File “”, line 99, in _ansiballz_main
File “”, line 35, in invoke_module
File “/usr/lib64/python3.9/zipfile.py”, line 1304, in init
self._RealGetContents()
File “/usr/lib64/python3.9/zipfile.py”, line 1386, in _RealGetContents
filename = filename.decode(‘cp437’)
LookupError: unknown encoding: cp437
Perhaps let’s come back to why are you doing this? As it is not the normal workflow, if we know the reasoning we can suggest how this is normally done so no workaround is needed.
Sure, my use case is to do an automatic boot to fdi and gather facts with ansible in my process to build baremetal (it help me dicovering device, networks names).