ansible-playbook [core 2.17.4]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-WZZ
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.6 (main, Sep  9 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_certificate_internal.yml ***************************************
1 plays in /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml

PLAY [Test the cockpit role calling the certificate role internally] ***********

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:2
Saturday 05 October 2024  08:46:13 -0400 (0:00:00.011)       0:00:00.011 ****** 
[WARNING]: Platform linux on host managed-node3 is using the discovered Python
interpreter at /usr/bin/python3.9, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node3]

TASK [Include role] ************************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:13
Saturday 05 October 2024  08:46:16 -0400 (0:00:02.677)       0:00:02.688 ****** 
included: fedora.linux_system_roles.cockpit for managed-node3

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.052)       0:00:02.741 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.021)       0:00:02.763 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.034)       0:00:02.798 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.415)       0:00:03.213 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__cockpit_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.022)       0:00:03.236 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.323)       0:00:03.559 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__cockpit_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.024)       0:00:03.583 ****** 
ok: [managed-node3] => (item=/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml) => {
    "ansible_facts": {
        "__cockpit_daemon": "cockpit.socket",
        "__cockpit_packages": {
            "default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
            "full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
            "minimal": "{{ __cockpit_packages_minimal }}"
        },
        "__cockpit_packages_default": [
            "cockpit",
            "cockpit-networkmanager",
            "cockpit-packagekit",
            "cockpit-selinux",
            "cockpit-storaged"
        ],
        "__cockpit_packages_exclude": [
            "cockpit-docker",
            "cockpit-ostree",
            "cockpit-tests"
        ],
        "__cockpit_packages_full": [
            "cockpit-*"
        ],
        "__cockpit_packages_minimal": [
            "cockpit-system",
            "cockpit-ws"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.024)       0:00:03.608 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 05 October 2024  08:46:16 -0400 (0:00:00.013)       0:00:03.622 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 05 October 2024  08:46:17 -0400 (0:00:00.013)       0:00:03.635 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed-node3 => (item=/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml)

TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Saturday 05 October 2024  08:46:17 -0400 (0:00:00.047)       0:00:03.682 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "cockpit_packages": "minimal"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Saturday 05 October 2024  08:46:17 -0400 (0:00:00.022)       0:00:03.705 ****** 
changed: [managed-node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: sscg-3.0.0-7.el9.x86_64",
        "Installed: json-glib-1.6.6-1.el9.x86_64",
        "Installed: libpng-2:1.6.37-12.el9.x86_64",
        "Installed: libproxy-0.4.15-35.el9.x86_64",
        "Installed: python3-file-magic-5.39-16.el9.noarch",
        "Installed: libsoup-2.72.0-8.el9.x86_64",
        "Installed: polkit-0.117-13.el9.x86_64",
        "Installed: gsettings-desktop-schemas-40.0-6.el9.x86_64",
        "Installed: gdk-pixbuf2-2.42.6-4.el9.x86_64",
        "Installed: polkit-libs-0.117-13.el9.x86_64",
        "Installed: libappstream-glib-0.7.18-5.el9.x86_64",
        "Installed: polkit-pkla-compat-0.1-21.el9.x86_64",
        "Installed: libproxy-webkitgtk4-0.4.15-35.el9.x86_64",
        "Installed: glib-networking-2.68.3-3.el9.x86_64",
        "Installed: PackageKit-1.2.6-1.el9.x86_64",
        "Installed: centos-logos-90.8-1.el9.x86_64",
        "Installed: python3-libxml2-2.9.13-6.el9.x86_64",
        "Installed: shared-mime-info-2.1-5.el9.x86_64",
        "Installed: PackageKit-glib-1.2.6-1.el9.x86_64",
        "Installed: libstemmer-0-18.585svn.el9.x86_64",
        "Installed: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch",
        "Installed: python3-pexpect-4.8.0-7.el9.noarch",
        "Installed: sos-4.8.0-2.el9.noarch",
        "Installed: libicu-67.1-9.el9.x86_64",
        "Installed: python3-ptyprocess-0.6.0-12.el9.noarch",
        "Installed: libjpeg-turbo-2.0.90-7.el9.x86_64",
        "Installed: webkit2gtk3-jsc-2.44.3-2.el9.x86_64",
        "Installed: abattis-cantarell-fonts-0.301-4.el9.noarch",
        "Installed: libatomic-11.5.0-2.el9.x86_64",
        "Installed: python3-dasbus-1.4-5.el9.noarch",
        "Installed: cockpit-bridge-323.1-1.el9.x86_64",
        "Installed: policycoreutils-python-utils-3.6-2.1.el9.noarch",
        "Installed: cockpit-system-323.1-1.el9.noarch",
        "Installed: setroubleshoot-plugins-3.3.14-4.el9.noarch",
        "Installed: cockpit-ws-323.1-1.el9.x86_64",
        "Installed: setroubleshoot-server-3.3.32-1.el9.x86_64"
    ]
}
lsrpackages: cockpit-system cockpit-ws

TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15
Saturday 05 October 2024  08:46:46 -0400 (0:00:29.778)       0:00:33.484 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "'cockpit-*' in __pkgs",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 05 October 2024  08:46:46 -0400 (0:00:00.028)       0:00:33.512 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed-node3

TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 05 October 2024  08:46:46 -0400 (0:00:00.033)       0:00:33.545 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Saturday 05 October 2024  08:46:46 -0400 (0:00:00.050)       0:00:33.596 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed-node3

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Saturday 05 October 2024  08:46:47 -0400 (0:00:00.035)       0:00:33.631 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Saturday 05 October 2024  08:46:47 -0400 (0:00:00.047)       0:00:33.678 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_port is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Saturday 05 October 2024  08:46:47 -0400 (0:00:00.032)       0:00:33.711 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_port is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Saturday 05 October 2024  08:46:47 -0400 (0:00:00.026)       0:00:33.737 ****** 
ok: [managed-node3] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
    "state": "absent"
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Saturday 05 October 2024  08:46:47 -0400 (0:00:00.452)       0:00:34.190 ****** 
changed: [managed-node3] => {
    "changed": true,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "started",
    "status": {
        "Accept": "no",
        "AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target system.slice systemd-journald.socket",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "cockpit-motd.service shutdown.target cockpit.service sockets.target",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "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": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "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",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Cockpit Web Service Socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "Documentation": "\"man:cockpit-ws(8)\"",
        "DynamicUser": "no",
        "ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorName": "cockpit.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "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]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "cockpit.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "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",
        "Listen": "[::]:9090 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "cockpit.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "Priority": "-1",
        "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",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "RequiredBy": "cockpit.service",
        "Requires": "sysinit.target system.slice",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "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",
        "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",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "20",
        "TriggerLimitIntervalUSec": "2s",
        "Triggers": "cockpit.service",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "cockpit-motd.service",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}

TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77
Saturday 05 October 2024  08:46:48 -0400 (0:00:01.021)       0:00:35.212 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_config is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93
Saturday 05 October 2024  08:46:48 -0400 (0:00:00.018)       0:00:35.231 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Create certificates using the certificate role] **************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Saturday 05 October 2024  08:46:48 -0400 (0:00:00.033)       0:00:35.264 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108
Saturday 05 October 2024  08:46:48 -0400 (0:00:00.033)       0:00:35.297 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114
Saturday 05 October 2024  08:46:48 -0400 (0:00:00.033)       0:00:35.331 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_cert is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124
Saturday 05 October 2024  08:46:48 -0400 (0:00:00.017)       0:00:35.348 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_cert is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Get name of cockpit group to use] ****************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:21
Saturday 05 October 2024  08:46:48 -0400 (0:00:00.021)       0:00:35.370 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml for managed-node3

