# STDOUT:
---v---v---v---v---v---
ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible
  executable location = /opt/ansible-2.9/bin/ansible-playbook
  python version = 3.9.18 (main, Sep  7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)]
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_config_files.yml ***********************************************
1 plays in /WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml

PLAY [Test PostgreSQL config file logic, handling] *****************************

TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml:2
Saturday 27 July 2024  18:40:25 +0000 (0:00:00.023)       0:00:00.023 ********* 
ok: [sut]
META: ran handlers

TASK [Run role with given config] **********************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml:7
Saturday 27 July 2024  18:40:26 +0000 (0:00:00.704)       0:00:00.727 ********* 

TASK [linux-system-roles.postgresql : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:5
Saturday 27 July 2024  18:40:26 +0000 (0:00:00.096)       0:00:00.824 ********* 
included: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml for sut

TASK [linux-system-roles.postgresql : Ensure ansible_facts used by role] *******
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:2
Saturday 27 July 2024  18:40:26 +0000 (0:00:00.020)       0:00:00.845 ********* 
ok: [sut]

TASK [linux-system-roles.postgresql : Check if system is ostree] ***************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:11
Saturday 27 July 2024  18:40:27 +0000 (0:00:00.436)       0:00:01.281 ********* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [linux-system-roles.postgresql : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:16
Saturday 27 July 2024  18:40:27 +0000 (0:00:00.242)       0:00:01.524 ********* 
ok: [sut] => {
    "ansible_facts": {
        "__postgresql_is_ostree": false
    },
    "changed": false
}

TASK [linux-system-roles.postgresql : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:20
Saturday 27 July 2024  18:40:27 +0000 (0:00:00.022)       0:00:01.546 ********* 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=CentOS_9.yml) => {
    "ansible_facts": {
        "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n     '/server'] if postgresql_version != '13' else\n     ['postgresql-server'] }}"
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [sut] => (item=CentOS_9.yml) => {
    "ansible_facts": {
        "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n     '/server'] if postgresql_version != '13' else\n     ['postgresql-server'] }}"
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}

TASK [linux-system-roles.postgresql : Check postgresql.conf] *******************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:35
Saturday 27 July 2024  18:40:27 +0000 (0:00:00.034)       0:00:01.581 ********* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [linux-system-roles.postgresql : Check TLS crt file] **********************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:40
Saturday 27 July 2024  18:40:27 +0000 (0:00:00.184)       0:00:01.766 ********* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [linux-system-roles.postgresql : Check TLS private key file] **************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:45
Saturday 27 July 2024  18:40:27 +0000 (0:00:00.179)       0:00:01.945 ********* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [linux-system-roles.postgresql : Gather the package facts] ****************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:8
Saturday 27 July 2024  18:40:28 +0000 (0:00:00.186)       0:00:02.131 ********* 
ok: [sut] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.48.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.48.2"
                }
            ],
            "NetworkManager-team": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-team",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.48.2"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.48.2"
                }
            ],
            "acl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "acl",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.3.1"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.24"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "0.60.8"
                }
            ],
            "attr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "attr",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-compat",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "20.el9",
                    "source": "rpm",
                    "version": "0.8"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "13.el9",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "5.1.8"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "14.el9",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "beakerlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.29.3"
                }
            ],
            "beakerlib-redhat": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib-redhat",
                    "release": "35.el9",
                    "source": "rpm",
                    "version": "1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "48.el9",
                    "source": "rpm",
                    "version": "2.35.2"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "48.el9",
                    "source": "rpm",
                    "version": "2.35.2"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "3.7.4"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.75.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.75.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.75.0"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.19.1"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "90.1.el9",
                    "source": "rpm",
                    "version": "2023.2.60_v7.0.306"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-gpg-keys",
                    "release": "26.el9",
                    "source": "rpm",
                    "version": "9.0"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "26.el9",
                    "source": "rpm",
                    "version": "9.0"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "26.el9",
                    "source": "rpm",
                    "version": "9.0"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cloud-init": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-init",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "23.4"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "35.el9",
                    "source": "rpm",
                    "version": "8.32"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "35.el9",
                    "source": "rpm",
                    "version": "8.32"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "11.4.1"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "27.el9",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "27.el9",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "createrepo_c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "0.20.1"
                }
            ],
            "createrepo_c-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c-libs",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "0.20.1"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "26.20190603git.el9",
                    "source": "rpm",
                    "version": "1.11"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.gitb1c706d.el9",
                    "source": "rpm",
                    "version": "20240304"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.gitb1c706d.el9",
                    "source": "rpm",
                    "version": "20240304"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.7.2"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "29.el9",
                    "source": "rpm",
                    "version": "7.76.1"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "21.el9",
                    "source": "rpm",
                    "version": "2.1.27"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.12.20"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "28"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.12.20"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.12.20"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.12.20"
                }
            ],
            "dejavu-sans-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dejavu-sans-fonts",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "2.37"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 9,
                    "name": "device-mapper",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 9,
                    "name": "device-mapper-libs",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "dhcp-client": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-client",
                    "release": "19.b1.el9",
                    "source": "rpm",
                    "version": "4.4.2"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "19.b1.el9",
                    "source": "rpm",
                    "version": "4.4.2"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "15.el9",
                    "source": "rpm",
                    "version": "4.14.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "15.el9",
                    "source": "rpm",
                    "version": "4.14.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "4.3.0"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "53.git20240104.el9",
                    "source": "rpm",
                    "version": "057"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "53.git20240104.el9",
                    "source": "rpm",
                    "version": "057"
                }
            ],
            "dracut-network": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-network",
                    "release": "53.git20240104.el9",
                    "source": "rpm",
                    "version": "057"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "53.git20240104.el9",
                    "source": "rpm",
                    "version": "057"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "12.1.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "38"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "emacs-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "emacs-filesystem",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "27.2"
                }
            ],
            "epel-next-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "epel-next-release",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "9"
                }
            ],
            "epel-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "epel-release",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "9"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.5.0"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "5.39"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "5.39"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.3.4"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.3.4"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "7.el9.1",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "5.1.0"
                }
            ],
            "gawk-all-langpacks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk-all-langpacks",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "5.1.0"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "11.4.1"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.0.7"
                }
            ],
            "geolite2-city": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-city",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "20191217"
                }
            ],
            "geolite2-country": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "geolite2-country",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "20191217"
                }
            ],
            "gettext": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "0.21"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "0.21"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.43.5"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.43.5"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.43.5"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "15.el9",
                    "source": "rpm",
                    "version": "2.68.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "114.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "114.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "114.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "114.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-headers",
                    "release": "114.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "114.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "13.el9",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.8.3"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "1.68.0"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "613798eb",
                    "source": "rpm",
                    "version": "3228467c"
                },
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "5ccc5b19",
                    "source": "rpm",
                    "version": "8483c65d"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.15.1"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "29.el9",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "1.22.4"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "82.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "82.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "82.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "82.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "82.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "63.el9",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.12"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "9.13.el9",
                    "source": "rpm",
                    "version": "0.348"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "49"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "10.11.6"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "10.11.6"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.0.0"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "iproute-tc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute-tc",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "7.11"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "7.11"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "20210202"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "iwl100-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl100-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl1000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl1000-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl105-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl105-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl135-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl135-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2000-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2030-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2030-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl3160-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl3160-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "iwl5000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5000-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "8.83.5.1_1"
                }
            ],
            "iwl5150-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5150-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "8.24.2.2"
                }
            ],
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000g2a-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl6050-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6050-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "41.28.5.1"
                }
            ],
            "iwl7260-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl7260-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "0.14"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "479.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "479.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "479.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "479.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "479.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "479.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "479.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "479.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kexec-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kexec-tools",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "2.0.27"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "28"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "28"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "29.el9",
                    "source": "rpm",
                    "version": "0.8.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.21.1"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "langpacks-core-font-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-font-en",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "590"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.3.1"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.5.3"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "53.el9",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.3.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "2.48"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "0.8.2"
                }
            ],
            "libcap-ng-python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng-python3",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "0.8.2"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "53.el9",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "29.el9",
                    "source": "rpm",
                    "version": "7.76.1"
                }
            ],
            "libdaemon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdaemon",
                    "release": "23.el9",
                    "source": "rpm",
                    "version": "0.14"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "54.el9",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "53.el9",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "0.69.0"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.4.1"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "38.20210216cvs.el9",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "0.99.9"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "3.4.2"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.13.0"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "11.4.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "11.4.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.42"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "2.3.0"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "53.el9",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.5.1"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.9.0"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.13.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "21.el9",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "26.el9",
                    "source": "rpm",
                    "version": "2.5.4"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.43.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.9.0"
                }
            ],
            "libnl3-cli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3-cli",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.9.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "53.el9",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "1.5.3"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "1.7.3"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "53.el9",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.14.5"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "2.15.2"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsigsegv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsigsegv",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "0.7.24"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "13.el9",
                    "source": "rpm",
                    "version": "0.10.4"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "13.el9",
                    "source": "rpm",
                    "version": "0.10.4"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "11.4.1"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "4.16.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libteam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libteam",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.3.3"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "15.el9",
                    "source": "rpm",
                    "version": "0.9.10"
                }
            ],
            "liburing": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liburing",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "libuser": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuser",
                    "release": "13.el9",
                    "source": "rpm",
                    "version": "0.63"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "4.4.18"
                }
            ],
            "libxcrypt-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-compat",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "4.4.18"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "4.4.18"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "2.9.13"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "1.1.34"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.5.1"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.5.1"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "20240603"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "144.el9",
                    "source": "rpm",
                    "version": "20240603"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "0.9.29"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "3.18.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "B.02.19.2"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "5.4.4"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.9.3"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.4.19"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "4.3"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "2.9.3"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "20230808"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.6.0"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "4.1.0"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "10.20210508.el9",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "10.20210508.el9",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "10.20210508.el9",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.9.1"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "0.52.21"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "26.el9",
                    "source": "rpm",
                    "version": "2.5.4"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.90.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.0.16"
                }
            ],
            "oddjob": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oddjob-mkhomedir": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oddjob-mkhomedir",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "0.34.7"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "1.el9.6",
                    "source": "rpm",
                    "version": "6.9.6"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.6.6"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "43.el9",
                    "source": "rpm",
                    "version": "8.7p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "43.el9",
                    "source": "rpm",
                    "version": "8.7p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "43.el9",
                    "source": "rpm",
                    "version": "8.7p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "1.77"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "0.25.3"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "0.25.3"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "20.el9",
                    "source": "rpm",
                    "version": "1.5.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "passwd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passwd",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "0.80"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "pcre": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "8.44"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.80"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "460.el9",
                    "source": "rpm",
                    "version": "1.50"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "0.66"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "462.el9",
                    "source": "rpm",
                    "version": "2.174"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.58"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.47"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "462.el9",
                    "source": "rpm",
                    "version": "3.08"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "461.el9",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "2.85"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.52"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.12"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "2.43.5"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "462.el9",
                    "source": "rpm",
                    "version": "0.076"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.43"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "0.41"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.073"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "20200520"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "461.el9",
                    "source": "rpm",
                    "version": "3.78"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "460.el9",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "461.el9",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.42"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.01"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Scalar-List-Utils",
                    "release": "462.el9",
                    "source": "rpm",
                    "version": "1.56"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.031"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "460.el9",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.08"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "461.el9",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "460.el9",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "460.el9",
                    "source": "rpm",
                    "version": "3.30"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "460.el9",
                    "source": "rpm",
                    "version": "2013.0523"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "1.300"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "5.09"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "461.el9",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "0.60.800"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "5.32.1"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.13"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "5.32.1"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "460.el9",
                    "source": "rpm",
                    "version": "0.238"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "460.el9",
                    "source": "rpm",
                    "version": "4.14"
                }
            ],
            "perl-subs": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-subs",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.03"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "481.el9",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "1.7.3"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "1.7.3"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "1.7.3"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "2.1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "0.1.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "14.el9",
                    "source": "rpm",
                    "version": "3.3.17"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "23.4"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "20210518"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.9.19"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.9.19"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "20.3.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "python3-babel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-babel",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "python3-chardet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-chardet",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "4.0.0"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "25.el9",
                    "source": "rpm",
                    "version": "5.0.6"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "2.8.1"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.2.18"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "15.el9",
                    "source": "rpm",
                    "version": "4.14.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "4.3.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.3.4"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "3.40.1"
                }
            ],
            "python3-gobject-base-noarch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-gobject-base-noarch",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "3.40.1"
                }
            ],
            "python3-gpg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gpg",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.15.1"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "0.69.0"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "7.el9.1",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "2.11.3"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "13.el9",
                    "source": "rpm",
                    "version": "3.2.0"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "0.69.0"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.9.19"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "4.6.5"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "1.1.1"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "15.el9",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "21.3.1"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "2.1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-prettytable": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-prettytable",
                    "release": "27.el9",
                    "source": "rpm",
                    "version": "0.7.2"
                }
            ],
            "python3-pyrsistent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyrsistent",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "0.17.3"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "3.4"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pytz": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pytz",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "2021.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "5.4.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "2.25.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "30.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "4.4.4"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "53.0.0"
                }
            ],
            "python3-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools-wheel",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "53.0.0"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "1.15.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "19.el9",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.26.5"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 17,
                    "name": "qemu-guest-agent",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "9.0.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "4.06"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "4.06"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "6.16"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "31.el9",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "30.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "30.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "30.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-plugin-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-audit",
                    "release": "30.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "30.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "30.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "30.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "20.el9",
                    "source": "rpm",
                    "version": "3.2.3"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "8.2310.0"
                }
            ],
            "rsyslog-logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog-logrotate",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "8.2310.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "4.8"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "38.1.41"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "38.1.41"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "2.13.7"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "1.47"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "1.47"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "1.1.8"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.34.1"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "10.git1.el9",
                    "source": "rpm",
                    "version": "4.4"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "5.18"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "1.9.5p2"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "38.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "38.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "38.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemd-rpm-macros": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "systemd-rpm-macros",
                    "release": "38.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "38.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "1.34"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "2020.3"
                }
            ],
            "teamd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "teamd",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "1.31"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.2.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "56.el9",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "0.12.1"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "18.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "20.el9",
                    "source": "rpm",
                    "version": "8.2.2637"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "20.el9",
                    "source": "rpm",
                    "version": "8.2.2637"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "20.el9",
                    "source": "rpm",
                    "version": "8.2.2637"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "20.el9",
                    "source": "rpm",
                    "version": "8.2.2637"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "1.21.1"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "29.el9",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "6.4.0"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "5.2.5"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-devel",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "5.2.5"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-libs",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "5.2.5"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "15.el9",
                    "source": "rpm",
                    "version": "4.14.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "4.3.0"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "35.el9",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib",
                    "release": "41.el9",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ],
            "zlib-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-devel",
                    "release": "41.el9",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ]
        }
    },
    "changed": false
}

