-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
Moderate
-
rhel-sst-ansible
-
None
-
False
-
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
-
Unspecified
-
None
Description of problem:
Getting a deprecation warning message while running the Ansible job from Satellite 6.13 on RHEL 8.
It is required to check the availability of passlib library so the functionality can be tested after removal or deprecation of 'Python crypt module'.
Version-Release number of selected component (if applicable):
How reproducible:
- While running the Ansible role from Satellite 6.13 on RHEL 8.
Steps to Reproduce:
-Run the Ansible user module and the password_hash filter on my Satellite server (6.13) on rhel8.
Actual results:
~~~
"[DEPRECATION WARNING]: Encryption using the Python crypt module is deprecated. The Python crypt module is deprecated and will be removed from Python 3.13. Install the passlib library for continued encryption functionality. This feature will be removed in version 2.17. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg."
~~~
Expected results:
Requesting information for the availability of 'passlib' for the Ansible job.
Additional info: