# STDOUT:
---v---v---v---v---v---
ansible-playbook [core 2.17.2]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.17/lib/python3.11/site-packages/ansible
  ansible collection location = /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection
  executable location = /opt/ansible-2.17/bin/ansible-playbook
  python version = 3.11.5 (main, Sep  7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.17/bin/python)
  jinja version = 3.1.4
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
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_purge_reset.yml ************************************************
1 plays in /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml

PLAY [Test purge and reset functionality] **************************************

TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:5
Wednesday 31 July 2024  00:42:07 +0000 (0:00:00.024)       0:00:00.024 ******** 
ok: [sut]

TASK [Check if system is ostree] ***********************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:14
Wednesday 31 July 2024  00:42:09 +0000 (0:00:02.490)       0:00:02.515 ******** 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:19
Wednesday 31 July 2024  00:42:09 +0000 (0:00:00.275)       0:00:02.791 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__logging_is_ostree": false
    },
    "changed": false
}

TASK [Ensure rsyslog is installed] *********************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:23
Wednesday 31 July 2024  00:42:09 +0000 (0:00:00.013)       0:00:02.804 ******** 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: libestr-0.1.11-9.fc40.x86_64",
        "Installed: libfastjson-1.2304.0-4.fc40.x86_64",
        "Installed: rsyslog-8.2312.0-1.fc40.x86_64",
        "Installed: logrotate-3.21.0-6.fc40.x86_64"
    ]
}

TASK [Create some unowned config files] ****************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:29
Wednesday 31 July 2024  00:42:13 +0000 (0:00:03.635)       0:00:06.440 ******** 
changed: [sut] => (item=/etc/rsyslog.d/unowned1.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "955ea50353a912dbfc521998b7bccd052cb36025",
    "dest": "/etc/rsyslog.d/unowned1.conf",
    "gid": 0,
    "group": "root",
    "item": "/etc/rsyslog.d/unowned1.conf",
    "md5sum": "bf351d9ebfd1b2cf439a6b96503e93e4",
    "mode": "0444",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 43,
    "src": "/root/.ansible/tmp/ansible-tmp-1722386533.6253119-16403-242921492451575/.source.conf",
    "state": "file",
    "uid": 0
}
changed: [sut] => (item=/etc/rsyslog.d/unowned2.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "1fcf3dc9a3c8f4f5d82b93e25d7011794c0a8d44",
    "dest": "/etc/rsyslog.d/unowned2.conf",
    "gid": 0,
    "group": "root",
    "item": "/etc/rsyslog.d/unowned2.conf",
    "md5sum": "4f6d68ea6732e391636ebeadd375415e",
    "mode": "0444",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 43,
    "src": "/root/.ansible/tmp/ansible-tmp-1722386534.2797997-16403-113919823965449/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [Modify /etc/rsyslog.conf] ************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:38
Wednesday 31 July 2024  00:42:14 +0000 (0:00:01.232)       0:00:07.672 ******** 
changed: [sut] => {
    "backup": "",
    "changed": true
}

MSG:

line added

TASK [Configure with basics + purge] *******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:45
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.277)       0:00:07.950 ******** 
included: fedora.linux_system_roles.logging for sut

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.025)       0:00:07.976 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_output_files": [
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.021)       0:00:07.997 ******** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.020)       0:00:08.018 ******** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "basic_input",
                "type": "basics"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.020)       0:00:08.038 ******** 
skipping: [sut] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.054 ******** 
skipping: [sut] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.020)       0:00:08.074 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.007)       0:00:08.082 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.027)       0:00:08.110 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.017)       0:00:08.127 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.144 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.017)       0:00:08.161 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.019)       0:00:08.180 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.197 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.017)       0:00:08.215 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.231 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.247 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.264 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.017)       0:00:08.281 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.297 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.313 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.330 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.346 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.362 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.024)       0:00:08.387 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.402 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.012)       0:00:08.415 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.012)       0:00:08.427 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.443 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.027)       0:00:08.470 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.017)       0:00:08.487 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.008)       0:00:08.496 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.007)       0:00:08.504 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.007)       0:00:08.511 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.006)       0:00:08.518 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.016)       0:00:08.535 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for sut

TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.027)       0:00:08.563 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.017)       0:00:08.580 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.017)       0:00:08.597 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.613 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.629 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.645 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.660 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.015)       0:00:08.676 ******** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.017)       0:00:08.694 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.013)       0:00:08.707 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.013)       0:00:08.721 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __logging_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.011)       0:00:08.732 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __logging_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.011)       0:00:08.744 ******** 
ok: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.025)       0:00:08.770 ******** 
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.038)       0:00:08.809 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Wednesday 31 July 2024  00:42:15 +0000 (0:00:00.039)       0:00:08.848 ******** 
skipping: [sut] => (item=iproute)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not (rsyslog_inputs and __rsyslog_enabled | bool)",
    "item": "iproute",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=rsyslog)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not (rsyslog_inputs and __rsyslog_enabled | bool)",
    "item": "rsyslog",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Wednesday 31 July 2024  00:42:16 +0000 (0:00:00.017)       0:00:08.866 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (rsyslog_inputs and __rsyslog_enabled | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Wednesday 31 July 2024  00:42:16 +0000 (0:00:00.012)       0:00:08.878 ******** 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Wednesday 31 July 2024  00:42:17 +0000 (0:00:01.425)       0:00:10.304 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Wednesday 31 July 2024  00:42:17 +0000 (0:00:00.010)       0:00:10.315 ******** 
ok: [sut] => {
    "ansible_facts": {
        "packages": {
            "ModemManager-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ModemManager-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.22.0"
                }
            ],
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "abattis-cantarell-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "abattis-cantarell-vf-fonts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "0.301"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.60.8.1"
                }
            ],
            "aspell-en": [
                {
                    "arch": "x86_64",
                    "epoch": 50,
                    "name": "aspell-en",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2020.12.07"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "26.fc40",
                    "source": "rpm",
                    "version": "0.8"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "20.fc40",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "beakerlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.31.2"
                }
            ],
            "beakerlib-redhat": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib-redhat",
                    "release": "35.fc40eng",
                    "source": "rpm",
                    "version": "1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.8.2"
                }
            ],
            "bluez": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bluez",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.77"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "btrfs-progs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "btrfs-progs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.8.1"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "18.fc40",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.28.1"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2023.2.62_v7.0.401"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "cloud-init": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-init",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "24.1.4"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "cmake-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cmake-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.28.2"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "createrepo_c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.3"
                }
            ],
            "createrepo_c-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.3"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.gitd287a42.fc40",
                    "source": "rpm",
                    "version": "20240510"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.gitd287a42.fc40",
                    "source": "rpm",
                    "version": "20240510"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.12"
                }
            ],
            "dhcp-client": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-client",
                    "release": "13.P1.fc40",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "13.P1.fc40",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "dnf-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "dosfstools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dosfstools",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "drpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "drpm",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.5.2"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "12.3.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "39"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "exfatprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "exfatprogs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.2.4"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "fedora-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-gpg-keys",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-common",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-identity-basic": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-identity-basic",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "16.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fwupd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "fwupd-efi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-efi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "fwupd-plugin-modem-manager": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-modem-manager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "fwupd-plugin-uefi-capsule-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-uefi-capsule-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "8.2.2"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.10"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "glib-networking": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib-networking",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.3"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-headers-x86": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "glibc-headers-x86",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.4"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gnutls-dane": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls-dane",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.80.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "63d04c2c",
                    "source": "rpm",
                    "version": "a15b79cc"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.23.2"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "46.fc40",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "75.fc40",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gsettings-desktop-schemas": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gsettings-desktop-schemas",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "46.1"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "guile30": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "guile30",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.0.7"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "20240117"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.13.1"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.4"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.9.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "643"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.7"
                }
            ],
            "libatasmart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatasmart",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.19"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libb2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libb2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "0.98.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libblockdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-crypto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-crypto",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-fs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-fs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-loop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-loop",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-mdraid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-mdraid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-nvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-nvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-part": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-part",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-swap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-swap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libbytesize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbytesize",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "51.20240517cvs.fc40",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevdev",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.13.2"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.2304.0"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libfsverity": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfsverity",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.10.3"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "libgudev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgudev",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "238"
                }
            ],
            "libgusb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgusb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.4.9"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libjcat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjcat",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libmbim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmbim",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.30.0"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "27.fc40",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "0.rc6.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.59.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.10.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.1"
                }
            ],
            "libnvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.5.5"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libqmi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqmi",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.34.0"
                }
            ],
            "libqrtr-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqrtr-glib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.17.15"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libsodium": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsodium",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.20"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.29"
                }
            ],
            "libsoup3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsoup3",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "1.rc3.fc40",
                    "source": "rpm",
                    "version": "1.3.4"
                }
            ],
            "libtool-ltdl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtool-ltdl",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "libudisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libudisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.12.8"
                }
            ],
            "libxmlb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxmlb",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.3.19"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.42"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.33"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.21.0"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.19"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "mdadm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdadm",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.1"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "nano": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nano",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "nano-default-editor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nano-default-editor",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "net-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "net-tools",
                    "release": "0.69.20160912git.fc40",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.9.1"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "0.rc6.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "24.fc40",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "ntfs-3g": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfs-3g-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.4.12"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "passim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "passim-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.188"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "505.fc40",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "15.fc40",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.43"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.57"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.52"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.16"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.89"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.28"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "protobuf-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "protobuf-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-pip-wheel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.48.2"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "5.1.0"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.31.0"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.18.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "python3-urllib3+socks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3+socks",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "36.fc40",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "4.rc3.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "8.2312.0"
                }
            ],
            "rtl-sdr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rtl-sdr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.6.0^20230921git1261fbb2"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.24"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.24"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.15.1"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.45.1"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.10"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "2.p5.fc40",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-networkd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-networkd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-resolved": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-resolved",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2021.11.0"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "23.fc40",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "udisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "unbound-anchor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-anchor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "63.fc40",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "volume_key-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "volume_key-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "0.3.12"
                }
            ],
            "wget2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-libs",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-wget",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "41.fc40",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "xxhash-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xxhash-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.8.2"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-devel",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "zchunk-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zchunk-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "40.fc40",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zlib-ng-compat-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zram-generator": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zram-generator",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ],
            "zram-generator-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "zram-generator-defaults",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Wednesday 31 July 2024  00:42:18 +0000 (0:00:01.049)       0:00:11.365 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2312.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Wednesday 31 July 2024  00:42:18 +0000 (0:00:00.025)       0:00:11.390 ******** 