TASK [linux-system-roles.postgresql : Check if requested version is supported in the system (RHEL8)] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:11
Saturday 27 July 2024  18:40:28 +0000 (0:00:00.839)       0:00:02.971 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Check if requested version is supported in system (RHEL9)] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:19
Saturday 27 July 2024  18:40:28 +0000 (0:00:00.033)       0:00:03.005 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Check if requested version is supported in system (RHEL10)] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:27
Saturday 27 July 2024  18:40:28 +0000 (0:00:00.052)       0:00:03.057 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Check requested and installed version of Postgresql] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:37
Saturday 27 July 2024  18:40:28 +0000 (0:00:00.034)       0:00:03.092 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Ensure required packages are installed] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:49
Saturday 27 July 2024  18:40:29 +0000 (0:00:00.029)       0:00:03.122 ********* 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: postgresql-private-libs-13.14-1.el9.x86_64",
        "Installed: postgresql-server-13.14-1.el9.x86_64",
        "Installed: libicu-67.1-9.el9.x86_64",
        "Installed: postgresql-13.14-1.el9.x86_64"
    ]
}
lsrpackages: postgresql-server

TASK [linux-system-roles.postgresql : Init DB] *********************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:65
Saturday 27 July 2024  18:40:35 +0000 (0:00:06.332)       0:00:09.454 ********* 
changed: [sut] => {
    "changed": true,
    "cmd": [
        "postgresql-setup",
        "--initdb"
    ],
    "delta": "0:00:00.875516",
    "end": "2024-07-27 18:40:36.445437",
    "rc": 0,
    "start": "2024-07-27 18:40:35.569921"
}