TASK [Get name of cockpit group for tests] *************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3
Saturday 05 October 2024  08:46:48 -0400 (0:00:00.023)       0:00:35.393 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "getent_group": {
            "cockpit-wsinstance": [
                "x",
                "991",
                ""
            ]
        }
    },
    "changed": false
}

TASK [Set __cockpit_test_group] ************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:9
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.449)       0:00:35.842 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__cockpit_test_group": "cockpit-wsinstance"
    },
    "changed": false
}

TASK [Install cockpit with cockpit_certificates request] ***********************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:24
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.019)       0:00:35.862 ****** 
included: fedora.linux_system_roles.cockpit for managed-node3

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.047)       0:00:35.909 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.020)       0:00:35.930 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.037)       0:00:35.967 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __cockpit_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.018)       0:00:35.986 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __cockpit_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.020)       0:00:36.006 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __cockpit_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.019)       0:00:36.026 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __cockpit_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.024)       0:00:36.050 ****** 
ok: [managed-node3] => (item=/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml) => {
    "ansible_facts": {
        "__cockpit_daemon": "cockpit.socket",
        "__cockpit_packages": {
            "default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
            "full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
            "minimal": "{{ __cockpit_packages_minimal }}"
        },
        "__cockpit_packages_default": [
            "cockpit",
            "cockpit-networkmanager",
            "cockpit-packagekit",
            "cockpit-selinux",
            "cockpit-storaged"
        ],
        "__cockpit_packages_exclude": [
            "cockpit-docker",
            "cockpit-ostree",
            "cockpit-tests"
        ],
        "__cockpit_packages_full": [
            "cockpit-*"
        ],
        "__cockpit_packages_minimal": [
            "cockpit-system",
            "cockpit-ws"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/default.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.043)       0:00:36.093 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.033)       0:00:36.126 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.028)       0:00:36.154 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed-node3 => (item=/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml)

TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.067)       0:00:36.222 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "cockpit_packages": "minimal"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Saturday 05 October 2024  08:46:49 -0400 (0:00:00.034)       0:00:36.257 ****** 
ok: [managed-node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: cockpit-system cockpit-ws

TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15
Saturday 05 October 2024  08:46:50 -0400 (0:00:01.280)       0:00:37.538 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "'cockpit-*' in __pkgs",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 05 October 2024  08:46:50 -0400 (0:00:00.029)       0:00:37.567 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed-node3

TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 05 October 2024  08:46:50 -0400 (0:00:00.034)       0:00:37.601 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Saturday 05 October 2024  08:46:51 -0400 (0:00:00.046)       0:00:37.648 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed-node3

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Saturday 05 October 2024  08:46:51 -0400 (0:00:00.031)       0:00:37.679 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Saturday 05 October 2024  08:46:51 -0400 (0:00:00.036)       0:00:37.716 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_port is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Saturday 05 October 2024  08:46:51 -0400 (0:00:00.021)       0:00:37.737 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_port is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Saturday 05 October 2024  08:46:51 -0400 (0:00:00.023)       0:00:37.760 ****** 
ok: [managed-node3] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
    "state": "absent"
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Saturday 05 October 2024  08:46:51 -0400 (0:00:00.331)       0:00:38.092 ****** 
ok: [managed-node3] => {
    "changed": false,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "started",
    "status": {
        "Accept": "no",
        "AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-05 08:46:48 EDT",
        "ActiveEnterTimestampMonotonic": "435498114",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "sysinit.target systemd-journald.socket system.slice",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-05 08:46:48 EDT",
        "AssertTimestampMonotonic": "435464105",
        "Backlog": "4096",
        "Before": "cockpit.service cockpit-motd.service shutdown.target sockets.target",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "17283000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "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",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-10-05 08:46:48 EDT",
        "ConditionTimestampMonotonic": "435464101",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/cockpit.socket",
        "ControlGroupId": "3841",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Cockpit Web Service Socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "Documentation": "\"man:cockpit-ws(8)\"",
        "DynamicUser": "no",
        "ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[Sat 2024-10-05 08:46:48 EDT] ; stop_time=[Sat 2024-10-05 08:46:48 EDT] ; pid=7977 ; code=exited ; status=0 }",
        "ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorName": "cockpit.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "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]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "cockpit.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-10-05 08:46:48 EDT",
        "InactiveExitTimestampMonotonic": "435474794",
        "InvocationID": "c3d71fd2f073463e8d552a7c59e0edb3",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "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",
        "Listen": "[::]:9090 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "8192",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "cockpit.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "Priority": "-1",
        "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",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "RequiredBy": "cockpit.service",
        "Requires": "sysinit.target system.slice",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "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-10-05 08:46:48 EDT",
        "StateChangeTimestampMonotonic": "435498114",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "listening",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "0",
        "TasksMax": "22342",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "20",
        "TriggerLimitIntervalUSec": "2s",
        "Triggers": "cockpit.service",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "sockets.target",
        "Wants": "cockpit-motd.service",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}

TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77
Saturday 05 October 2024  08:46:51 -0400 (0:00:00.503)       0:00:38.595 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "cockpit_config is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93
Saturday 05 October 2024  08:46:52 -0400 (0:00:00.029)       0:00:38.625 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(ansible_facts['distribution_version'] | int == 7 and cockpit_certificates.0.ca == 'self-sign')",
    "skip_reason": "Conditional result was False"
}