skipping: [sut] => {
    "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Wednesday 31 July 2024  00:42:18 +0000 (0:00:00.023)       0:00:11.414 ******** 
ok: [sut] => {}

MSG:

Rsyslog_version is 8.2312.0, which is newer than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Wednesday 31 July 2024  00:42:18 +0000 (0:00:00.025)       0:00:11.439 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "rsyslog_in_image | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Wednesday 31 July 2024  00:42:18 +0000 (0:00:00.021)       0:00:11.460 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rsyslog.d",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Wednesday 31 July 2024  00:42:18 +0000 (0:00:00.334)       0:00:11.795 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Wednesday 31 July 2024  00:42:19 +0000 (0:00:00.274)       0:00:12.069 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/var/log",
    "secontext": "system_u:object_r:var_log_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Wednesday 31 July 2024  00:42:19 +0000 (0:00:00.249)       0:00:12.319 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            },
            {
                "name": "local-modules",
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ],
                "state": "absent",
                "type": "modules"
            },
            {
                "name": "common-defaults",
                "sections": [
                    {
                        "comment": "Log every message",
                        "options": "$RepeatedMsgReduction off"
                    }
                ],
                "type": "global"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Wednesday 31 July 2024  00:42:19 +0000 (0:00:00.059)       0:00:12.378 ******** 
changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
    "dest": "/etc/rsyslog.d/00-global.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 137,
    "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
    "state": "file",
    "uid": 0
}
skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
changed: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
    "dest": "/etc/rsyslog.d/05-common-defaults.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "md5sum": "67b8db030cbdc1a113a66f29287f3698",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 96,
    "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
    "state": "file",
    "uid": 0
}
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Wednesday 31 July 2024  00:42:20 +0000 (0:00:01.240)       0:00:13.619 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                                "content": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                                "content": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Wednesday 31 July 2024  00:42:20 +0000 (0:00:00.027)       0:00:13.646 ******** 
skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "not __rsyslog_enabled | bool",
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "not __rsyslog_enabled | bool",
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "not __rsyslog_enabled | bool",
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Wednesday 31 July 2024  00:42:20 +0000 (0:00:00.031)       0:00:13.678 ******** 
ok: [sut] => (item={'name': 'basic_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "name": "basic_input",
        "type": "basics"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Wednesday 31 July 2024  00:42:20 +0000 (0:00:00.029)       0:00:13.708 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for sut => (item={'name': 'basic_input', 'type': 'basics'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Wednesday 31 July 2024  00:42:20 +0000 (0:00:00.048)       0:00:13.757 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:20 +0000 (0:00:00.037)       0:00:13.794 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:20 +0000 (0:00:00.024)       0:00:13.818 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:20 +0000 (0:00:00.020)       0:00:13.839 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                                "content": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                                "content": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "results": [],
                "skipped": true,
                "skipped_reason": "No items in the list"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:21 +0000 (0:00:00.027)       0:00:13.866 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Wednesday 31 July 2024  00:42:21 +0000 (0:00:00.021)       0:00:13.888 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:21 +0000 (0:00:00.040)       0:00:13.928 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:21 +0000 (0:00:00.023)       0:00:13.951 ******** 
changed: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n       StateFile="/var/lib/rsyslog/imjournal.state"\n       RateLimit.Interval="600"\n       PersistStateInterval="10")\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call default_files\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
    "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-basics-basic_input",
        "sections": [
            {
                "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "md5sum": "74fd9f15909f73b22514456fc31f5de9",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 457,
    "src": "/root/.ansible/tmp/ansible-tmp-1722386541.2339692-16520-64096036964914/.source.conf",
    "state": "file",
    "uid": 0
}
Notification for handler Restart rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:21 +0000 (0:00:00.731)       0:00:14.683 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                                "content": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                                "content": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "results": [],
                "skipped": true,
                "skipped_reason": "No items in the list"
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-basic_input",
                            "sections": [
                                {
                                    "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386541.2339692-16520-64096036964914/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "74fd9f15909f73b22514456fc31f5de9",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 457,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386541.2339692-16520-64096036964914/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:21 +0000 (0:00:00.028)       0:00:14.712 ******** 
skipping: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n       StateFile="/var/lib/rsyslog/imjournal.state"\n       RateLimit.Interval="600"\n       PersistStateInterval="10")\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call default_files\n}\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "input-basics-basic_input",
        "sections": [
            {
                "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Wednesday 31 July 2024  00:42:21 +0000 (0:00:00.095)       0:00:14.807 ******** 
ok: [sut] => (item={'name': 'default_files', 'type': 'files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules",
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format",
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_files_output_packages": [],
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "name": "default_files",
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Wednesday 31 July 2024  00:42:21 +0000 (0:00:00.031)       0:00:14.838 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for sut => (item={'name': 'default_files', 'type': 'files'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Wednesday 31 July 2024  00:42:22 +0000 (0:00:00.044)       0:00:14.883 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:22 +0000 (0:00:00.038)       0:00:14.922 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:22 +0000 (0:00:00.025)       0:00:14.947 ******** 
changed: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "md5sum": "00018829068d32b3c654252fff4f6884",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 151,
    "src": "/root/.ansible/tmp/ansible-tmp-1722386542.146659-16537-10575569969431/.source.conf",
    "state": "file",
    "uid": 0
}
Notification for handler Restart rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:22 +0000 (0:00:00.625)       0:00:15.572 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                                "content": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                                "content": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "results": [],
                "skipped": true,
                "skipped_reason": "No items in the list"
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-basic_input",
                            "sections": [
                                {
                                    "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386541.2339692-16520-64096036964914/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "74fd9f15909f73b22514456fc31f5de9",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 457,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386541.2339692-16520-64096036964914/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386542.146659-16537-10575569969431/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "00018829068d32b3c654252fff4f6884",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386542.146659-16537-10575569969431/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:22 +0000 (0:00:00.032)       0:00:15.605 ******** 
skipping: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Wednesday 31 July 2024  00:42:22 +0000 (0:00:00.050)       0:00:15.656 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:22 +0000 (0:00:00.042)       0:00:15.698 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:22 +0000 (0:00:00.025)       0:00:15.724 ******** 
changed: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "md5sum": "59b5e3a49aa4019cfcb5072a139717e9",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 1148,
    "src": "/root/.ansible/tmp/ansible-tmp-1722386542.959533-16552-261315459944339/.source.conf",
    "state": "file",
    "uid": 0
}
Notification for handler Restart rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:23 +0000 (0:00:00.699)       0:00:16.423 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                                "content": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386539.5769832-16492-182673775430178/.source.conf",
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                                "content": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "67b8db030cbdc1a113a66f29287f3698",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386540.1871188-16492-73107386219789/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "results": [],
                "skipped": true,
                "skipped_reason": "No items in the list"
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-basic_input",
                            "sections": [
                                {
                                    "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386541.2339692-16520-64096036964914/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "74fd9f15909f73b22514456fc31f5de9",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 457,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386541.2339692-16520-64096036964914/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386542.146659-16537-10575569969431/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "00018829068d32b3c654252fff4f6884",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386542.146659-16537-10575569969431/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-default_files",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
                                "content": null,
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1722386542.959533-16552-261315459944339/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "59b5e3a49aa4019cfcb5072a139717e9",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 1148,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722386542.959533-16552-261315459944339/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:23 +0000 (0:00:00.035)       0:00:16.459 ******** 
skipping: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Wednesday 31 July 2024  00:42:23 +0000 (0:00:00.102)       0:00:16.561 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n",
    "delta": "0:00:00.072264",
    "end": "2024-07-31 00:42:24.067014",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-31 00:42:23.994750"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/90-input-basics-basic_input.conf
/etc/rsyslog.d/unowned1.conf
/etc/rsyslog.d/unowned2.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Wednesday 31 July 2024  00:42:24 +0000 (0:00:00.389)       0:00:16.950 ******** 
changed: [sut] => (item=/etc/rsyslog.d/unowned1.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/unowned1.conf",
    "path": "/etc/rsyslog.d/unowned1.conf",
    "state": "absent"
}
changed: [sut] => (item=/etc/rsyslog.d/unowned2.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/unowned2.conf",
    "path": "/etc/rsyslog.d/unowned2.conf",
    "state": "absent"
}
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Wednesday 31 July 2024  00:42:24 +0000 (0:00:00.523)       0:00:17.474 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Wednesday 31 July 2024  00:42:24 +0000 (0:00:00.025)       0:00:17.500 ******** 
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Wednesday 31 July 2024  00:42:24 +0000 (0:00:00.037)       0:00:17.537 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Wednesday 31 July 2024  00:42:24 +0000 (0:00:00.030)       0:00:17.568 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Wednesday 31 July 2024  00:42:24 +0000 (0:00:00.029)       0:00:17.598 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Wednesday 31 July 2024  00:42:24 +0000 (0:00:00.030)       0:00:17.628 ******** 
ok: [sut] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.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": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14725",
        "LimitNPROCSoft": "14725",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14725",
        "LimitSIGPENDINGSoft": "14725",
        "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": "3440635904",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Wednesday 31 July 2024  00:42:25 +0000 (0:00:00.597)       0:00:18.225 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Wednesday 31 July 2024  00:42:25 +0000 (0:00:00.022)       0:00:18.248 ******** 
skipping: [sut] => {
    "false_condition": "__rsyslog_failed_validation | d(false)"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Wednesday 31 July 2024  00:42:25 +0000 (0:00:00.022)       0:00:18.270 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_is_ostree | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Wednesday 31 July 2024  00:42:25 +0000 (0:00:00.023)       0:00:18.294 ******** 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1722386535.0712266,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5c89b51b9f319c055047d27bd62e5be966488638",
        "ctime": 1722386535.0712266,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 262340,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1707696000.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3248,
        "uid": 0,
        "version": "1460442206",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Wednesday 31 July 2024  00:42:25 +0000 (0:00:00.253)       0:00:18.547 ******** 
Notification for handler Restart rsyslogd has been saved.
changed: [sut] => {
    "changed": true,
    "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
    "dest": "/etc/rsyslog.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "06be1b21217661badf921ea6dcceb702",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 131,
    "src": "/root/.ansible/tmp/ansible-tmp-1722386545.7381804-16600-188698780956979/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [Force all notified handlers to run at this point, not waiting for normal sync points] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:57
Wednesday 31 July 2024  00:42:26 +0000 (0:00:00.637)       0:00:19.185 ******** 
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for sut
META: triggered running handlers for sut

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Wednesday 31 July 2024  00:42:26 +0000 (0:00:00.018)       0:00:19.203 ******** 
changed: [sut] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.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": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14725",
        "LimitNPROCSoft": "14725",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14725",
        "LimitSIGPENDINGSoft": "14725",
        "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": "3481686016",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [Ensure config file size and counts] **************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:60
Wednesday 31 July 2024  00:42:26 +0000 (0:00:00.441)       0:00:19.645 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml for sut

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:2
Wednesday 31 July 2024  00:42:26 +0000 (0:00:00.070)       0:00:19.715 ******** 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1722386546.7395122,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1722386546.2505004,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 262338,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1707696000.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "757189905",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Get file counts in /etc/rsyslog.d] ***************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:7
Wednesday 31 July 2024  00:42:27 +0000 (0:00:00.424)       0:00:20.140 ******** 
ok: [sut] => {
    "changed": false,
    "examined": 6,
    "files": [
        {
            "atime": 1722386546.7395122,
            "ctime": 1722386543.500433,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 262345,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722386543.2684274,
            "nlink": 1,
            "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 1148,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722386546.7405124,
            "ctime": 1722386540.0953496,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 262341,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722386539.8613439,
            "nlink": 1,
            "path": "/etc/rsyslog.d/00-global.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 137,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722386546.7405124,
            "ctime": 1722386540.7063646,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 262342,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722386540.4703588,
            "nlink": 1,
            "path": "/etc/rsyslog.d/05-common-defaults.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 96,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722386546.7405124,
            "ctime": 1722386542.6564124,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 262344,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722386542.4224067,
            "nlink": 1,
            "path": "/etc/rsyslog.d/10-output-files-modules.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 151,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722386546.7395122,
            "ctime": 1722386541.74139,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 262343,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722386541.5083842,
            "nlink": 1,
            "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 457,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722386546.7405124,
            "ctime": 1721812707.9511704,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 6742,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1713312000.0,
            "nlink": 1,
            "path": "/etc/rsyslog.d/21-cloudinit.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 255,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    ],
    "matched": 6,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:13
Wednesday 31 July 2024  00:42:27 +0000 (0:00:00.324)       0:00:20.465 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:18
Wednesday 31 July 2024  00:42:27 +0000 (0:00:00.021)       0:00:20.486 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__conf_size == \"more\"",
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:23
Wednesday 31 July 2024  00:42:27 +0000 (0:00:00.019)       0:00:20.506 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:27
Wednesday 31 July 2024  00:42:27 +0000 (0:00:00.020)       0:00:20.526 ******** 
ok: [sut] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "stat": {
        "atime": 1722386546.7395122,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
        "ctime": 1722386543.500433,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 262345,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722386543.2684274,
        "nlink": 1,
        "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 1148,
        "uid": 0,
        "version": "1493147161",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:35
Wednesday 31 July 2024  00:42:33 +0000 (0:00:05.780)       0:00:26.307 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__check_systemctl_status == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure previous test config files are removed] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:69
Wednesday 31 July 2024  00:42:33 +0000 (0:00:00.019)       0:00:26.326 ******** 
ok: [sut] => (item=/etc/rsyslog.d/unowned1.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/unowned1.conf",
    "stat": {
        "exists": false
    }
}
ok: [sut] => (item=/etc/rsyslog.d/unowned2.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/unowned2.conf",
    "stat": {
        "exists": false
    }
}

TASK [Check1 rsyslog config files] *********************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:78
Wednesday 31 July 2024  00:42:33 +0000 (0:00:00.441)       0:00:26.768 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "ls",
        "/etc/rsyslog.d"
    ],
    "delta": "0:00:00.003664",
    "end": "2024-07-31 00:42:34.134047",
    "rc": 0,
    "start": "2024-07-31 00:42:34.130383"
}

STDOUT:

00-global.conf
05-common-defaults.conf
10-output-files-modules.conf
21-cloudinit.conf
30-output-files-default_files.conf
90-input-basics-basic_input.conf

TASK [Check ports managed by firewall and selinux] *****************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:82
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.248)       0:00:27.017 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml for sut

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:3
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.034)       0:00:27.051 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:13
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.026)       0:00:27.077 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:22
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.020)       0:00:27.098 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:34
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.018)       0:00:27.117 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:44
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.020)       0:00:27.138 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Configure with basics + purge again - check for idempotency] *************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:85
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.018)       0:00:27.157 ******** 
included: fedora.linux_system_roles.logging for sut

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.084)       0:00:27.241 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_output_files": [
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.032)       0:00:27.274 ******** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.031)       0:00:27.305 ******** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "basic_input",
                "type": "basics"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.029)       0:00:27.335 ******** 
skipping: [sut] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.031)       0:00:27.366 ******** 
skipping: [sut] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.029)       0:00:27.395 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.017)       0:00:27.413 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.044)       0:00:27.457 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.027)       0:00:27.485 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.026)       0:00:27.511 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.028)       0:00:27.540 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.026)       0:00:27.566 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.025)       0:00:27.592 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.026)       0:00:27.619 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.024)       0:00:27.643 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.027)       0:00:27.671 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.025)       0:00:27.696 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.024)       0:00:27.721 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.067)       0:00:27.788 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.026)       0:00:27.815 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Wednesday 31 July 2024  00:42:34 +0000 (0:00:00.026)       0:00:27.841 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.025)       0:00:27.867 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.027)       0:00:27.895 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.043)       0:00:27.939 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.025)       0:00:27.964 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.022)       0:00:27.987 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.024)       0:00:28.011 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.028)       0:00:28.040 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.050)       0:00:28.090 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.026)       0:00:28.116 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.018)       0:00:28.135 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.019)       0:00:28.154 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.018)       0:00:28.172 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.019)       0:00:28.192 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.025)       0:00:28.218 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for sut

TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.084)       0:00:28.302 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.027)       0:00:28.330 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.026)       0:00:28.356 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.025)       0:00:28.381 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.026)       0:00:28.408 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.026)       0:00:28.434 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.028)       0:00:28.462 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.026)       0:00:28.489 ******** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.032)       0:00:28.522 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.033)       0:00:28.555 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.028)       0:00:28.583 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __logging_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.021)       0:00:28.605 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __logging_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.022)       0:00:28.627 ******** 
ok: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.043)       0:00:28.671 ******** 
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.051)       0:00:28.722 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.096)       0:00:28.819 ******** 
skipping: [sut] => (item=iproute)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not (rsyslog_inputs and __rsyslog_enabled | bool)",
    "item": "iproute",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=rsyslog)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not (rsyslog_inputs and __rsyslog_enabled | bool)",
    "item": "rsyslog",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Wednesday 31 July 2024  00:42:35 +0000 (0:00:00.028)       0:00:28.847 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not (rsyslog_inputs and __rsyslog_enabled | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Wednesday 31 July 2024  00:42:36 +0000 (0:00:00.023)       0:00:28.871 ******** 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Wednesday 31 July 2024  00:42:37 +0000 (0:00:01.432)       0:00:30.304 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Wednesday 31 July 2024  00:42:37 +0000 (0:00:00.022)       0:00:30.326 ******** 
ok: [sut] => {
    "ansible_facts": {
        "packages": {
            "ModemManager-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ModemManager-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.22.0"
                }
            ],
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "abattis-cantarell-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "abattis-cantarell-vf-fonts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "0.301"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.60.8.1"
                }
            ],
            "aspell-en": [
                {
                    "arch": "x86_64",
                    "epoch": 50,
                    "name": "aspell-en",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2020.12.07"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "26.fc40",
                    "source": "rpm",
                    "version": "0.8"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "20.fc40",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "beakerlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.31.2"
                }
            ],
            "beakerlib-redhat": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib-redhat",
                    "release": "35.fc40eng",
                    "source": "rpm",
                    "version": "1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.8.2"
                }
            ],
            "bluez": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bluez",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.77"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "btrfs-progs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "btrfs-progs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.8.1"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "18.fc40",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.28.1"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2023.2.62_v7.0.401"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "cloud-init": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-init",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "24.1.4"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "cmake-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cmake-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.28.2"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "createrepo_c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.3"
                }
            ],
            "createrepo_c-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.3"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.gitd287a42.fc40",
                    "source": "rpm",
                    "version": "20240510"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.gitd287a42.fc40",
                    "source": "rpm",
                    "version": "20240510"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.12"
                }
            ],
            "dhcp-client": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-client",
                    "release": "13.P1.fc40",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "13.P1.fc40",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "dnf-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "dosfstools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dosfstools",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "drpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "drpm",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.5.2"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "12.3.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "39"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "exfatprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "exfatprogs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.2.4"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "fedora-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-gpg-keys",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-common",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-identity-basic": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-identity-basic",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "16.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fwupd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "fwupd-efi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-efi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "fwupd-plugin-modem-manager": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-modem-manager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "fwupd-plugin-uefi-capsule-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-uefi-capsule-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "8.2.2"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.10"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "glib-networking": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib-networking",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.3"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-headers-x86": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "glibc-headers-x86",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.4"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gnutls-dane": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls-dane",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.80.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "63d04c2c",
                    "source": "rpm",
                    "version": "a15b79cc"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.23.2"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "46.fc40",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "75.fc40",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gsettings-desktop-schemas": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gsettings-desktop-schemas",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "46.1"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "guile30": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "guile30",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.0.7"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "20240117"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.13.1"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.4"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.9.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "643"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.7"
                }
            ],
            "libatasmart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatasmart",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.19"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libb2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libb2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "0.98.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libblockdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-crypto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-crypto",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-fs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-fs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-loop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-loop",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-mdraid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-mdraid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-nvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-nvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-part": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-part",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-swap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-swap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libbytesize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbytesize",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "51.20240517cvs.fc40",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevdev",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.13.2"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.2304.0"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libfsverity": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfsverity",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.10.3"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "libgudev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgudev",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "238"
                }
            ],
            "libgusb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgusb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.4.9"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libjcat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjcat",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libmbim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmbim",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.30.0"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "27.fc40",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "0.rc6.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.59.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.10.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.1"
                }
            ],
            "libnvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.5.5"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libqmi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqmi",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.34.0"
                }
            ],
            "libqrtr-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqrtr-glib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.17.15"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libsodium": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsodium",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.20"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.29"
                }
            ],
            "libsoup3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsoup3",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "1.rc3.fc40",
                    "source": "rpm",
                    "version": "1.3.4"
                }
            ],
            "libtool-ltdl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtool-ltdl",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "libudisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libudisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.12.8"
                }
            ],
            "libxmlb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxmlb",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.3.19"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.42"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.33"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.21.0"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.19"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "mdadm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdadm",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.1"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "nano": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nano",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "nano-default-editor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nano-default-editor",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "net-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "net-tools",
                    "release": "0.69.20160912git.fc40",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.9.1"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "0.rc6.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "24.fc40",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "ntfs-3g": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfs-3g-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.4.12"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "passim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "passim-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.188"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "505.fc40",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "15.fc40",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.43"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.57"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.52"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.16"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.89"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.28"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "protobuf-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "protobuf-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-pip-wheel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.48.2"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "5.1.0"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.31.0"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.18.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "python3-urllib3+socks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3+socks",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "36.fc40",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "4.rc3.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "8.2312.0"
                }
            ],
            "rtl-sdr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rtl-sdr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.6.0^20230921git1261fbb2"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.24"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.24"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.15.1"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.45.1"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.10"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "2.p5.fc40",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-networkd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-networkd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-resolved": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-resolved",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2021.11.0"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "23.fc40",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "udisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "unbound-anchor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-anchor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "63.fc40",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "volume_key-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "volume_key-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "0.3.12"
                }
            ],
            "wget2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-libs",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-wget",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "41.fc40",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "xxhash-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xxhash-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.8.2"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-devel",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "zchunk-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zchunk-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "40.fc40",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zlib-ng-compat-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zram-generator": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zram-generator",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ],
            "zram-generator-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "zram-generator-defaults",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Wednesday 31 July 2024  00:42:38 +0000 (0:00:00.815)       0:00:31.142 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2312.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Wednesday 31 July 2024  00:42:38 +0000 (0:00:00.029)       0:00:31.171 ******** 