STDERR:

 * Initializing database in '/var/lib/pgsql/data'
 * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log

TASK [linux-system-roles.postgresql : Start Postgresql server] *****************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:70
Saturday 27 July 2024  18:40:36 +0000 (0:00:01.136)       0:00:10.591 ********* 
changed: [sut] => {
    "changed": true,
    "enabled": true,
    "name": "postgresql",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network.target systemd-journald.socket sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "PostgreSQL database server",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/postgresql.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "Group": "postgres",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "postgresql.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "2",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "postgresql.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "-1000",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "2",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "infinity",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "User": "postgres",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [linux-system-roles.postgresql : Enable and start existing instance of postgresql server] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:76
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.744)       0:00:11.336 ********* 
ok: [sut] => {
    "changed": false,
    "enabled": true,
    "name": "postgresql",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "ActiveEnterTimestampMonotonic": "466759143",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice basic.target sysinit.target systemd-journald.socket network.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "AssertTimestampMonotonic": "466703855",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "35439000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "ConditionTimestampMonotonic": "466703851",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/postgresql.service",
        "ControlGroupId": "4598",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "PostgreSQL database server",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10146",
        "ExecMainStartTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "ExecMainStartTimestampMonotonic": "466716716",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2024-07-27 18:40:37 UTC] ; stop_time=[n/a] ; pid=10146 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; flags= ; start_time=[Sat 2024-07-27 18:40:37 UTC] ; stop_time=[n/a] ; pid=10146 ; code=(null) ; status=0/0 }",
        "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2024-07-27 18:40:37 UTC] ; stop_time=[Sat 2024-07-27 18:40:37 UTC] ; pid=10144 ; code=exited ; status=0 }",
        "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[Sat 2024-07-27 18:40:37 UTC] ; stop_time=[Sat 2024-07-27 18:40:37 UTC] ; pid=10144 ; code=exited ; status=0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/postgresql.service",
        "FreezerState": "running",
        "GID": "26",
        "Group": "postgres",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "postgresql.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "InactiveExitTimestampMonotonic": "466711405",
        "InvocationID": "53555c2af47f416d8e94252c04f0b5cc",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "2",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10146",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "17240064",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "postgresql.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "-1000",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "2",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "StateChangeTimestampMonotonic": "466759143",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "8",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "infinity",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "26",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "postgres",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.postgresql : Set password for super user] *************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:85
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.331)       0:00:11.667 ********* 
skipping: [sut] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.postgresql : Enable logging in by password] ***********
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:97
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.025)       0:00:11.693 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Run provided SQL script] *****************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:105
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.042)       0:00:11.735 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Manage certificates] *********************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:109
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.026)       0:00:11.762 ********* 
included: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/certificate.yml for sut

TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/certificate.yml:8
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.029)       0:00:11.791 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Install certificate from the default path] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/certificate.yml:14
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.027)       0:00:11.819 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Install certificate from the default path] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/certificate.yml:24
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.026)       0:00:11.845 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Install certificate from custom path] ****
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/certificate.yml:34
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.027)       0:00:11.873 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Install certificate from custom path] ****
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/certificate.yml:42
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.026)       0:00:11.899 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Install certificate file] ****************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/certificate.yml:56
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.027)       0:00:11.926 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Install postgresql server private key] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/certificate.yml:63
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.026)       0:00:11.953 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.postgresql : Configure pg_hba.conf] *******************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:112
Saturday 27 July 2024  18:40:37 +0000 (0:00:00.026)       0:00:11.980 ********* 
NOTIFIED HANDLER linux-system-roles.postgresql : Restart postgresql for sut
changed: [sut] => {
    "backup_file": "/var/lib/pgsql/data/pg_hba.conf.10280.2024-07-27@18:40:38~",
    "changed": true,
    "checksum": "725340b9a15637b78398eb85e761bfd2e88639b4",
    "dest": "/var/lib/pgsql/data/pg_hba.conf",
    "gid": 26,
    "group": "postgres",
    "md5sum": "5cdc71215524ee2771915810396b65dc",
    "mode": "0600",
    "owner": "postgres",
    "secontext": "unconfined_u:object_r:postgresql_db_t:s0",
    "size": 3757,
    "src": "/root/.ansible/tmp/ansible-tmp-1722105637.9074101-2577-1009547129937/source",
    "state": "file",
    "uid": 26
}

TASK [linux-system-roles.postgresql : Create postgresql directory in /etc] *****
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:124
Saturday 27 July 2024  18:40:38 +0000 (0:00:00.624)       0:00:12.604 ********* 
changed: [sut] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/postgresql",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [linux-system-roles.postgresql : Link generated conf file with server one] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:130
Saturday 27 July 2024  18:40:38 +0000 (0:00:00.265)       0:00:12.869 ********* 
changed: [sut] => {
    "backup": "",
    "changed": true
}

MSG:

line added

TASK [linux-system-roles.postgresql : Generate postgresql system-roles-internal.conf] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:137
Saturday 27 July 2024  18:40:39 +0000 (0:00:00.273)       0:00:13.143 ********* 
changed: [sut] => {
    "changed": true,
    "checksum": "c808727573a1ea8c9d6f8cc33a0a0e5ba40ddfe9",
    "dest": "/etc/postgresql/system-roles-internal.conf",
    "gid": 26,
    "group": "postgres",
    "md5sum": "cfad4a70dae51cdf3d95820d661275dd",
    "mode": "0600",
    "owner": "postgres",
    "secontext": "system_u:object_r:postgresql_etc_t:s0",
    "size": 102,
    "src": "/root/.ansible/tmp/ansible-tmp-1722105639.0666099-2611-242777824896149/source",
    "state": "file",
    "uid": 26
}

TASK [linux-system-roles.postgresql : Generate postgresql system-roles.conf] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:150
Saturday 27 July 2024  18:40:39 +0000 (0:00:00.509)       0:00:13.652 ********* 
changed: [sut] => {
    "changed": true,
    "checksum": "2589cab2952d1eb05d485bfd7bb1d6efd727744d",
    "dest": "/etc/postgresql/system-roles.conf",
    "gid": 26,
    "group": "postgres",
    "md5sum": "89a1bb4b1e955f90156ead2d4941091f",
    "mode": "0600",
    "owner": "postgres",
    "secontext": "system_u:object_r:postgresql_etc_t:s0",
    "size": 89,
    "src": "/root/.ansible/tmp/ansible-tmp-1722105639.5762274-2632-247934402662946/source",
    "state": "file",
    "uid": 26
}

TASK [linux-system-roles.postgresql : Link generated conf file with server one] ***
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:160
Saturday 27 July 2024  18:40:40 +0000 (0:00:00.502)       0:00:14.155 ********* 
changed: [sut] => {
    "backup": "",
    "changed": true
}

MSG:

line added