TASK [Create certificates using the certificate role] **************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Saturday 05 October 2024  08:46:52 -0400 (0:00:00.058)       0:00:38.684 ****** 
included: fedora.linux_system_roles.certificate for managed-node3

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 05 October 2024  08:46:52 -0400 (0:00:00.074)       0:00:38.758 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 05 October 2024  08:46:52 -0400 (0:00:00.047)       0:00:38.806 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 05 October 2024  08:46:52 -0400 (0:00:00.040)       0:00:38.846 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 05 October 2024  08:46:52 -0400 (0:00:00.366)       0:00:39.213 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 05 October 2024  08:46:52 -0400 (0:00:00.045)       0:00:39.259 ****** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (item=CentOS_9.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [managed-node3] => (item=CentOS_9.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 05 October 2024  08:46:52 -0400 (0:00:00.104)       0:00:39.363 ****** 
changed: [managed-node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: python3-pyasn1-0.4.8-6.el9.noarch",
        "Installed: python3-cffi-1.14.5-5.el9.x86_64",
        "Installed: python3-ply-3.11-14.el9.noarch",
        "Installed: python3-pycparser-2.20-6.el9.noarch",
        "Installed: python3-cryptography-36.0.1-4.el9.x86_64"
    ]
}
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 05 October 2024  08:46:55 -0400 (0:00:02.882)       0:00:42.245 ****** 
changed: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: python3-pyparsing-2.4.7-9.el9.noarch",
        "Installed: python3-packaging-20.9-5.el9.noarch",
        "Installed: certmonger-0.79.17-2.el9.x86_64"
    ]
}
lsrpackages: certmonger python3-packaging

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 05 October 2024  08:46:58 -0400 (0:00:03.130)       0:00:45.376 ****** 
changed: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/etc/certmonger//pre-scripts",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 05 October 2024  08:46:59 -0400 (0:00:00.392)       0:00:45.769 ****** 
changed: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/etc/certmonger//post-scripts",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 05 October 2024  08:46:59 -0400 (0:00:00.394)       0:00:46.163 ****** 
changed: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice syslog.target sysinit.target network.target basic.target dbus-broker.service systemd-journald.socket dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "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": "no",
        "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": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; 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/certmonger.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "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": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "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": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus-broker.service",
        "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": "system.slice dbus.socket sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "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": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 05 October 2024  08:47:00 -0400 (0:00:00.863)       0:00:47.027 ****** 
changed: [managed-node3] => (item={'name': 'cockpit_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign', 'group': 'cockpit-wsinstance'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "ca": "self-sign",
        "dns": [
            "localhost",
            "www.example.com"
        ],
        "group": "cockpit-wsinstance",
        "name": "cockpit_cert"
    }
}

MSG:

