Open vap0rtranz opened 4 years ago
@vap0rtranz Thanks for the bug report. The htpasswd Ansible module that is used in openshift-auto-upi/roles/mirror_registry/tasks/main.yml requires the passlib Python library. On my Fedora 32, I had to install the RPM package python3-passlib that contains the library.
On Fedora31, the mirror playbook errors out about missing a module called passlib, so the mirroring fails. Snippet below:
There's a warning at the beginning ... is this something to do with python modules between versions?
I updated Fedora31 to latest thinking it may be just an old fix but still get this error.