TASK [Verify existence of config files] ****************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml:26
Saturday 27 July 2024  18:40:40 +0000 (0:00:00.199)       0:00:14.354 ********* 
ok: [sut] => (item=/var/lib/pgsql/data/pg_hba.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/var/lib/pgsql/data/pg_hba.conf",
    "stat": {
        "atime": 1722105638.414437,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "725340b9a15637b78398eb85e761bfd2e88639b4",
        "ctime": 1722105638.4214373,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 26,
        "gr_name": "postgres",
        "inode": 429916481,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722105638.149435,
        "nlink": 1,
        "path": "/var/lib/pgsql/data/pg_hba.conf",
        "pw_name": "postgres",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 3757,
        "uid": 26,
        "version": "1193157042",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [sut] => (item=/etc/postgresql/system-roles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/postgresql/system-roles.conf",
    "stat": {
        "atime": 1722105639.9804502,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "2589cab2952d1eb05d485bfd7bb1d6efd727744d",
        "ctime": 1722105639.98445,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 26,
        "gr_name": "postgres",
        "inode": 450887874,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722105639.7984486,
        "nlink": 1,
        "path": "/etc/postgresql/system-roles.conf",
        "pw_name": "postgres",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 89,
        "uid": 26,
        "version": "122327343",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [sut] => (item=/etc/postgresql/system-roles-internal.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/postgresql/system-roles-internal.conf",
    "stat": {
        "atime": 1722105639.478446,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "c808727573a1ea8c9d6f8cc33a0a0e5ba40ddfe9",
        "ctime": 1722105639.482446,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 26,
        "gr_name": "postgres",
        "inode": 444596545,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722105639.2944443,
        "nlink": 1,
        "path": "/etc/postgresql/system-roles-internal.conf",
        "pw_name": "postgres",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 102,
        "uid": 26,
        "version": "2860628321",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify main conf has link to system roles] *******************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml:36
Saturday 27 July 2024  18:40:40 +0000 (0:00:00.562)       0:00:14.916 ********* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "grep",
        "/etc/postgresql/system-roles-internal.conf",
        "/var/lib/pgsql/data/postgresql.conf"
    ],
    "delta": "0:00:00.003388",
    "end": "2024-07-27 18:40:40.965915",
    "rc": 0,
    "start": "2024-07-27 18:40:40.962527"
}

STDOUT:

include_if_exists = '/etc/postgresql/system-roles-internal.conf'

TASK [Check headers for ansible_managed, fingerprint] **************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml:42
Saturday 27 July 2024  18:40:40 +0000 (0:00:00.195)       0:00:15.112 ********* 
included: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml for sut
included: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml for sut
included: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml for sut

TASK [Get file] ****************************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml:3
Saturday 27 July 2024  18:40:41 +0000 (0:00:00.046)       0:00:15.158 ********* 
ok: [sut] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9zdGdyZXNxbAoKIyBQb3N0Z3JlU1FMIENsaWVudCBBdXRoZW50aWNhdGlvbiBDb25maWd1cmF0aW9uIEZpbGUKIyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KIwojIFJlZmVyIHRvIHRoZSAiQ2xpZW50IEF1dGhlbnRpY2F0aW9uIiBzZWN0aW9uIGluIHRoZSBQb3N0Z3JlU1FMCiMgZG9jdW1lbnRhdGlvbiBmb3IgYSBjb21wbGV0ZSBkZXNjcmlwdGlvbiBvZiB0aGlzIGZpbGUuICBBIHNob3J0CiMgc3lub3BzaXMgZm9sbG93cy4KIwojIFRoaXMgZmlsZSBjb250cm9sczogd2hpY2ggaG9zdHMgYXJlIGFsbG93ZWQgdG8gY29ubmVjdCwgaG93IGNsaWVudHMKIyBhcmUgYXV0aGVudGljYXRlZCwgd2hpY2ggUG9zdGdyZVNRTCB1c2VyIG5hbWVzIHRoZXkgY2FuIHVzZSwgd2hpY2gKIyBkYXRhYmFzZXMgdGhleSBjYW4gYWNjZXNzLiAgUmVjb3JkcyB0YWtlIG9uZSBvZiB0aGVzZSBmb3JtczoKIwojIGxvY2FsICAgICAgREFUQUJBU0UgIFVTRVIgIE1FVEhPRCAgW09QVElPTlNdCiMgaG9zdCAgICAgICBEQVRBQkFTRSAgVVNFUiAgQUREUkVTUyAgTUVUSE9EICBbT1BUSU9OU10KIyBob3N0c3NsICAgIERBVEFCQVNFICBVU0VSICBBRERSRVNTICBNRVRIT0QgIFtPUFRJT05TXQojIGhvc3Rub3NzbCAgREFUQUJBU0UgIFVTRVIgIEFERFJFU1MgIE1FVEhPRCAgW09QVElPTlNdCiMKIyAoVGhlIHVwcGVyY2FzZSBpdGVtcyBtdXN0IGJlIHJlcGxhY2VkIGJ5IGFjdHVhbCB2YWx1ZXMuKQojCiMgVGhlIGZpcnN0IGZpZWxkIGlzIHRoZSBjb25uZWN0aW9uIHR5cGU6ICJsb2NhbCIgaXMgYSBVbml4LWRvbWFpbgojIHNvY2tldCwgImhvc3QiIGlzIGVpdGhlciBhIHBsYWluIG9yIFNTTC1lbmNyeXB0ZWQgVENQL0lQIHNvY2tldCwKIyAiaG9zdHNzbCIgaXMgYW4gU1NMLWVuY3J5cHRlZCBUQ1AvSVAgc29ja2V0LCBhbmQgImhvc3Rub3NzbCIgaXMgYQojIHBsYWluIFRDUC9JUCBzb2NrZXQuCiMKIyBEQVRBQkFTRSBjYW4gYmUgImFsbCIsICJzYW1ldXNlciIsICJzYW1lcm9sZSIsICJyZXBsaWNhdGlvbiIsIGEKIyBkYXRhYmFzZSBuYW1lLCBvciBhIGNvbW1hLXNlcGFyYXRlZCBsaXN0IHRoZXJlb2YuIFRoZSAiYWxsIgojIGtleXdvcmQgZG9lcyBub3QgbWF0Y2ggInJlcGxpY2F0aW9uIi4gQWNjZXNzIHRvIHJlcGxpY2F0aW9uCiMgbXVzdCBiZSBlbmFibGVkIGluIGEgc2VwYXJhdGUgcmVjb3JkIChzZWUgZXhhbXBsZSBiZWxvdykuCiMKIyBVU0VSIGNhbiBiZSAiYWxsIiwgYSB1c2VyIG5hbWUsIGEgZ3JvdXAgbmFtZSBwcmVmaXhlZCB3aXRoICIrIiwgb3IgYQojIGNvbW1hLXNlcGFyYXRlZCBsaXN0IHRoZXJlb2YuICBJbiBib3RoIHRoZSBEQVRBQkFTRSBhbmQgVVNFUiBmaWVsZHMKIyB5b3UgY2FuIGFsc28gd3JpdGUgYSBmaWxlIG5hbWUgcHJlZml4ZWQgd2l0aCAiQCIgdG8gaW5jbHVkZSBuYW1lcwojIGZyb20gYSBzZXBhcmF0ZSBmaWxlLgojCiMgQUREUkVTUyBzcGVjaWZpZXMgdGhlIHNldCBvZiBob3N0cyB0aGUgcmVjb3JkIG1hdGNoZXMuICBJdCBjYW4gYmUgYQojIGhvc3QgbmFtZSwgb3IgaXQgaXMgbWFkZSB1cCBvZiBhbiBJUCBhZGRyZXNzIGFuZCBhIENJRFIgbWFzayB0aGF0IGlzCiMgYW4gaW50ZWdlciAoYmV0d2VlbiAwIGFuZCAzMiAoSVB2NCkgb3IgMTI4IChJUHY2KSBpbmNsdXNpdmUpIHRoYXQKIyBzcGVjaWZpZXMgdGhlIG51bWJlciBvZiBzaWduaWZpY2FudCBiaXRzIGluIHRoZSBtYXNrLiAgQSBob3N0IG5hbWUKIyB0aGF0IHN0YXJ0cyB3aXRoIGEgZG90ICguKSBtYXRjaGVzIGEgc3VmZml4IG9mIHRoZSBhY3R1YWwgaG9zdCBuYW1lLgojIEFsdGVybmF0aXZlbHksIHlvdSBjYW4gd3JpdGUgYW4gSVAgYWRkcmVzcyBhbmQgbmV0bWFzayBpbiBzZXBhcmF0ZQojIGNvbHVtbnMgdG8gc3BlY2lmeSB0aGUgc2V0IG9mIGhvc3RzLiAgSW5zdGVhZCBvZiBhIENJRFItYWRkcmVzcywgeW91CiMgY2FuIHdyaXRlICJzYW1laG9zdCIgdG8gbWF0Y2ggYW55IG9mIHRoZSBzZXJ2ZXIncyBvd24gSVAgYWRkcmVzc2VzLAojIG9yICJzYW1lbmV0IiB0byBtYXRjaCBhbnkgYWRkcmVzcyBpbiBhbnkgc3VibmV0IHRoYXQgdGhlIHNlcnZlciBpcwojIGRpcmVjdGx5IGNvbm5lY3RlZCB0by4KIwojIE1FVEhPRCBjYW4gYmUgInRydXN0IiwgInJlamVjdCIsICJtZDUiLCAicGFzc3dvcmQiLCAic2NyYW0tc2hhLTI1NiIsCiMgImdzcyIsICJzc3BpIiwgImlkZW50IiwgInBlZXIiLCAicGFtIiwgImxkYXAiLCAicmFkaXVzIiBvciAiY2VydCIuCiMgTm90ZSB0aGF0ICJwYXNzd29yZCIgc2VuZHMgcGFzc3dvcmRzIGluIGNsZWFyIHRleHQ7ICJtZDUiIG9yCiMgInNjcmFtLXNoYS0yNTYiIGFyZSBwcmVmZXJyZWQgc2luY2UgdGhleSBzZW5kIGVuY3J5cHRlZCBwYXNzd29yZHMuCiMKIyBPUFRJT05TIGFyZSBhIHNldCBvZiBvcHRpb25zIGZvciB0aGUgYXV0aGVudGljYXRpb24gaW4gdGhlIGZvcm1hdAojIE5BTUU9VkFMVUUuICBUaGUgYXZhaWxhYmxlIG9wdGlvbnMgZGVwZW5kIG9uIHRoZSBkaWZmZXJlbnQKIyBhdXRoZW50aWNhdGlvbiBtZXRob2RzIC0tIHJlZmVyIHRvIHRoZSAiQ2xpZW50IEF1dGhlbnRpY2F0aW9uIgojIHNlY3Rpb24gaW4gdGhlIGRvY3VtZW50YXRpb24gZm9yIGEgbGlzdCBvZiB3aGljaCBvcHRpb25zIGFyZQojIGF2YWlsYWJsZSBmb3Igd2hpY2ggYXV0aGVudGljYXRpb24gbWV0aG9kcy4KIwojIERhdGFiYXNlIGFuZCB1c2VyIG5hbWVzIGNvbnRhaW5pbmcgc3BhY2VzLCBjb21tYXMsIHF1b3RlcyBhbmQgb3RoZXIKIyBzcGVjaWFsIGNoYXJhY3RlcnMgbXVzdCBiZSBxdW90ZWQuICBRdW90aW5nIG9uZSBvZiB0aGUga2V5d29yZHMKIyAiYWxsIiwgInNhbWV1c2VyIiwgInNhbWVyb2xlIiBvciAicmVwbGljYXRpb24iIG1ha2VzIHRoZSBuYW1lIGxvc2UKIyBpdHMgc3BlY2lhbCBjaGFyYWN0ZXIsIGFuZCBqdXN0IG1hdGNoIGEgZGF0YWJhc2Ugb3IgdXNlcm5hbWUgd2l0aAojIHRoYXQgbmFtZS4KIwojIFRoaXMgZmlsZSBpcyByZWFkIG9uIHNlcnZlciBzdGFydHVwIGFuZCB3aGVuIHRoZSBzZXJ2ZXIgcmVjZWl2ZXMgYQojIFNJR0hVUCBzaWduYWwuICBJZiB5b3UgZWRpdCB0aGUgZmlsZSBvbiBhIHJ1bm5pbmcgc3lzdGVtLCB5b3UgaGF2ZSB0bwojIFNJR0hVUCB0aGUgc2VydmVyIGZvciB0aGUgY2hhbmdlcyB0byB0YWtlIGVmZmVjdCwgcnVuICJwZ19jdGwgcmVsb2FkIiwKIyBvciBleGVjdXRlICJTRUxFQ1QgcGdfcmVsb2FkX2NvbmYoKSIuCiMKIyBQdXQgeW91ciBhY3R1YWwgY29uZmlndXJhdGlvbiBoZXJlCiMgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQojCiMgSWYgeW91IHdhbnQgdG8gYWxsb3cgbm9uLWxvY2FsIGNvbm5lY3Rpb25zLCB5b3UgbmVlZCB0byBhZGQgbW9yZQojICJob3N0IiByZWNvcmRzLiAgSW4gdGhhdCBjYXNlIHlvdSB3aWxsIGFsc28gbmVlZCB0byBtYWtlIFBvc3RncmVTUUwKIyBsaXN0ZW4gb24gYSBub24tbG9jYWwgaW50ZXJmYWNlIHZpYSB0aGUgbGlzdGVuX2FkZHJlc3NlcwojIGNvbmZpZ3VyYXRpb24gcGFyYW1ldGVyLCBvciB2aWEgdGhlIC1pIG9yIC1oIGNvbW1hbmQgbGluZSBzd2l0Y2hlcy4KCgoKIyBUWVBFICBEQVRBQkFTRSAgICAgICAgVVNFUiAgICAgICAgICAgIEFERFJFU1MgICAgICAgICAgICAgICAgIE1FVEhPRAoKbG9jYWwgYWxsIGFsbCAgcGVlciAKaG9zdCBhbGwgYWxsIDEyNy4wLjAuMS8zMiBpZGVudCAKCg==",
    "encoding": "base64",
    "source": "/var/lib/pgsql/data/pg_hba.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml:9
Saturday 27 July 2024  18:40:41 +0000 (0:00:00.257)       0:00:15.416 ********* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml:3
Saturday 27 July 2024  18:40:41 +0000 (0:00:00.060)       0:00:15.476 ********* 
ok: [sut] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9zdGdyZXNxbAoKCnNoYXJlZF9idWZmZXJzID0gMTI4TUIKaHVnZV9wYWdlcyA9IHRyeQo=",
    "encoding": "base64",
    "source": "/etc/postgresql/system-roles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml:9
Saturday 27 July 2024  18:40:41 +0000 (0:00:00.189)       0:00:15.665 ********* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml:3
Saturday 27 July 2024  18:40:41 +0000 (0:00:00.096)       0:00:15.762 ********* 
ok: [sut] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9zdGdyZXNxbAoKCnNoYXJlZF9idWZmZXJzID0gODgzTUIKZWZmZWN0aXZlX2NhY2hlX3NpemUgPSAxNzY2TUIK",
    "encoding": "base64",
    "source": "/etc/postgresql/system-roles-internal.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml:9
Saturday 27 July 2024  18:40:41 +0000 (0:00:00.189)       0:00:15.951 ********* 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clean up] ****************************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml:54
Saturday 27 July 2024  18:40:41 +0000 (0:00:00.058)       0:00:16.010 ********* 
included: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml for sut

RUNNING HANDLER [linux-system-roles.postgresql : Restart postgresql] ***********
task path: /WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/handlers/main.yml:3
Saturday 27 July 2024  18:40:41 +0000 (0:00:00.021)       0:00:16.032 ********* 
changed: [sut] => {
    "changed": true,
    "name": "postgresql",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "ActiveEnterTimestampMonotonic": "466759143",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice basic.target sysinit.target systemd-journald.socket network.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "AssertTimestampMonotonic": "466703855",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "37148000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "ConditionTimestampMonotonic": "466703851",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/postgresql.service",
        "ControlGroupId": "4598",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "PostgreSQL database server",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10146",
        "ExecMainStartTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "ExecMainStartTimestampMonotonic": "466716716",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2024-07-27 18:40:37 UTC] ; stop_time=[n/a] ; pid=10146 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; flags= ; start_time=[Sat 2024-07-27 18:40:37 UTC] ; stop_time=[n/a] ; pid=10146 ; code=(null) ; status=0/0 }",
        "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2024-07-27 18:40:37 UTC] ; stop_time=[Sat 2024-07-27 18:40:37 UTC] ; pid=10144 ; code=exited ; status=0 }",
        "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[Sat 2024-07-27 18:40:37 UTC] ; stop_time=[Sat 2024-07-27 18:40:37 UTC] ; pid=10144 ; code=exited ; status=0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/postgresql.service",
        "FreezerState": "running",
        "GID": "26",
        "Group": "postgres",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "postgresql.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "InactiveExitTimestampMonotonic": "466711405",
        "InvocationID": "53555c2af47f416d8e94252c04f0b5cc",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "2",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "10146",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "17240064",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "postgresql.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "-1000",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "2",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-07-27 18:40:37 UTC",
        "StateChangeTimestampMonotonic": "466759143",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "8",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "infinity",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "infinity",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "26",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "postgres",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Uninstall postgresql] ****************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml:6
Saturday 27 July 2024  18:40:42 +0000 (0:00:00.411)       0:00:16.444 ********* 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: postgresql-13.14-1.el9.x86_64",
        "Removed: postgresql-private-libs-13.14-1.el9.x86_64",
        "Removed: postgresql-server-13.14-1.el9.x86_64"
    ]
}