Certificate requested (new). File attributes updated.

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 05 October 2024  08:47:01 -0400 (0:00:00.908)       0:00:47.935 ****** 
skipping: [managed-node3] => (item=['cert', {'name': 'cockpit_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign', 'group': 'cockpit-wsinstance'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "cert",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "group": "cockpit-wsinstance",
            "name": "cockpit_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=['key', {'name': 'cockpit_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign', 'group': 'cockpit-wsinstance'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "key",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "group": "cockpit-wsinstance",
            "name": "cockpit_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=['ca', {'name': 'cockpit_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign', 'group': 'cockpit-wsinstance'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "ca",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "group": "cockpit-wsinstance",
            "name": "cockpit_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 05 October 2024  08:47:01 -0400 (0:00:00.076)       0:00:48.011 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 05 October 2024  08:47:01 -0400 (0:00:00.052)       0:00:48.063 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 05 October 2024  08:47:01 -0400 (0:00:00.048)       0:00:48.112 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108
Saturday 05 October 2024  08:47:01 -0400 (0:00:00.055)       0:00:48.168 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "cockpit_cert": "/etc/pki/tls/certs/cockpit_cert.crt",
        "cockpit_private_key": "/etc/pki/tls/private/cockpit_cert.key"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114
Saturday 05 October 2024  08:47:01 -0400 (0:00:00.047)       0:00:48.215 ****** 
changed: [managed-node3] => {
    "changed": true,
    "dest": "/etc/cockpit/ws-certs.d/50-system-role.crt",
    "gid": 0,
    "group": "root",
    "mode": "0777",
    "owner": "root",
    "secontext": "unconfined_u:object_r:cert_t:s0",
    "size": 35,
    "src": "/etc/pki/tls/certs/cockpit_cert.crt",
    "state": "link",
    "uid": 0
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124
Saturday 05 October 2024  08:47:01 -0400 (0:00:00.352)       0:00:48.568 ****** 
changed: [managed-node3] => {
    "changed": true,
    "dest": "/etc/cockpit/ws-certs.d/50-system-role.key",
    "gid": 0,
    "group": "root",
    "mode": "0777",
    "owner": "root",
    "secontext": "unconfined_u:object_r:cert_t:s0",
    "size": 37,
    "src": "/etc/pki/tls/private/cockpit_cert.key",
    "state": "link",
    "uid": 0
}

TASK [Collect installed package versions] **************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:55
Saturday 05 October 2024  08:47:02 -0400 (0:00:00.360)       0:00:48.929 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "NetworkManager-team": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-team",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.51.0"
                }
            ],
            "PackageKit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "PackageKit",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "PackageKit-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "PackageKit-glib",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "abattis-cantarell-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "abattis-cantarell-fonts",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "0.301"
                }
            ],
            "acl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "acl",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.3.1"
                }
            ],
            "adobe-source-code-pro-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "adobe-source-code-pro-fonts",
                    "release": "12.el9.1",
                    "source": "rpm",
                    "version": "2.030.1.050"
                }
            ],
            "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": "1.el9",
                    "source": "rpm",
                    "version": "3.1.5"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.1.5"
                }
            ],
            "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": "21.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": "54.el9",
                    "source": "rpm",
                    "version": "2.35.2"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "54.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": "91.4.el9",
                    "source": "rpm",
                    "version": "2024.2.69_v8.0.303"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-gpg-keys",
                    "release": "26.el9",
                    "source": "rpm",
                    "version": "9.0"
                }
            ],
            "centos-logos": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "centos-logos",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "90.8"
                }
            ],
            "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"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "0.79.17"
                }
            ],
            "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": "1.el9",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "cloud-init": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-init",
                    "release": "19.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"
                }
            ],
            "cockpit-bridge": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-bridge",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "323.1"
                }
            ],
            "cockpit-system": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-system",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "323.1"
                }
            ],
            "cockpit-ws": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-ws",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "323.1"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "36.el9",
                    "source": "rpm",
                    "version": "8.32"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "36.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": "2.el9",
                    "source": "rpm",
                    "version": "11.5.0"
                }
            ],
            "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"
                }
            ],
            "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": "2.git626aa59.el9",
                    "source": "rpm",
                    "version": "20240828"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "2.git626aa59.el9",
                    "source": "rpm",
                    "version": "20240828"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.7.2"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "31.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.198"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 9,
                    "name": "device-mapper-libs",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "1.02.198"
                }
            ],
            "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": "17.el9",
                    "source": "rpm",
                    "version": "4.14.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "17.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": "70.git20240819.el9",
                    "source": "rpm",
                    "version": "057"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "70.git20240819.el9",
                    "source": "rpm",
                    "version": "057"
                }
            ],
            "dracut-network": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-network",
                    "release": "70.git20240819.el9",
                    "source": "rpm",
                    "version": "057"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "70.git20240819.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": "10.el9",
                    "source": "rpm",
                    "version": "27.2"
                }
            ],
            "epel-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "epel-release",
                    "release": "8.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": "7.el9",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "1.3.4"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "7.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": "2.el9",
                    "source": "rpm",
                    "version": "11.5.0"
                }
            ],
            "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"
                }
            ],
            "gdk-pixbuf2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdk-pixbuf2",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.42.6"
                }
            ],
            "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"
                }
            ],
            "glib-networking": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib-networking",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "2.68.3"
                }
            ],
            "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": "131.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "131.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "131.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "131.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-headers",
                    "release": "131.el9",
                    "source": "rpm",
                    "version": "2.34"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "131.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": "92.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "92.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "92.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "92.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "92.el9",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "63.el9",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gsettings-desktop-schemas": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gsettings-desktop-schemas",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "40.0"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "7.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.15.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": "4.el9",
                    "source": "rpm",
                    "version": "10.11.8"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "10.11.8"
                }
            ],
            "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": "5.el9",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "11.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": "146.el9",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl1000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl1000-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "39.31.5.1"
                }
            ],
            "iwl105-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl105-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl135-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl135-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2000-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl2030-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl2030-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl3160-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl3160-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "25.30.13.0"
                }
            ],
            "iwl5000-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5000-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "8.83.5.1_1"
                }
            ],
            "iwl5150-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl5150-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "8.24.2.2"
                }
            ],
            "iwl6000g2a-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6000g2a-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "18.168.6.1"
                }
            ],
            "iwl6050-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwl6050-firmware",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "41.28.5.1"
                }
            ],
            "iwl7260-firmware": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "iwl7260-firmware",
                    "release": "146.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": "17.el9",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "0.14"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "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": "513.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "513.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "513.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "513.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "513.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "513.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "513.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "513.el9",
                    "source": "rpm",
                    "version": "5.14.0"
                }
            ],
            "kexec-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kexec-tools",
                    "release": "15.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": "10.el9",
                    "source": "rpm",
                    "version": "28"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "28"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "33.el9",
                    "source": "rpm",
                    "version": "0.8.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "3.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": "5.el9",
                    "source": "rpm",
                    "version": "590"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.3.1"
                }
            ],
            "libappstream-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libappstream-glib",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "0.7.18"
                }
            ],
            "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"
                }
            ],
            "libatomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatomic",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "11.5.0"
                }
            ],
            "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": "20.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "1.4.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": "31.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": "6.el9",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "8.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": "20.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": "2.el9",
                    "source": "rpm",
                    "version": "11.5.0"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "11.el9",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "11.5.0"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.42"
                }
            ],
            "libicu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libicu",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "67.1"
                }
            ],
            "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"
                }
            ],
            "libjpeg-turbo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjpeg-turbo",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "2.0.90"
                }
            ],
            "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": "7.el9",
                    "source": "rpm",
                    "version": "1.5.1"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "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": "20.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": "1.el9",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "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": "27.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"
                }
            ],
            "libpng": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libpng",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "1.6.37"
                }
            ],
            "libproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy",
                    "release": "35.el9",
                    "source": "rpm",
                    "version": "0.4.15"
                }
            ],
            "libproxy-webkitgtk4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy-webkitgtk4",
                    "release": "35.el9",
                    "source": "rpm",
                    "version": "0.4.15"
                }
            ],
            "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": "2.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "2.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": "20.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "0.7.24"
                }
            ],
            "libsoup": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsoup",
                    "release": "8.el9",
                    "source": "rpm",
                    "version": "2.72.0"
                }
            ],
            "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": "4.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "11.5.0"
                }
            ],
            "libstemmer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstemmer",
                    "release": "18.585svn.el9",
                    "source": "rpm",
                    "version": "0"
                }
            ],
            "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": "9.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": "15.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": "20.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": "146.el9",
                    "source": "rpm",
                    "version": "20240905"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "146.el9",
                    "source": "rpm",
                    "version": "20240905"
                }
            ],
            "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": "1.el9",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "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": "27.el9",
                    "source": "rpm",
                    "version": "2.5.4"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "3.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": "14.el9",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.0.18"
                }
            ],
            "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": "6.el9",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "6.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": "6.el9",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "6.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"
                }
            ],
            "policycoreutils-python-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "policycoreutils-python-utils",
                    "release": "2.1.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "13.el9",
                    "source": "rpm",
                    "version": "0.117"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "13.el9",
                    "source": "rpm",
                    "version": "0.117"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "21.el9",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "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": "1.el9",
                    "source": "rpm",
                    "version": "3.9.20"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.9.20"
                }
            ],
            "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": "1.el9",
                    "source": "rpm",
                    "version": "3.1.5"
                }
            ],
            "python3-babel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-babel",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.14.5"
                }
            ],
            "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-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "36.0.1"
                }
            ],
            "python3-dasbus": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dasbus",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "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": "17.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-file-magic": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-file-magic",
                    "release": "16.el9",
                    "source": "rpm",
                    "version": "5.39"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "7.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": "1.el9",
                    "source": "rpm",
                    "version": "3.9.20"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libxml2",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "2.9.13"
                }
            ],
            "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": "3.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-packaging": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-packaging",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "20.9"
                }
            ],
            "python3-pexpect": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pexpect",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "python3-pip": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "21.3.1"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "21.3.1"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "14.el9",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "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-ptyprocess": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ptyprocess",
                    "release": "12.el9",
                    "source": "rpm",
                    "version": "0.6.0"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "0.4.8"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "6.el9",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "python3-pyparsing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyparsing",
                    "release": "9.el9",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "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": "34.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": "13.el9",
                    "source": "rpm",
                    "version": "53.0.0"
                }
            ],
            "python3-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools-wheel",
                    "release": "13.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": "5.el9",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 17,
                    "name": "qemu-guest-agent",
                    "release": "10.el9",
                    "source": "rpm",
                    "version": "9.0.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "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": "34.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "34.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "34.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-plugin-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-audit",
                    "release": "34.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "34.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "34.el9",
                    "source": "rpm",
                    "version": "4.16.1.3"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "34.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": "3.el9",
                    "source": "rpm",
                    "version": "38.1.45"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "3.el9",
                    "source": "rpm",
                    "version": "38.1.45"
                }
            ],
            "setroubleshoot-plugins": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setroubleshoot-plugins",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "3.3.14"
                }
            ],
            "setroubleshoot-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "setroubleshoot-server",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "3.3.32"
                }
            ],
            "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"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "5.el9",
                    "source": "rpm",
                    "version": "2.1"
                }
            ],
            "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"
                }
            ],
            "sos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "sos",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "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"
                }
            ],
            "sscg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sscg",
                    "release": "7.el9",
                    "source": "rpm",
                    "version": "3.0.0"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "4.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": "47.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "47.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "47.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemd-rpm-macros": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "systemd-rpm-macros",
                    "release": "47.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "47.el9",
                    "source": "rpm",
                    "version": "252"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "4.el9",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "7.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": "57.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": "20.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "20.el9",
                    "source": "rpm",
                    "version": "2.37.4"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "21.el9",
                    "source": "rpm",
                    "version": "8.2.2637"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "21.el9",
                    "source": "rpm",
                    "version": "8.2.2637"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "21.el9",
                    "source": "rpm",
                    "version": "8.2.2637"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "21.el9",
                    "source": "rpm",
                    "version": "8.2.2637"
                }
            ],
            "webkit2gtk3-jsc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "webkit2gtk3-jsc",
                    "release": "2.el9",
                    "source": "rpm",
                    "version": "2.44.3"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "8.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": "4.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": "17.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 [Restart cockpit to use the new certificates] *****************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:60