skipping: [sut] => {
    "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Wednesday 31 July 2024  00:42:38 +0000 (0:00:00.022)       0:00:31.193 ******** 
ok: [sut] => {}

MSG:

Rsyslog_version is 8.2312.0, which is newer than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Wednesday 31 July 2024  00:42:38 +0000 (0:00:00.029)       0:00:31.222 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "rsyslog_in_image | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Wednesday 31 July 2024  00:42:38 +0000 (0:00:00.025)       0:00:31.247 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rsyslog.d",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Wednesday 31 July 2024  00:42:38 +0000 (0:00:00.250)       0:00:31.498 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Wednesday 31 July 2024  00:42:38 +0000 (0:00:00.253)       0:00:31.751 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/var/log",
    "secontext": "system_u:object_r:var_log_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Wednesday 31 July 2024  00:42:39 +0000 (0:00:00.254)       0:00:32.006 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            },
            {
                "name": "local-modules",
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ],
                "state": "absent",
                "type": "modules"
            },
            {
                "name": "common-defaults",
                "sections": [
                    {
                        "comment": "Log every message",
                        "options": "$RepeatedMsgReduction off"
                    }
                ],
                "type": "global"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Wednesday 31 July 2024  00:42:39 +0000 (0:00:00.111)       0:00:32.118 ******** 
ok: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
    "dest": "/etc/rsyslog.d/00-global.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.d/00-global.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 137,
    "state": "file",
    "uid": 0
}
skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
    "dest": "/etc/rsyslog.d/05-common-defaults.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.d/05-common-defaults.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 96,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Wednesday 31 July 2024  00:42:40 +0000 (0:00:01.135)       0:00:33.254 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/00-global.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/00-global.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/05-common-defaults.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/05-common-defaults.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.100)       0:00:33.355 ******** 
skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "not __rsyslog_enabled | bool",
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "not __rsyslog_enabled | bool",
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "not __rsyslog_enabled | bool",
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.032)       0:00:33.387 ******** 
ok: [sut] => (item={'name': 'basic_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "name": "basic_input",
        "type": "basics"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.029)       0:00:33.416 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for sut => (item={'name': 'basic_input', 'type': 'basics'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.049)       0:00:33.465 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.039)       0:00:33.505 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.025)       0:00:33.530 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.021)       0:00:33.552 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/00-global.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/00-global.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/05-common-defaults.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/05-common-defaults.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "results": [],
                "skipped": true,
                "skipped_reason": "No items in the list"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.028)       0:00:33.580 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.022)       0:00:33.603 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.041)       0:00:33.645 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:40 +0000 (0:00:00.025)       0:00:33.670 ******** 