TASK [Stop and disable postgresql service] *************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml:15
Saturday 27 July 2024  18:40:43 +0000 (0:00:01.455)       0:00:17.899 ********* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Remove data directory] ***************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml:22
Saturday 27 July 2024  18:40:43 +0000 (0:00:00.027)       0:00:17.927 ********* 
changed: [sut] => {
    "changed": true,
    "path": "/var/lib/pgsql/data",
    "state": "absent"
}

TASK [Remove config files] *****************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml:27
Saturday 27 July 2024  18:40:44 +0000 (0:00:00.297)       0:00:18.224 ********* 
ok: [sut] => (item=/var/lib/pgsql/data/postgresql.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/lib/pgsql/data/postgresql.conf",
    "path": "/var/lib/pgsql/data/postgresql.conf",
    "state": "absent"
}
ok: [sut] => (item=/var/lib/pgsql/data/pg_hba.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/lib/pgsql/data/pg_hba.conf",
    "path": "/var/lib/pgsql/data/pg_hba.conf",
    "state": "absent"
}
changed: [sut] => (item=/etc/postgresql/system-roles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/postgresql/system-roles.conf",
    "path": "/etc/postgresql/system-roles.conf",
    "state": "absent"
}
changed: [sut] => (item=/etc/postgresql/system-roles-internal.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/postgresql/system-roles-internal.conf",
    "path": "/etc/postgresql/system-roles-internal.conf",
    "state": "absent"
}