Saturday 05 October 2024  08:47:03 -0400 (0:00:01.182)       0:00:50.111 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__cockpit_is_ostree | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Test - cockpit works with TLS and expected certificate] ******************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:67
Saturday 05 October 2024  08:47:03 -0400 (0:00:00.062)       0:00:50.173 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "curl",
        "--cacert",
        "/etc/pki/tls/certs/cockpit_cert.crt",
        "https://localhost:9090"
    ],
    "delta": "0:00:00.231126",
    "end": "2024-10-05 08:47:04.184830",
    "rc": 0,
    "start": "2024-10-05 08:47:03.953704"
}

STDOUT:

<!DOCTYPE html>
<html>

<head>
  <title>Loading...</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="robots" content="noindex" />
  <meta insert="dynamic_content_here" /><base href="/">
    <script>
var environment = {"is_cockpit_client":false,"page":{"connect":true,"require_host":false,"allow_multihost":true},"logged_into":[],"hostname":"managed-node3","os-release":{"NAME":"CentOS Stream","ID":"centos","PRETTY_NAME":"CentOS Stream 9","CPE_NAME":"cpe:/o:centos:centos:9","ID_LIKE":"rhel fedora"}};
    </script>
  <script type="text/javascript">/*insert_translations_here*/</script>
  <script type="text/javascript" src="cockpit/static/login.js"></script>
  <link href="cockpit/static/login.css" type="text/css" rel="stylesheet" />
  <link href="cockpit/static/branding.css" type="text/css" rel="stylesheet" />
