# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Minimal cluster configuration, custom pcsd TLS certificate - key pair] *** TASK [Gathering Facts] ********************************************************* ok: [sut] TASK [Run PSKs and certificates fixture] *************************************** included: /WORKDIR/dist-git-ha_cluster-setup-test-vars-R5wfb1/tests/tasks/fixture_psks.yml for sut TASK [List packages on the controller to see if OpenSSL is installed] ********** 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. NO MORE HOSTS LEFT ************************************************************* to retry, use: --limit @/tmp/tests_cluster_basic_custom_pcsd_tls.retry PLAY RECAP ********************************************************************* sut : ok=2 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 10.29.163.178'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 ---^---^---^---^---^---