TASK [Dump logs] ***************************************************************
task path: /WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml:37
Saturday 27 July 2024  18:40:44 +0000 (0:00:00.716)       0:00:18.940 ********* 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "journalctl",
        "-u",
        "postgresql"
    ],
    "delta": "0:00:00.007009",
    "end": "2024-07-27 18:40:44.982437",
    "rc": 0,
    "start": "2024-07-27 18:40:44.975428"
}

STDOUT:

Jul 27 18:40:37 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: Starting PostgreSQL database server...
Jul 27 18:40:37 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm postmaster[10146]: 2024-07-27 18:40:37.164 UTC [10146] LOG:  redirecting log output to logging collector process
Jul 27 18:40:37 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm postmaster[10146]: 2024-07-27 18:40:37.164 UTC [10146] HINT:  Future log output will appear in directory "log".
Jul 27 18:40:37 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: Started PostgreSQL database server.
Jul 27 18:40:42 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: Stopping PostgreSQL database server...
Jul 27 18:40:42 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: postgresql.service: Killing process 10147 (postmaster) with signal SIGKILL.
Jul 27 18:40:42 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: postgresql.service: Deactivated successfully.
Jul 27 18:40:42 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: Stopped PostgreSQL database server.
Jul 27 18:40:42 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: Starting PostgreSQL database server...
Jul 27 18:40:42 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm postmaster[10742]: 2024-07-27 18:40:42.273 UTC [10742] LOG:  redirecting log output to logging collector process
Jul 27 18:40:42 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm postmaster[10742]: 2024-07-27 18:40:42.273 UTC [10742] HINT:  Future log output will appear in directory "log".
Jul 27 18:40:42 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: Started PostgreSQL database server.
Jul 27 18:40:43 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: Stopping PostgreSQL database server...
Jul 27 18:40:43 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: postgresql.service: Killing process 10743 (postmaster) with signal SIGKILL.
Jul 27 18:40:43 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: postgresql.service: Deactivated successfully.
Jul 27 18:40:43 aab346a5-44a4-4d03-9d8a-874e6a253d4f.testing-farm systemd[1]: Stopped PostgreSQL database server.
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
sut                        : ok=38   changed=13   unreachable=0    failed=0    skipped=15   rescued=0    ignored=0   