</head>

<body class="login-pf">
  <div id="banner" class="pf-v5-c-alert pf-m-info pf-m-inline dialog-error" aria-label="inline danger alert" hidden="true">
    <svg fill="currentColor" viewBox="0 0 448 512" aria-hidden="true">
      <path d="M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z" />
    </svg>
    <span id="banner-message" class="pf-v5-c-alert__title"></span>
  </div>

  <span id="badge"></span>

  <div class="container" id="main">
    <h1 id="brand" class="hide-before"></h1>

    <div id="error-group" class="pf-v5-c-alert pf-m-danger pf-m-inline dialog-error noscript" aria-label="inline danger alert">
      <svg fill="currentColor" viewBox="0 0 512 512" aria-hidden="true">
        <path d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h28.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z" />
      </svg>
      <h2 id="login-error-message" class="pf-v5-c-alert__title">
        <span class="noscript" translate="yes">Please enable JavaScript to use the Web Console.</span>
      </h2>
    </div>

    <div class="unsupported-browser" id="unsupported-browser" hidden="true">
      <h2 class="unsupported-browser-heading" translate="yes">A modern browser is required for security, reliability, and performance.</h2>
      <div class="browser-recommendations">
        <div class="browser-download">
          <h3 translate="yes">Download a new browser for free</h3>
          <ul>
            <li><a href="https://firefox.com/">Mozilla Firefox</a> / Linux, Windows, macOS</li>
            <li><a href="https://www.google.com/chrome/">Google Chrome</a> / Linux, Windows, macOS</li>
          </ul>
        </div>
        <div class="browser-bundled">
          <h3 translate="yes">Or use a bundled browser</h3>
          <ul>
            <li><a href="https://www.microsoft.com/">Microsoft Edge</a> / Windows</li>
            <li><a href="https://www.apple.com/safari/">Apple Safari</a> / macOS</li>
          </ul>
        </div>
      </div>
      <details id="login-override">
        <summary class="pf-v5-c-expandable-section">
          <svg height="16" width="16" viewBox="0 0 16 16" id="option-caret" class="caret caret-right" aria-hidden="true">
            <polygon fill="#ffffff" points="4,0 4,14 12,7"></polygon>
          </svg>
          <span id="bypass-browser-check" translate="yes">Bypass browser check</span>
        </summary>
        <div id="login-override-content"></div>
      </details>
    </div>

    <div id="info-group" class="pf-v5-c-alert pf-m-info pf-m-inline dialog-error" aria-label="inline danger alert" hidden="true">
      <svg fill="currentColor" viewBox="0 0 512 512" aria-hidden="true">
        <path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z" />
      </svg>
      <h2 id="login-info-message" class="pf-v5-c-alert__title"></h2>
    </div>

    <div id="login" class="login-area" hidden="true">
      <form onsubmit="return false">

        <div id="hostkey-group" class="form-group" hidden="true">
          <h1 id="hostkey-title"></h1>
          <div id="hostkey-warning-group" class="pf-v5-c-alert pf-m-warning pf-m-inline dialog-error" aria-label="inline warning alert" hidden="true">
            <svg fill="currentColor" viewBox="0 0 576 512" aria-hidden="true"><path d="M569.52 440.01c18.46 32-4.71 71.99-41.58 71.99H48.05c-36.93 0-60-40.05-41.57-71.99L246.42 24c18.47-32.01 64.72-31.96 83.16 0L569.52 440zM288 354a46 46 0 100 92 46 46 0 000-92zm-43.67-165.35l7.41 136A12 12 0 00263.74 336h48.54a12 12 0 0011.98-11.35l7.42-136A12 12 0 00319.7 176h-63.38a12 12 0 00-11.98 12.65z"/></svg>
            <h2 translate="yes" class="pf-v5-c-alert__title">Changed keys are often the result of an operating system reinstallation. However, an unexpected change may indicate a third-party attempt to intercept your connection.</h2>
              </div>
          <p id="hostkey-message-1"></p>
          <p translate="yes">To ensure that your connection is not intercepted by a malicious third-party, please verify the host key fingerprint:</p>
          <pre id="hostkey-fingerprint"></pre>
          <p id="hostkey-type"></p>
          <p id="hostkey-verify-help-1"></p>
          <pre id="hostkey-verify-help-cmds"></pre>
          <p translate="yes">The resulting fingerprint is fine to share via public methods, including email.</p>
          <p translate="yes">If the fingerprint matches, click "Accept key and log in". Otherwise, do not log in and contact your administrator.</p>
        </div>

        <div id="user-group" class="form-group">
          <label for="login-user-input" class="control-label" translate="yes">User name</label>
          <input type="text" class="form-control" id="login-user-input" autocorrect="off" autocapitalize="none" autofocus="true" autocomplete="username" />
        </div>

        <div id="password-group" class="form-group">
          <label for="login-password-input" class="control-label" translate="yes">Password</label>
          <div class="password-with-toggle">
            <input type="password" class="form-control" id="login-password-input" autocomplete="current-password" />
            <button type="button" id="login-password-toggle" class="pf-v5-c-button pf-m-control login-password-toggle" aria-label="Show password">
              <svg fill="currentColor" aria-hidden="true" viewBox="0 0 640 512">
                <path class="password-show" d="M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z"/>
                <path class="password-hide" d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z"/>
              </svg>
            </button>
          </div>
        </div>

        <div id="conversation-group" class="form-group" hidden="true">
          <div id="conversation-message"></div>
          <label id="conversation-prompt" for="conversation-input"></label>
          <input type="password" class="form-control" id="conversation-input" autocomplete="one-time-code" />
        </div>

        <div id="option-group">
          <a href="#" id="show-other-login-options">
            <svg height="16" width="16" viewBox="0 0 16 16" id="option-caret" class="caret caret-right" aria-hidden="true">
              <polygon fill="#ffffff" points="4,0 4,14 12,7"></polygon>
            </svg><span id="show-other-login-options-text" translate="yes">Other options</span>
            <!-- Above: Span needs to be immediately next to SVG to prevent whitespace in the link -->
          </a>
        </div>

        <div id="server-group" class="form-group" hidden="true">
          <label title="Log in to another system. Leave blank to log in to the local system." for="server-field" id="server-field-label" class="control-label" translate="yes">Connect to</label>
          <div class="server-box">
            <input type="text" class="form-control" id="server-field" placeholder=" " />
            <span class="input-clear" id="server-clear" aria-hidden="true">
              <svg fill="currentColor" viewBox="0 0 352 512"><path d="m242.72 256 100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.29 12.28-32.19 0-44.48z"/></svg>
            </span>
          </div>
        </div>

        <div class="form-group login-actions">
          <button class="pf-v5-c-button pf-m-primary login-button" id="login-button" type="submit">
            <span class="spinner"></span>
            <span id="login-button-text" class="button-text" translate="yes">Log in</span>
          </button>
          <a id="get-out-link" href="/" translate="yes">Cancel</a>
        </div>
      </form>
    </div>

    <div id="login-wait-validating" hidden="true">
      <span class="help-block" translate="yes">Validating authentication token</span>
      <span class="spinner col-xs-15"></span>
    </div>

    <div id="login-fatal" hidden="true">
      <div id="login-fatal-message"></div>
      <a id="login-again" class="pf-v5-c-button pf-m-primary" href="#" translate="yes" hidden="true">Try again</a>
    </div>
  </div>

  <div class="details" id="login-details" hidden="true">
    <p>
      <label class="control-label"><span translate="yes">Server</span>: <b id="server-name"></b></label>
    </p>
    <p id="login-note" class="login-note"></p>
  </div>

  <div class="container" id="recent-hosts" hidden="true">
    <h1 translate="yes">Recent hosts</h1>
    <div class="server-box" id="recent-hosts-list">
      <!-- Here show up recent hosts -->
    </div>
  </div>

  <script type="text/javascript">
    /* Hide everything classed as "noscript" */
    document.querySelectorAll('.noscript').forEach(function(element){
      element.hidden = true;
    });
  </script>