ok: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n       StateFile="/var/lib/rsyslog/imjournal.state"\n       RateLimit.Interval="600"\n       PersistStateInterval="10")\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call default_files\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
    "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-basics-basic_input",
        "sections": [
            {
                "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 457,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:41 +0000 (0:00:00.671)       0:00:34.341 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/00-global.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/00-global.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/05-common-defaults.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/05-common-defaults.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "results": [],
                "skipped": true,
                "skipped_reason": "No items in the list"
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-basic_input",
                            "sections": [
                                {
                                    "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 457,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:41 +0000 (0:00:00.031)       0:00:34.372 ******** 
skipping: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n       StateFile="/var/lib/rsyslog/imjournal.state"\n       RateLimit.Interval="600"\n       PersistStateInterval="10")\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call default_files\n}\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "input-basics-basic_input",
        "sections": [
            {
                "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Wednesday 31 July 2024  00:42:41 +0000 (0:00:00.121)       0:00:34.494 ******** 
ok: [sut] => (item={'name': 'default_files', 'type': 'files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules",
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format",
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_files_output_packages": [],
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "name": "default_files",
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Wednesday 31 July 2024  00:42:41 +0000 (0:00:00.029)       0:00:34.523 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for sut => (item={'name': 'default_files', 'type': 'files'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Wednesday 31 July 2024  00:42:41 +0000 (0:00:00.080)       0:00:34.604 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:41 +0000 (0:00:00.037)       0:00:34.641 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:41 +0000 (0:00:00.026)       0:00:34.668 ******** 
ok: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.d/10-output-files-modules.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 151,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:42 +0000 (0:00:00.578)       0:00:35.246 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/00-global.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/00-global.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/05-common-defaults.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/05-common-defaults.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "results": [],
                "skipped": true,
                "skipped_reason": "No items in the list"
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-basic_input",
                            "sections": [
                                {
                                    "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 457,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:42 +0000 (0:00:00.031)       0:00:35.278 ******** 
skipping: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Wednesday 31 July 2024  00:42:42 +0000 (0:00:00.030)       0:00:35.308 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:42 +0000 (0:00:00.040)       0:00:35.349 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:42 +0000 (0:00:00.025)       0:00:35.374 ******** 
ok: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 1148,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.613)       0:00:35.988 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/00-global.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/00-global.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/00-global.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/00-global.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 137,
                        "state": "file",
                        "uid": 0
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "cd87491589393ab4a5f556a614493c4c27a80733",
                        "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/05-common-defaults.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/05-common-defaults.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/05-common-defaults.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/05-common-defaults.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 96,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "results": [],
                "skipped": true,
                "skipped_reason": "No items in the list"
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "1a7e7ada3cd9b7d3edad1d34a7e1f5b94973c7a8",
                        "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-basic_input",
                            "sections": [
                                {
                                    "options": "module(load=\"imuxsock\"    # provides support for local system logging (e.g. via logger command)\n       SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n       StateFile=\"/var/lib/rsyslog/imjournal.state\"\n       RateLimit.Interval=\"600\"\n       PersistStateInterval=\"10\")\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call default_files\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 457,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-default_files",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 1148,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.034)       0:00:36.022 ******** 
skipping: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.068)       0:00:36.091 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n",
    "delta": "0:00:00.056500",
    "end": "2024-07-31 00:42:43.502363",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-31 00:42:43.445863"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/90-input-basics-basic_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.297)       0:00:36.388 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.030)       0:00:36.418 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.036)       0:00:36.454 ******** 
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.049)       0:00:36.504 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.031)       0:00:36.535 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.068)       0:00:36.604 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Wednesday 31 July 2024  00:42:43 +0000 (0:00:00.032)       0:00:36.637 ******** 
ok: [sut] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "ActiveEnterTimestampMonotonic": "456807883",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "AssertTimestampMonotonic": "456794639",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "384553000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "ConditionTimestampMonotonic": "456794635",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "6693",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "6585",
        "ExecMainStartTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "ExecMainStartTimestampMonotonic": "456799128",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Wed 2024-07-31 00:42:26 UTC] ; stop_time=[n/a] ; pid=6585 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Wed 2024-07-31 00:42:26 UTC] ; stop_time=[n/a] ; pid=6585 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "InactiveExitTimestampMonotonic": "456799522",
        "InvocationID": "92b8b0ced004457b8c3b5898559e8206",
        "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": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14725",
        "LimitNPROCSoft": "14725",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14725",
        "LimitSIGPENDINGSoft": "14725",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "6585",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3445768192",
        "MemoryCurrent": "33132544",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33648640",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "StateChangeTimestampMonotonic": "456807883",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Wednesday 31 July 2024  00:42:44 +0000 (0:00:00.424)       0:00:37.062 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Wednesday 31 July 2024  00:42:44 +0000 (0:00:00.025)       0:00:37.087 ******** 
skipping: [sut] => {
    "false_condition": "__rsyslog_failed_validation | d(false)"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Wednesday 31 July 2024  00:42:44 +0000 (0:00:00.024)       0:00:37.112 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_is_ostree | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Wednesday 31 July 2024  00:42:44 +0000 (0:00:00.029)       0:00:37.141 ******** 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1722386546.7395122,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1722386546.2505004,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 262338,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1707696000.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "757189905",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Wednesday 31 July 2024  00:42:44 +0000 (0:00:00.261)       0:00:37.403 ******** 
ok: [sut] => {
    "changed": false,
    "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
    "dest": "/etc/rsyslog.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 131,
    "state": "file",
    "uid": 0
}

TASK [Check11 rsyslog config files] ********************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:95
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.606)       0:00:38.009 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "ls",
        "/etc/rsyslog.d"
    ],
    "delta": "0:00:00.003777",
    "end": "2024-07-31 00:42:45.359197",
    "rc": 0,
    "start": "2024-07-31 00:42:45.355420"
}

STDOUT:

00-global.conf
05-common-defaults.conf
10-output-files-modules.conf
21-cloudinit.conf
30-output-files-default_files.conf
90-input-basics-basic_input.conf

TASK [Check ports managed by firewall and selinux] *****************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:99
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.235)       0:00:38.245 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml for sut

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:3
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.045)       0:00:38.290 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:13
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.026)       0:00:38.317 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:22
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.016)       0:00:38.333 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:34
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.017)       0:00:38.351 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:44
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.023)       0:00:38.374 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Run again with purge to erase all config] ********************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:102
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.016)       0:00:38.390 ******** 
included: fedora.linux_system_roles.logging for sut

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.102)       0:00:38.492 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_inputs | d([])",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.029)       0:00:38.522 ******** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.031)       0:00:38.554 ******** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.031)       0:00:38.585 ******** 
skipping: [sut] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.025)       0:00:38.611 ******** 
skipping: [sut] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.029)       0:00:38.641 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.016)       0:00:38.657 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.045)       0:00:38.703 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.029)       0:00:38.732 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.028)       0:00:38.761 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.028)       0:00:38.789 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.033)       0:00:38.823 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Wednesday 31 July 2024  00:42:45 +0000 (0:00:00.027)       0:00:38.850 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.030)       0:00:38.880 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.028)       0:00:38.908 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.028)       0:00:38.937 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.070)       0:00:39.007 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.033)       0:00:39.041 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.036)       0:00:39.077 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.025)       0:00:39.103 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.028)       0:00:39.132 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.027)       0:00:39.159 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.029)       0:00:39.189 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.053)       0:00:39.242 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.028)       0:00:39.271 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.025)       0:00:39.296 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.022)       0:00:39.318 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.026)       0:00:39.345 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.044)       0:00:39.389 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.025)       0:00:39.414 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.016)       0:00:39.431 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.016)       0:00:39.448 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.016)       0:00:39.464 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.057)       0:00:39.522 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.025)       0:00:39.547 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for sut

TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.045)       0:00:39.593 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.025)       0:00:39.619 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.026)       0:00:39.645 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.025)       0:00:39.671 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.027)       0:00:39.699 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.026)       0:00:39.725 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.026)       0:00:39.752 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.028)       0:00:39.780 ******** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.037)       0:00:39.817 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Wednesday 31 July 2024  00:42:46 +0000 (0:00:00.032)       0:00:39.850 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Wednesday 31 July 2024  00:42:47 +0000 (0:00:00.031)       0:00:39.882 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __logging_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Wednesday 31 July 2024  00:42:47 +0000 (0:00:00.024)       0:00:39.906 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __logging_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Wednesday 31 July 2024  00:42:47 +0000 (0:00:00.024)       0:00:39.931 ******** 
ok: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Wednesday 31 July 2024  00:42:47 +0000 (0:00:00.050)       0:00:39.981 ******** 
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Wednesday 31 July 2024  00:42:47 +0000 (0:00:00.141)       0:00:40.123 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Wednesday 31 July 2024  00:42:47 +0000 (0:00:00.063)       0:00:40.186 ******** 
ok: [sut] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.074105",
    "end": "2024-07-31 00:42:47.625147",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-07-31 00:42:47.551042"
}
ok: [sut] => (item=rsyslog) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "rsyslog"
    ],
    "delta": "0:00:00.042017",
    "end": "2024-07-31 00:42:47.888303",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 1,
    "start": "2024-07-31 00:42:47.846286"
}

STDOUT:

S.5......  c /etc/rsyslog.conf


MSG:

non-zero return code

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Wednesday 31 July 2024  00:42:47 +0000 (0:00:00.588)       0:00:40.775 ******** 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: dhcp-client-12:4.4.3-13.P1.fc40.x86_64",
        "Removed: rsyslog-8.2312.0-1.fc40.x86_64",
        "Removed: iproute-6.7.0-2.fc40.x86_64",
        "Removed: cloud-init-24.1.4-2.fc40.noarch",
        "Removed: beakerlib-1.31.2-1.fc40.noarch",
        "Removed: beakerlib-redhat-1-35.fc40eng.noarch"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Wednesday 31 July 2024  00:42:50 +0000 (0:00:03.020)       0:00:43.795 ******** 
changed: [sut] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: iproute-6.7.0-2.fc40.x86_64",
        "Installed: rsyslog-8.2312.0-1.fc40.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Wednesday 31 July 2024  00:42:54 +0000 (0:00:03.560)       0:00:47.356 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Wednesday 31 July 2024  00:42:54 +0000 (0:00:00.020)       0:00:47.377 ******** 
