Rafael Guterres Jeffman

Results 178 comments of Rafael Guterres Jeffman

The issue is actually with Flake8 6.0.0, and it does not happen with Flake8 6.1.0. The problem now is that Flake8 6.1.0 is not available on Fedora as a package...

PR https://github.com/freeipa/freeipa/pull/6978 has been merged in IPA upstream.

For the moment, I'll document that to generate an OTP requires access to a server, and provide an alternative path setting `ipaclient_opt`.

The changes for this PR are only for docs. The current minimum version set on `meta/runtime.yml` is `2.9` (https://github.com/freeipa/ansible-freeipa/blob/cf779e43bb8aa6c244d4daefa3d58e81577c10bc/meta/runtime.yml#L2). Now, my question is... should we update the version on docs...

Created PR #1136 to use Ansible 2.13. This PR should be put on hold until Ansible 2.13 is EOL'ed.

Neither IPA nor ansible-freeipa should require pip as we rely on rpm packages for instalation of all the packages. Also, on EL8, we rely on modules for server and client...

Here is something I see from your log: ``` [WARNING]: Platform linux on host test is using the discovered Python interpreter at /usr/bin/python3.11, but future installation of another Python interpreter...

This would not fix the issue, it might only fix the installation, but `python3` would still be Python 3.11, and other issues may arise due to the use of a...

So... we start to see similar issues in CentOS Stream 8, and it seems that, for some reason I still haven't found, Ansible fails to detect `/usr/libexec/platform-python` as the Python...

@Tas-sos no, you can't delegate the task to your localhost if it is not a server or a client in a FreeIPA deployment. The controller does not need to be...