</body>
</html>


STDERR:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11803    0 11803    0     0  65209      0 --:--:-- --:--:-- --:--:-- 64851

TASK [Test - get certmonger tracking status] ***********************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:77
Saturday 05 October 2024  08:47:04 -0400 (0:00:00.702)       0:00:50.876 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getcert",
        "list",
        "--tracking-only",
        "-f",
        "/etc/pki/tls/certs/cockpit_cert.crt"
    ],
    "delta": "0:00:00.034248",
    "end": "2024-10-05 08:47:04.590552",
    "rc": 0,
    "start": "2024-10-05 08:47:04.556304"
}

STDOUT:

Number of certificates and requests being tracked: 1.
Request ID '20241005124700':
	status: MONITORING
	stuck: no
	key pair storage: type=FILE,location='/etc/pki/tls/private/cockpit_cert.key'
	certificate: type=FILE,location='/etc/pki/tls/certs/cockpit_cert.crt'
	CA: local
	issuer: CN=90ad1aeb-e5014052-b1d68fd8-d7e14f53,CN=Local Signing Authority
	subject: CN=localhost
	issued: 2024-10-05 08:47:01 EDT
	expires: 2025-10-05 08:47:00 EDT
	dns: localhost,www.example.com
	key usage: digitalSignature,keyEncipherment
	eku: id-kp-serverAuth,id-kp-clientAuth
	pre-save command: 
	post-save command: 
	track: yes
	auto-renew: yes

TASK [Test - ensure certificate generation succeeded] **************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:84
Saturday 05 October 2024  08:47:04 -0400 (0:00:00.404)       0:00:51.281 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Test - clean up tracked certificate] *************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:88
Saturday 05 October 2024  08:47:04 -0400 (0:00:00.066)       0:00:51.348 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getcert",
        "stop-tracking",
        "-f",
        "/etc/pki/tls/certs/cockpit_cert.crt"
    ],
    "delta": "0:00:00.028126",
    "end": "2024-10-05 08:47:05.071196",
    "rc": 0,
    "start": "2024-10-05 08:47:05.043070"
}

STDOUT:

Request "20241005124700" removed.

TASK [Test - clean up generated certificate] ***********************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:95
Saturday 05 October 2024  08:47:05 -0400 (0:00:00.411)       0:00:51.759 ****** 
changed: [managed-node3] => {
    "changed": true,
    "path": "/etc/pki/tls/certs/cockpit_cert.crt",
    "state": "absent"
}

TASK [Test - clean up generated private key] ***********************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:100
Saturday 05 October 2024  08:47:05 -0400 (0:00:00.368)       0:00:52.128 ****** 
changed: [managed-node3] => {
    "changed": true,
    "path": "/etc/pki/tls/private/cockpit_cert.key",
    "state": "absent"
}