ok: [sut] => {
    "ansible_facts": {
        "packages": {
            "ModemManager-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ModemManager-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.22.0"
                }
            ],
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "abattis-cantarell-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "abattis-cantarell-vf-fonts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "0.301"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.60.8.1"
                }
            ],
            "aspell-en": [
                {
                    "arch": "x86_64",
                    "epoch": 50,
                    "name": "aspell-en",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2020.12.07"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "26.fc40",
                    "source": "rpm",
                    "version": "0.8"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "20.fc40",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.8.2"
                }
            ],
            "bluez": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bluez",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.77"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "btrfs-progs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "btrfs-progs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.8.1"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "18.fc40",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.28.1"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2023.2.62_v7.0.401"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "cmake-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cmake-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.28.2"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "createrepo_c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.3"
                }
            ],
            "createrepo_c-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.3"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.gitd287a42.fc40",
                    "source": "rpm",
                    "version": "20240510"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.gitd287a42.fc40",
                    "source": "rpm",
                    "version": "20240510"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.12"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "13.P1.fc40",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "dnf-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "dosfstools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dosfstools",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "drpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "drpm",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.5.2"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "12.3.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "39"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "exfatprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "exfatprogs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.2.4"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "fedora-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-gpg-keys",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-common",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-identity-basic": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-identity-basic",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "16.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fwupd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "fwupd-efi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-efi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "fwupd-plugin-modem-manager": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-modem-manager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "fwupd-plugin-uefi-capsule-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-uefi-capsule-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "8.2.2"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.10"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "glib-networking": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib-networking",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.3"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-headers-x86": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "glibc-headers-x86",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.4"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gnutls-dane": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls-dane",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.80.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "63d04c2c",
                    "source": "rpm",
                    "version": "a15b79cc"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.23.2"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "46.fc40",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "75.fc40",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gsettings-desktop-schemas": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gsettings-desktop-schemas",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "46.1"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "guile30": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "guile30",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.0.7"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "20240117"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.13.1"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.4"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.9.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "643"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.7"
                }
            ],
            "libatasmart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatasmart",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.19"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libb2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libb2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "0.98.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libblockdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-crypto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-crypto",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-fs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-fs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-loop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-loop",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-mdraid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-mdraid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-nvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-nvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-part": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-part",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-swap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-swap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libbytesize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbytesize",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "51.20240517cvs.fc40",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevdev",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.13.2"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.2304.0"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libfsverity": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfsverity",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.10.3"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "libgudev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgudev",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "238"
                }
            ],
            "libgusb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgusb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.4.9"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libjcat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjcat",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libmbim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmbim",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.30.0"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "27.fc40",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "0.rc6.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.59.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.10.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.1"
                }
            ],
            "libnvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.5.5"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libqmi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqmi",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.34.0"
                }
            ],
            "libqrtr-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqrtr-glib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.17.15"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libsodium": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsodium",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.20"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.29"
                }
            ],
            "libsoup3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsoup3",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "1.rc3.fc40",
                    "source": "rpm",
                    "version": "1.3.4"
                }
            ],
            "libtool-ltdl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtool-ltdl",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "libudisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libudisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.12.8"
                }
            ],
            "libxmlb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxmlb",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.3.19"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.42"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.33"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.21.0"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.19"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "mdadm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdadm",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.1"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "nano": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nano",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "nano-default-editor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nano-default-editor",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "net-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "net-tools",
                    "release": "0.69.20160912git.fc40",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.9.1"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "0.rc6.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "24.fc40",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "ntfs-3g": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfs-3g-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.4.12"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "passim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "passim-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.188"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "505.fc40",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "15.fc40",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.43"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.57"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.52"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.16"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.89"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.28"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "protobuf-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "protobuf-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-pip-wheel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.48.2"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "5.1.0"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.31.0"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.18.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "python3-urllib3+socks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3+socks",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "36.fc40",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "4.rc3.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "8.2312.0"
                }
            ],
            "rtl-sdr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rtl-sdr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.6.0^20230921git1261fbb2"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.24"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.24"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.15.1"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.45.1"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.10"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "2.p5.fc40",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-networkd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-networkd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-resolved": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-resolved",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2021.11.0"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "23.fc40",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "udisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "unbound-anchor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-anchor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "63.fc40",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "volume_key-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "volume_key-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "0.3.12"
                }
            ],
            "wget2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-libs",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-wget",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "41.fc40",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "xxhash-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xxhash-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.8.2"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-devel",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "zchunk-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zchunk-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "40.fc40",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zlib-ng-compat-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zram-generator": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zram-generator",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ],
            "zram-generator-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "zram-generator-defaults",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Wednesday 31 July 2024  00:42:55 +0000 (0:00:00.817)       0:00:48.195 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2312.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Wednesday 31 July 2024  00:42:55 +0000 (0:00:00.025)       0:00:48.220 ******** 
skipping: [sut] => {
    "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Wednesday 31 July 2024  00:42:55 +0000 (0:00:00.022)       0:00:48.242 ******** 
ok: [sut] => {}

MSG:

Rsyslog_version is 8.2312.0, which is newer than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Wednesday 31 July 2024  00:42:55 +0000 (0:00:00.024)       0:00:48.267 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "rsyslog_in_image | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Wednesday 31 July 2024  00:42:55 +0000 (0:00:00.023)       0:00:48.291 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rsyslog.d",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Wednesday 31 July 2024  00:42:55 +0000 (0:00:00.247)       0:00:48.539 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Wednesday 31 July 2024  00:42:55 +0000 (0:00:00.251)       0:00:48.790 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/var/log",
    "secontext": "system_u:object_r:var_log_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Wednesday 31 July 2024  00:42:56 +0000 (0:00:00.295)       0:00:49.085 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            },
            {
                "name": "local-modules",
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ],
                "state": "absent",
                "type": "modules"
            },
            {
                "name": "common-defaults",
                "sections": [
                    {
                        "comment": "Log every message",
                        "options": "$RepeatedMsgReduction off"
                    }
                ],
                "type": "global"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Wednesday 31 July 2024  00:42:56 +0000 (0:00:00.072)       0:00:49.158 ******** 
skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Wednesday 31 July 2024  00:42:56 +0000 (0:00:00.038)       0:00:49.197 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Wednesday 31 July 2024  00:42:56 +0000 (0:00:00.028)       0:00:49.225 ******** 
changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "path": "/etc/rsyslog.d/00-global.conf",
    "state": "absent"
}
ok: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "path": "/etc/rsyslog.d/10-local-modules.conf",
    "state": "absent"
}
changed: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "path": "/etc/rsyslog.d/05-common-defaults.conf",
    "state": "absent"
}
Notification for handler Stop rsyslogd has been saved.
Notification for handler Stop rsyslogd has been saved.
Notification for handler Stop rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.732)       0:00:49.958 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.024)       0:00:49.982 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.029)       0:00:50.012 ******** 
ok: [sut] => (item={'name': 'default_files', 'type': 'files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules",
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format",
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_files_output_packages": [],
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "name": "default_files",
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.035)       0:00:50.048 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for sut => (item={'name': 'default_files', 'type': 'files'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.049)       0:00:50.097 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.052)       0:00:50.150 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.031)       0:00:50.181 ******** 
skipping: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.032)       0:00:50.214 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            },
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.032)       0:00:50.247 ******** 
changed: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "path": "/etc/rsyslog.d/10-output-files-modules.conf",
    "state": "absent"
}
Notification for handler Restart rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.289)       0:00:50.536 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.041)       0:00:50.577 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.039)       0:00:50.616 ******** 
skipping: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.160)       0:00:50.777 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            },
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            },
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "output-files-default_files",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:42:57 +0000 (0:00:00.029)       0:00:50.807 ******** 
changed: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "state": "absent"
}
Notification for handler Restart rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.302)       0:00:51.109 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n",
    "delta": "0:00:00.013419",
    "end": "2024-07-31 00:42:58.473141",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-31 00:42:58.459722"
}

STDOUT:

/etc/rsyslog.d/90-input-basics-basic_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.249)       0:00:51.359 ******** 
changed: [sut] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
    "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf",
    "state": "absent"
}
Notification for handler Stop rsyslogd has been saved.

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.256)       0:00:51.616 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.027)       0:00:51.644 ******** 
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.033)       0:00:51.677 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.023)       0:00:51.701 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.022)       0:00:51.723 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.025)       0:00:51.749 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Wednesday 31 July 2024  00:42:58 +0000 (0:00:00.024)       0:00:51.773 ******** 
changed: [sut] => {
    "changed": true,
    "enabled": false,
    "name": "rsyslog.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "ActiveEnterTimestampMonotonic": "456807883",
        "ActiveExitTimestamp": "Wed 2024-07-31 00:42:49 UTC",
        "ActiveExitTimestampMonotonic": "479965391",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "AssertTimestampMonotonic": "456794639",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "394278000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "ConditionTimestampMonotonic": "456794635",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Wed 2024-07-31 00:42:50 UTC",
        "ExecMainExitTimestampMonotonic": "480329892",
        "ExecMainPID": "6585",
        "ExecMainStartTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "ExecMainStartTimestampMonotonic": "456799128",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2024-07-31 00:42:50 UTC",
        "InactiveEnterTimestampMonotonic": "480330110",
        "InactiveExitTimestamp": "Wed 2024-07-31 00:42:26 UTC",
        "InactiveExitTimestampMonotonic": "456799522",
        "InvocationID": "92b8b0ced004457b8c3b5898559e8206",
        "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": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14725",
        "LimitNPROCSoft": "14725",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14725",
        "LimitSIGPENDINGSoft": "14725",
        "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": "3521277952",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "33648640",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Wed 2024-07-31 00:42:50 UTC",
        "StateChangeTimestampMonotonic": "480330110",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Wednesday 31 July 2024  00:42:59 +0000 (0:00:00.685)       0:00:52.459 ******** 
skipping: [sut] => {
    "false_condition": "__rsyslog_failed_validation | d(false)"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Wednesday 31 July 2024  00:42:59 +0000 (0:00:00.023)       0:00:52.483 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_generate_conf | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Wednesday 31 July 2024  00:42:59 +0000 (0:00:00.028)       0:00:52.511 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_generate_conf | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Wednesday 31 July 2024  00:42:59 +0000 (0:00:00.029)       0:00:52.540 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_generate_conf | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure config file size and counts] **************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:113
Wednesday 31 July 2024  00:42:59 +0000 (0:00:00.043)       0:00:52.584 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml for sut

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:2
Wednesday 31 July 2024  00:42:59 +0000 (0:00:00.083)       0:00:52.668 ******** 
ok: [sut] => {
    "changed": false,
    "stat": {
        "atime": 1707696000.0,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32",
        "ctime": 1722386573.4681668,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 145358,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1707696000.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3223,
        "uid": 0,
        "version": "2178752485",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Get file counts in /etc/rsyslog.d] ***************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:7
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.246)       0:00:52.914 ******** 
ok: [sut] => {
    "changed": false,
    "examined": 0,
    "files": [],
    "matched": 0,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:13
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.229)       0:00:53.143 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__conf_size == \"less\"",
    "skip_reason": "Conditional result was False"
}

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:18
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.023)       0:00:53.167 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check file counts in rsyslog.d] ******************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:23
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.025)       0:00:53.193 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:27
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.020)       0:00:53.213 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__conf_files | d([])",
    "skip_reason": "Conditional result was False"
}

