# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* ok: [sut] TASK [List installed RPMs on localhost to see if openssl is present] *********** fatal: [sut -> localhost]: FAILED! => { "changed": false } MSG: Could not detect a supported package manager from the following list: ['rpm', 'portage', 'pkg', 'apt'], or the required Python library is not installed. Check warnings for details. to retry, use: --limit @/tmp/tests_tls_2019.retry PLAY RECAP ********************************************************************* sut : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Found "rpm" but Failed to import the required Python library (rpm) on baseosci-production-slave-rhev-1's Python /opt/ansible-2.9/bin/python3. Please read module documentation and install in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter ---^---^---^---^---^---