TASK [Test - generic cleanup] **************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:105
Saturday 05 October 2024  08:47:05 -0400 (0:00:00.346)       0:00:52.475 ****** 
included: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed-node3

TASK [Cleanup - packages] ******************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Saturday 05 October 2024  08:47:05 -0400 (0:00:00.069)       0:00:52.544 ****** 
changed: [managed-node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: cockpit-bridge-323.1-1.el9.x86_64",
        "Removed: cockpit-system-323.1-1.el9.noarch",
        "Removed: cockpit-ws-323.1-1.el9.x86_64"
    ]
}

TASK [Cleanup - services] ******************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15
Saturday 05 October 2024  08:47:15 -0400 (0:00:10.054)       0:01:02.598 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__cockpit_is_ostree | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup - find certificates] *********************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25
Saturday 05 October 2024  08:47:16 -0400 (0:00:00.061)       0:01:02.660 ****** 
ok: [managed-node3] => {
    "changed": false,
    "examined": 2,
    "files": [
        {
            "atime": 1728132421.8960624,
            "ctime": 1728132421.8920622,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 306184430,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": true,
            "isreg": false,
            "issock": false,
            "isuid": false,
            "mode": "0777",
            "mtime": 1728132421.8920622,
            "nlink": 1,
            "path": "/etc/cockpit/ws-certs.d/50-system-role.crt",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 35,
            "uid": 0,
            "wgrp": true,
            "woth": true,
            "wusr": true,
            "xgrp": true,
            "xoth": true,
            "xusr": true
        },
        {
            "atime": 1728132422.2460659,
            "ctime": 1728132422.242066,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 306184431,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": true,
            "isreg": false,
            "issock": false,
            "isuid": false,
            "mode": "0777",
            "mtime": 1728132422.242066,
            "nlink": 1,
            "path": "/etc/cockpit/ws-certs.d/50-system-role.key",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 37,
            "uid": 0,
            "wgrp": true,
            "woth": true,
            "wusr": true,
            "xgrp": true,
            "xoth": true,
            "xusr": true
        }
    ],
    "matched": 2,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Cleanup - certificates] **************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35
Saturday 05 October 2024  08:47:16 -0400 (0:00:00.469)       0:01:03.130 ****** 
changed: [managed-node3] => (item={'path': '/etc/cockpit/ws-certs.d/50-system-role.crt', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 35, 'inode': 306184430, 'dev': 51713, 'nlink': 1, 'atime': 1728132421.8960624, 'mtime': 1728132421.8920622, 'ctime': 1728132421.8920622, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "atime": 1728132421.8960624,
        "ctime": 1728132421.8920622,
        "dev": 51713,
        "gid": 0,
        "gr_name": "root",
        "inode": 306184430,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": true,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mode": "0777",
        "mtime": 1728132421.8920622,
        "nlink": 1,
        "path": "/etc/cockpit/ws-certs.d/50-system-role.crt",
        "pw_name": "root",
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 35,
        "uid": 0,
        "wgrp": true,
        "woth": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    },
    "path": "/etc/cockpit/ws-certs.d/50-system-role.crt",
    "state": "absent"
}
changed: [managed-node3] => (item={'path': '/etc/cockpit/ws-certs.d/50-system-role.key', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 37, 'inode': 306184431, 'dev': 51713, 'nlink': 1, 'atime': 1728132422.2460659, 'mtime': 1728132422.242066, 'ctime': 1728132422.242066, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "atime": 1728132422.2460659,
        "ctime": 1728132422.242066,
        "dev": 51713,
        "gid": 0,
        "gr_name": "root",
        "inode": 306184431,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": true,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mode": "0777",
        "mtime": 1728132422.242066,
        "nlink": 1,
        "path": "/etc/cockpit/ws-certs.d/50-system-role.key",
        "pw_name": "root",
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 37,
        "uid": 0,
        "wgrp": true,
        "woth": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    },
    "path": "/etc/cockpit/ws-certs.d/50-system-role.key",
    "state": "absent"
}

TASK [Cleanup - config file] ***************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44
Saturday 05 October 2024  08:47:17 -0400 (0:00:00.706)       0:01:03.836 ****** 
ok: [managed-node3] => {
    "changed": false,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [Cleanup - port customization] ********************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52
Saturday 05 October 2024  08:47:17 -0400 (0:00:00.360)       0:01:04.197 ****** 
ok: [managed-node3] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [Cleanup - Reload systemd] ************************************************
task path: /tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60
Saturday 05 October 2024  08:47:17 -0400 (0:00:00.342)       0:01:04.540 ****** 
ok: [managed-node3] => {
    "changed": false,
    "name": null,
    "status": {}
}

PLAY RECAP *********************************************************************
managed-node3              : ok=56   changed=14   unreachable=0    failed=0    skipped=35   rescued=0    ignored=0   

Saturday 05 October 2024  08:47:18 -0400 (0:00:00.723)       0:01:05.264 ****** 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 29.78s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 
Cleanup - packages ----------------------------------------------------- 10.05s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.13s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.88s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
Gathering Facts --------------------------------------------------------- 2.68s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:2 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 1.28s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 
Collect installed package versions -------------------------------------- 1.18s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:55 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 1.02s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.91s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.86s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 
Cleanup - Reload systemd ------------------------------------------------ 0.72s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 
Cleanup - certificates -------------------------------------------------- 0.71s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35 
Test - cockpit works with TLS and expected certificate ------------------ 0.70s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:67 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.50s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 
Cleanup - find certificates --------------------------------------------- 0.47s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.45s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 
Get name of cockpit group for tests ------------------------------------- 0.45s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3 
fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.42s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 
Test - clean up tracked certificate ------------------------------------- 0.41s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:88 
Test - get certmonger tracking status ----------------------------------- 0.40s
/tmp/collections-WZZ/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_internal.yml:77