# STDOUT:
---v---v---v---v---v---
Using /etc/ansible/ansible.cfg as config file

PLAY [Ensure that the role runs with default parameters] ***********************

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_default.retry

PLAY RECAP *********************************************************************
sut                        : ok=4    changed=1    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

---^---^---^---^---^---