Saturday 27 July 2024  18:40:44 +0000 (0:00:00.176)       0:00:19.117 ********* 
=============================================================================== 
linux-system-roles.postgresql : Ensure required packages are installed --- 6.33s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:49 
Uninstall postgresql ---------------------------------------------------- 1.46s
/WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml:6 ---------------
linux-system-roles.postgresql : Init DB --------------------------------- 1.14s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:65 
linux-system-roles.postgresql : Gather the package facts ---------------- 0.84s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:8 
linux-system-roles.postgresql : Start Postgresql server ----------------- 0.74s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:70 
Remove config files ----------------------------------------------------- 0.72s
/WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml:27 --------------
Gathering Facts --------------------------------------------------------- 0.70s
/WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml:2 -----------------
linux-system-roles.postgresql : Configure pg_hba.conf ------------------- 0.62s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:112 
Verify existence of config files ---------------------------------------- 0.56s
/WORKDIR/git-weekly-cifyfqll19/tests/tests_config_files.yml:26 ----------------
linux-system-roles.postgresql : Generate postgresql system-roles-internal.conf --- 0.51s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:137 
linux-system-roles.postgresql : Generate postgresql system-roles.conf --- 0.50s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:150 
linux-system-roles.postgresql : Ensure ansible_facts used by role ------- 0.44s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:2 
linux-system-roles.postgresql : Restart postgresql ---------------------- 0.41s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/handlers/main.yml:3 
linux-system-roles.postgresql : Enable and start existing instance of postgresql server --- 0.33s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:76 
Remove data directory --------------------------------------------------- 0.30s
/WORKDIR/git-weekly-cifyfqll19/tests/tasks/clean_instance.yml:22 --------------
linux-system-roles.postgresql : Link generated conf file with server one --- 0.27s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:130 
linux-system-roles.postgresql : Create postgresql directory in /etc ----- 0.27s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:124 
Get file ---------------------------------------------------------------- 0.26s
/WORKDIR/git-weekly-cifyfqll19/tests/tasks/check_header.yml:3 -----------------
linux-system-roles.postgresql : Check if system is ostree --------------- 0.24s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/set_vars.yml:11 
linux-system-roles.postgresql : Link generated conf file with server one --- 0.20s
/WORKDIR/git-weekly-cifyfqll19/tests/roles/linux-system-roles.postgresql/tasks/main.yml:160 

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

# STDERR:
---v---v---v---v---v---
[DEPRECATION WARNING]: Distribution centos 9 on host sut should use 
/usr/libexec/platform-python, but is using /usr/bin/python for backward 
compatibility with prior Ansible releases. A future Ansible release will 
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for 
more information. This feature will be removed in version 2.12. Deprecation 
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

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