TASK [Check rsyslog errors] ****************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:35
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.023)       0:00:53.236 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__check_systemctl_status == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure test config files are removed] ************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:120
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.018)       0:00:53.255 ******** 
ok: [sut] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "stat": {
        "exists": false
    }
}

TASK [Check2 rsyslog config files] *********************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:128
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.231)       0:00:53.486 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "ls",
        "/etc/rsyslog.d"
    ],
    "delta": "0:00:00.003628",
    "end": "2024-07-31 00:43:00.835726",
    "rc": 0,
    "start": "2024-07-31 00:43:00.832098"
}

TASK [Check ports managed by firewall and selinux] *****************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:132
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.234)       0:00:53.721 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml for sut

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:3
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.045)       0:00:53.767 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:13
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.025)       0:00:53.793 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:22
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.017)       0:00:53.810 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:34
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.016)       0:00:53.827 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:44
Wednesday 31 July 2024  00:43:00 +0000 (0:00:00.022)       0:00:53.849 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Run again with purge and reset to test idempotency] **********************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:135
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.017)       0:00:53.867 ******** 
included: fedora.linux_system_roles.logging for sut

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.118)       0:00:53.986 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_inputs | d([])",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.031)       0:00:54.018 ******** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.034)       0:00:54.052 ******** 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.035)       0:00:54.087 ******** 
skipping: [sut] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.027)       0:00:54.115 ******** 
skipping: [sut] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.031)       0:00:54.147 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.018)       0:00:54.166 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.046)       0:00:54.212 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.029)       0:00:54.242 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.029)       0:00:54.272 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.031)       0:00:54.303 ******** 
ok: [sut] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.027)       0:00:54.331 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.028)       0:00:54.359 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.026)       0:00:54.385 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.028)       0:00:54.414 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.026)       0:00:54.441 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.028)       0:00:54.469 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.070)       0:00:54.540 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.027)       0:00:54.567 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.029)       0:00:54.597 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.027)       0:00:54.624 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.029)       0:00:54.654 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.028)       0:00:54.682 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.045)       0:00:54.727 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.026)       0:00:54.754 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.026)       0:00:54.781 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.024)       0:00:54.806 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Wednesday 31 July 2024  00:43:01 +0000 (0:00:00.038)       0:00:54.844 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.056)       0:00:54.901 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.037)       0:00:54.938 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.035)       0:00:54.974 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.024)       0:00:54.999 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.021)       0:00:55.020 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.018)       0:00:55.038 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.087)       0:00:55.126 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for sut

TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.049)       0:00:55.175 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.030)       0:00:55.206 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.034)       0:00:55.240 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.032)       0:00:55.273 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.030)       0:00:55.303 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.032)       0:00:55.335 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.030)       0:00:55.365 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.028)       0:00:55.394 ******** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.038)       0:00:55.433 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.034)       0:00:55.467 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.030)       0:00:55.498 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __logging_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.024)       0:00:55.523 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "not __logging_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.023)       0:00:55.546 ******** 
ok: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => {
    "ansible_facts": {
        "__rsyslog_input_basics": "input_basics.j2"
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.052)       0:00:55.599 ******** 
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool",
    "item": "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.054)       0:00:55.653 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Wednesday 31 July 2024  00:43:02 +0000 (0:00:00.159)       0:00:55.813 ******** 
ok: [sut] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.030736",
    "end": "2024-07-31 00:43:03.203844",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-07-31 00:43:03.173108"
}
ok: [sut] => (item=rsyslog) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "rsyslog"
    ],
    "delta": "0:00:00.041464",
    "end": "2024-07-31 00:43:03.485732",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 0,
    "start": "2024-07-31 00:43:03.444268"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Wednesday 31 July 2024  00:43:03 +0000 (0:00:00.557)       0:00:56.371 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_package_status.results | rejectattr('stdout', 'match', '^package .* is not installed') | selectattr('stdout', 'search', ' /etc/rsyslog[.]conf($|\\n)') | list | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Wednesday 31 July 2024  00:43:03 +0000 (0:00:00.032)       0:00:56.403 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool or (__rsyslog_erased is success and __rsyslog_erased is changed)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Wednesday 31 July 2024  00:43:03 +0000 (0:00:00.026)       0:00:56.430 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Wednesday 31 July 2024  00:43:03 +0000 (0:00:00.029)       0:00:56.459 ******** 
ok: [sut] => {
    "ansible_facts": {
        "packages": {
            "ModemManager-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ModemManager-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.22.0"
                }
            ],
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "abattis-cantarell-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "abattis-cantarell-vf-fonts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "0.301"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.60.8.1"
                }
            ],
            "aspell-en": [
                {
                    "arch": "x86_64",
                    "epoch": 50,
                    "name": "aspell-en",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2020.12.07"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "26.fc40",
                    "source": "rpm",
                    "version": "0.8"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "20.fc40",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.8.2"
                }
            ],
            "bluez": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bluez",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.77"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "btrfs-progs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "btrfs-progs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.8.1"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "18.fc40",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.28.1"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2023.2.62_v7.0.401"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "chkconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chkconfig",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "cmake-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cmake-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.28.2"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "createrepo_c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.3"
                }
            ],
            "createrepo_c-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "createrepo_c-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.3"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.gitd287a42.fc40",
                    "source": "rpm",
                    "version": "20240510"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.gitd287a42.fc40",
                    "source": "rpm",
                    "version": "20240510"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.12"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "13.P1.fc40",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "dnf-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "dosfstools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dosfstools",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "drpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "drpm",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.5.2"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "12.3.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "39"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "exfatprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "exfatprogs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.2.4"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "fedora-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-gpg-keys",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-common",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-identity-basic": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-identity-basic",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "16.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fwupd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "fwupd-efi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-efi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "fwupd-plugin-modem-manager": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-modem-manager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "fwupd-plugin-uefi-capsule-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-uefi-capsule-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.21"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "8.2.2"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.10"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "glib-networking": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib-networking",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.3"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-headers-x86": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "glibc-headers-x86",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "17.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.4"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gnutls-dane": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls-dane",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.80.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "63d04c2c",
                    "source": "rpm",
                    "version": "a15b79cc"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.23.2"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "46.fc40",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "75.fc40",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gsettings-desktop-schemas": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gsettings-desktop-schemas",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "46.1"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "guile30": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "guile30",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.0.7"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "20240117"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.13.1"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.4"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.9.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "643"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.7"
                }
            ],
            "libatasmart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatasmart",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.19"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libb2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libb2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "0.98.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libblockdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-crypto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-crypto",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-fs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-fs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-loop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-loop",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-mdraid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-mdraid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-nvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-nvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-part": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-part",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-swap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-swap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libbytesize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbytesize",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "51.20240517cvs.fc40",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevdev",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.13.2"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.2304.0"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libfsverity": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfsverity",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.10.3"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "libgudev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgudev",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "238"
                }
            ],
            "libgusb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgusb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.4.9"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libjcat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjcat",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libmbim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmbim",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.30.0"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "27.fc40",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "0.rc6.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.59.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.10.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.1"
                }
            ],
            "libnvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.5.5"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libqmi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqmi",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.34.0"
                }
            ],
            "libqrtr-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqrtr-glib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.17.15"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libsodium": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsodium",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.20"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.29"
                }
            ],
            "libsoup3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsoup3",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "14.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "1.rc3.fc40",
                    "source": "rpm",
                    "version": "1.3.4"
                }
            ],
            "libtool-ltdl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtool-ltdl",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "libudisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libudisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.12.8"
                }
            ],
            "libxmlb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxmlb",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.3.19"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.42"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.33"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.21.0"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.19"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "mdadm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdadm",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.1"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "nano": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nano",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "nano-default-editor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nano-default-editor",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "net-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "net-tools",
                    "release": "0.69.20160912git.fc40",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.9.1"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "0.rc6.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "24.fc40",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "ntfs-3g": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfs-3g-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.2.1"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.4.12"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "passim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "passim-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.188"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "505.fc40",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "15.fc40",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.43"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.57"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.52"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.16"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.89"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.28"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "protobuf-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "protobuf-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-pip-wheel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.1"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.8.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.48.2"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.2"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.4"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "5.1.0"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.31.0"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.18.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "python3-urllib3+socks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3+socks",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "36.fc40",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "4.rc3.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "8.2312.0"
                }
            ],
            "rtl-sdr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rtl-sdr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.6.0^20230921git1261fbb2"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.24"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.24"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.15.1"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.45.1"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.10"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "2.p5.fc40",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-networkd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-networkd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-resolved": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-resolved",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "255.8"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2021.11.0"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "23.fc40",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240709"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "udisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "unbound-anchor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-anchor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "63.fc40",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "volume_key-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "volume_key-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "0.3.12"
                }
            ],
            "wget2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-libs",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-wget",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "41.fc40",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.571"
                }
            ],
            "xxhash-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xxhash-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.8.2"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-devel",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.0"
                }
            ],
            "zchunk-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zchunk-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "40.fc40",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zlib-ng-compat-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zram-generator": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zram-generator",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ],
            "zram-generator-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "zram-generator-defaults",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Wednesday 31 July 2024  00:43:04 +0000 (0:00:00.817)       0:00:57.277 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2312.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Wednesday 31 July 2024  00:43:04 +0000 (0:00:00.028)       0:00:57.305 ******** 
