# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* ok: [sut] TASK [create var file in caller that can override the one in called role] ****** changed: [sut -> localhost] => (item=Fedora-35) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/dist-git-vpn-ci-testing-gsROiC/tests/roles/caller/vars/Fedora-35.yml", "gid": 1001, "group": "jenkins", "item": "Fedora-35", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1652262178.226424-4969-181009977357630/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=Fedora_35) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/dist-git-vpn-ci-testing-gsROiC/tests/roles/caller/vars/Fedora_35.yml", "gid": 1001, "group": "jenkins", "item": "Fedora_35", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1652262196.924522-4969-253723801875555/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=Fedora) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/dist-git-vpn-ci-testing-gsROiC/tests/roles/caller/vars/Fedora.yml", "gid": 1001, "group": "jenkins", "item": "Fedora", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1652262207.549653-4969-125543197356543/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/dist-git-vpn-ci-testing-gsROiC/tests/roles/caller/vars/RedHat.yml", "gid": 1001, "group": "jenkins", "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1652262218.6450417-4969-246742052353995/source", "state": "file", "uid": 1000090000 } TASK [include_role : {{ roletoinclude }}] ************************************** TASK [linux-system-roles.vpn : set platform/version specific variables] ******** included: /WORKDIR/dist-git-vpn-ci-testing-gsROiC/tests/roles/linux-system-roles.vpn/tasks/set_vars.yml for sut TASK [linux-system-roles.vpn : Ensure ansible_facts used by role] ************** ok: [sut] TASK [linux-system-roles.vpn : Set platform/version specific variables] ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": {}, "ansible_included_var_files": [ "/WORKDIR/dist-git-vpn-ci-testing-gsROiC/tests/roles/linux-system-roles.vpn/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.vpn : Ensure required packages are installed] ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nss-tools-3.77.0-1.fc35.x86_64", "Installed: libreswan-4.6-1.fc35.x86_64", "Installed: ldns-1.8.1-3.fc35.x86_64", "Installed: unbound-libs-1.13.2-1.fc35.x86_64", "Installed: logrotate-3.18.1-2.fc35.x86_64" ] } TASK [linux-system-roles.vpn : 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: ['pkg', 'apt', 'rpm', 'portage'], or the required Python library is not installed. Check warnings for details. NO MORE HOSTS LEFT ************************************************************* to retry, use: --limit @/tmp/tests_include_vars_from_parent.retry PLAY RECAP ********************************************************************* sut : ok=6 changed=2 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 ---^---^---^---^---^---