skipping: [sut] => {
    "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Wednesday 31 July 2024  00:43:04 +0000 (0:00:00.022)       0:00:57.328 ******** 
ok: [sut] => {}

MSG:

Rsyslog_version is 8.2312.0, which is newer than "8.37.0-7.2".

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Wednesday 31 July 2024  00:43:04 +0000 (0:00:00.026)       0:00:57.355 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "rsyslog_in_image | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Wednesday 31 July 2024  00:43:04 +0000 (0:00:00.026)       0:00:57.382 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rsyslog.d",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Wednesday 31 July 2024  00:43:04 +0000 (0:00:00.261)       0:00:57.643 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Wednesday 31 July 2024  00:43:05 +0000 (0:00:00.255)       0:00:57.898 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/var/log",
    "secontext": "system_u:object_r:var_log_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Wednesday 31 July 2024  00:43:05 +0000 (0:00:00.248)       0:00:58.147 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
            },
            {
                "name": "local-modules",
                "sections": [
                    {
                        "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                    }
                ],
                "state": "absent",
                "type": "modules"
            },
            {
                "name": "common-defaults",
                "sections": [
                    {
                        "comment": "Log every message",
                        "options": "$RepeatedMsgReduction off"
                    }
                ],
                "type": "global"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Wednesday 31 July 2024  00:43:05 +0000 (0:00:00.111)       0:00:58.259 ******** 
skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Wednesday 31 July 2024  00:43:05 +0000 (0:00:00.163)       0:00:58.422 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Wednesday 31 July 2024  00:43:05 +0000 (0:00:00.047)       0:00:58.470 ******** 
ok: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="8192"\n)\n'}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "path": "/etc/rsyslog.d/00-global.conf",
    "state": "absent"
}
ok: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "local-modules",
        "sections": [
            {
                "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
            }
        ],
        "state": "absent",
        "type": "modules"
    },
    "path": "/etc/rsyslog.d/10-local-modules.conf",
    "state": "absent"
}
ok: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "path": "/etc/rsyslog.d/05-common-defaults.conf",
    "state": "absent"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.730)       0:00:59.200 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.019)       0:00:59.220 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.023)       0:00:59.243 ******** 
ok: [sut] => (item={'name': 'default_files', 'type': 'files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules",
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format",
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_files_output_packages": [],
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "name": "default_files",
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.032)       0:00:59.275 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for sut => (item={'name': 'default_files', 'type': 'files'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.048)       0:00:59.324 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.055)       0:00:59.379 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.028)       0:00:59.408 ******** 
skipping: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.028)       0:00:59.437 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            },
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.032)       0:00:59.469 ******** 
ok: [sut] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "path": "/etc/rsyslog.d/10-output-files-modules.conf",
    "state": "absent"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.254)       0:00:59.723 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.043)       0:00:59.767 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_packages | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Wednesday 31 July 2024  00:43:06 +0000 (0:00:00.027)       0:00:59.794 ******** 
skipping: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.125)       0:00:59.920 ******** 
ok: [sut] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "local-modules",
                            "sections": [
                                {
                                    "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")"
                                }
                            ],
                            "state": "absent",
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    },
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "common-defaults",
                            "sections": [
                                {
                                    "comment": "Log every message",
                                    "options": "$RepeatedMsgReduction off"
                                }
                            ],
                            "type": "global"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            },
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            },
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "__rsyslog_enabled | bool",
                        "inner_item": {
                            "name": "output-files-default_files",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output"
                        },
                        "skip_reason": "Conditional result was False",
                        "skipped": true
                    }
                ],
                "skipped": true
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.029)       0:00:59.949 ******** 
ok: [sut] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "state": "absent"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.398)       0:01:00.348 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n  rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n  if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n    echo \"/etc/rsyslog.d/$conf\"\n  fi\ndone\n",
    "delta": "0:00:00.004790",
    "end": "2024-07-31 00:43:07.705317",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-31 00:43:07.700527"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.244)       0:01:00.592 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.032)       0:01:00.625 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.042)       0:01:00.668 ******** 
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.044)       0:01:00.712 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.049)       0:01:00.761 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.026)       0:01:00.788 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Wednesday 31 July 2024  00:43:07 +0000 (0:00:00.031)       0:01:00.820 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_enabled | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.036)       0:01:00.856 ******** 
ok: [sut] => {
    "changed": false,
    "enabled": false,
    "name": "rsyslog.service",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target basic.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.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": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14725",
        "LimitNPROCSoft": "14725",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14725",
        "LimitSIGPENDINGSoft": "14725",
        "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": "3538853888",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.426)       0:01:01.282 ******** 
skipping: [sut] => {
    "false_condition": "__rsyslog_failed_validation | d(false)"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.025)       0:01:01.308 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_generate_conf | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.025)       0:01:01.334 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_generate_conf | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.025)       0:01:01.360 ******** 
skipping: [sut] => {
    "changed": false,
    "false_condition": "__rsyslog_generate_conf | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check3 rsyslog config files] *********************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:146
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.045)       0:01:01.405 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "ls",
        "/etc/rsyslog.d"
    ],
    "delta": "0:00:00.003413",
    "end": "2024-07-31 00:43:08.755205",
    "rc": 0,
    "start": "2024-07-31 00:43:08.751792"
}

TASK [Check ports managed by firewall and selinux] *****************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:150
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.233)       0:01:01.638 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml for sut

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:3
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.092)       0:01:01.730 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:13
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.027)       0:01:01.758 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:22
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.017)       0:01:01.775 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:34
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.018)       0:01:01.793 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_firewall_selinux.yml:44
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.021)       0:01:01.815 ******** 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Assert /var/log/messages] ************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:153
Wednesday 31 July 2024  00:43:08 +0000 (0:00:00.018)       0:01:01.834 ******** 
included: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/assert_varlogmessages.yml for sut

TASK [Get content of /var/log/messages] ****************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/assert_varlogmessages.yml:3
Wednesday 31 July 2024  00:43:09 +0000 (0:00:00.049)       0:01:01.883 ******** 
ok: [sut] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Print possible errors in /var/log/messages] ******************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/assert_varlogmessages.yml:9
Wednesday 31 July 2024  00:43:09 +0000 (0:00:00.276)       0:01:02.160 ******** 
skipping: [sut] => {
    "false_condition": "errors | length > 0"
}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/assert_varlogmessages.yml:19
Wednesday 31 July 2024  00:43:09 +0000 (0:00:00.026)       0:01:02.186 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/assert_varlogmessages.yml:23
Wednesday 31 July 2024  00:43:09 +0000 (0:00:00.024)       0:01:02.210 ******** 
changed: [sut] => {
    "changed": true,
    "path": "/var/log/messages",
    "state": "absent"
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Stop rsyslogd for sut
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for sut

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Wednesday 31 July 2024  00:43:09 +0000 (0:00:00.255)       0:01:02.466 ******** 
changed: [sut] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.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": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14725",
        "LimitNPROCSoft": "14725",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14725",
        "LimitSIGPENDINGSoft": "14725",
        "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": "3517730816",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Stop rsyslogd] ***
task path: /WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:7
Wednesday 31 July 2024  00:43:10 +0000 (0:00:00.440)       0:01:02.907 ******** 
changed: [sut] => {
    "changed": true,
    "name": "rsyslog",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Wed 2024-07-31 00:43:10 UTC",
        "ActiveEnterTimestampMonotonic": "500066568",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2024-07-31 00:43:09 UTC",
        "AssertTimestampMonotonic": "500055642",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "34760000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2024-07-31 00:43:09 UTC",
        "ConditionTimestampMonotonic": "500055638",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "7458",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "8198",
        "ExecMainStartTimestamp": "Wed 2024-07-31 00:43:09 UTC",
        "ExecMainStartTimestampMonotonic": "500062105",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Wed 2024-07-31 00:43:09 UTC] ; stop_time=[n/a] ; pid=8198 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Wed 2024-07-31 00:43:09 UTC] ; stop_time=[n/a] ; pid=8198 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2024-07-31 00:43:09 UTC",
        "InactiveExitTimestampMonotonic": "500062376",
        "InvocationID": "b0705171938043f09be8e3d9be1f644c",
        "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": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14725",
        "LimitNPROCSoft": "14725",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14725",
        "LimitSIGPENDINGSoft": "14725",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "8198",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3517865984",
        "MemoryCurrent": "1216512",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "1748992",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Wed 2024-07-31 00:43:10 UTC",
        "StateChangeTimestampMonotonic": "500066568",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

PLAY RECAP *********************************************************************
sut                        : ok=206  changed=20   unreachable=0    failed=0    skipped=250  rescued=0    ignored=0   

Wednesday 31 July 2024  00:43:10 +0000 (0:00:00.780)       0:01:03.688 ******** 
=============================================================================== 
Check conf files exist -------------------------------------------------- 5.78s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tasks/check_daemon_config_files.yml:27 
Ensure rsyslog is installed --------------------------------------------- 3.64s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:23 ---
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.56s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 3.02s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
Gathering Facts --------------------------------------------------------- 2.49s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:5 ----
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 1.43s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 1.43s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.24s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 
Create some unowned config files ---------------------------------------- 1.23s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/tests/tests_purge_reset.yml:29 ---
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.14s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.05s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 0.82s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 0.82s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 0.82s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Stop rsyslogd --- 0.78s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:7 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d --- 0.73s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.73s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d --- 0.73s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.70s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service --- 0.69s
/WORKDIR/git-compare-file-to-contentbpo0qo8f/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327 

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

# STDERR:
---v---v---v---v---v---
[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
[WARNING]: Platform linux on host sut is using the discovered Python
interpreter at /usr/bin/python3.12, 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.

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