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

PLAYBOOK: tests_server.yml *****************************************************
1 plays in /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml

PLAY [Test the server configuration containing tls tcp, plain tcp and udp connection] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:11
Saturday 26 October 2024  04:32:53 -0400 (0:00:00.009)       0:00:00.009 ****** 
[WARNING]: Platform linux on host managed-node2 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.
ok: [managed-node2]

TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:27
Saturday 26 October 2024  04:32:54 -0400 (0:00:01.307)       0:00:01.316 ****** 
included: fedora.linux_system_roles.logging for managed-node2

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 26 October 2024  04:32:54 -0400 (0:00:00.070)       0:00:01.387 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_outputs | d([]) | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', 'match', '^files$') | list | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 26 October 2024  04:32:54 -0400 (0:00:00.062)       0:00:01.449 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "files_output",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 26 October 2024  04:32:54 -0400 (0:00:00.077)       0:00:01.526 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "system_input",
                "type": "basics"
            },
            {
                "name": "remote_tcp",
                "permitted_clients": [
                    "*.client.com",
                    "*.example.com"
                ],
                "pki_authmode": "x509/name",
                "tcp_ports": [
                    6514,
                    40000,
                    40001
                ],
                "tls": true,
                "type": "remote"
            },
            {
                "name": "remote_ptcp",
                "tcp_ports": [
                    514,
                    40010,
                    40011,
                    40012
                ],
                "type": "remote"
            },
            {
                "name": "remote_udp",
                "type": "remote",
                "udp_ports": [
                    514,
                    40020
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 26 October 2024  04:32:54 -0400 (0:00:00.071)       0:00:01.598 ****** 
skipping: [managed-node2] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.044)       0:00:01.642 ****** 
skipping: [managed-node2] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.057)       0:00:01.699 ****** 
skipping: [managed-node2] => (item={'name': 'flows', 'inputs': ['system_input', 'remote_tcp', 'remote_ptcp', 'remote_udp'], 'outputs': ['files_output']})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length",
    "item": {
        "inputs": [
            "system_input",
            "remote_tcp",
            "remote_ptcp",
            "remote_udp"
        ],
        "name": "flows",
        "outputs": [
            "files_output"
        ]
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.051)       0:00:01.751 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.066)       0:00:01.818 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.049)       0:00:01.867 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.054)       0:00:01.922 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.064)       0:00:01.986 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.063)       0:00:02.051 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.048)       0:00:02.099 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.047)       0:00:02.147 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.042)       0:00:02.189 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.044)       0:00:02.234 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.055)       0:00:02.289 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.049)       0:00:02.339 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.058)       0:00:02.397 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.086)       0:00:02.484 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.053)       0:00:02.537 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.048)       0:00:02.586 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 26 October 2024  04:32:55 -0400 (0:00:00.048)       0:00:02.634 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.078)       0:00:02.713 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.048)       0:00:02.761 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.039)       0:00:02.800 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.040)       0:00:02.841 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.047)       0:00:02.888 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.084)       0:00:02.972 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.041)       0:00:03.014 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.019)       0:00:03.033 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.017)       0:00:03.051 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.020)       0:00:03.072 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.018)       0:00:03.090 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.050)       0:00:03.140 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.067)       0:00:03.208 ****** 
included: fedora.linux_system_roles.certificate for managed-node2

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.074)       0:00:03.282 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.055)       0:00:03.338 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 26 October 2024  04:32:56 -0400 (0:00:00.064)       0:00:03.403 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 26 October 2024  04:32:57 -0400 (0:00:00.522)       0:00:03.925 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 26 October 2024  04:32:57 -0400 (0:00:00.086)       0:00:04.015 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 26 October 2024  04:32:57 -0400 (0:00:00.184)       0:00:04.199 ****** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: python3-pyasn1-0.5.1-4.el10.noarch",
        "Installed: python3-cffi-1.16.0-5.el10.x86_64",
        "Installed: python3-cryptography-43.0.0-3.el10.x86_64",
        "Installed: python3-ply-3.11-24.el10.noarch",
        "Installed: python3-pycparser-2.20-15.el10.noarch"
    ]
}
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 26 October 2024  04:33:00 -0400 (0:00:02.471)       0:00:06.671 ****** 
changed: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: dbus-tools-1:1.14.10-4.el10.x86_64",
        "Installed: nss-sysinit-3.101.0-7.el10.x86_64",
        "Installed: nss-util-3.101.0-7.el10.x86_64",
        "Installed: certmonger-0.79.20-2.el10.x86_64",
        "Installed: python3-packaging-23.2-5.el10.noarch",
        "Installed: nspr-4.35.0-28.el10.x86_64",
        "Installed: nss-3.101.0-7.el10.x86_64",
        "Installed: nss-softokn-3.101.0-7.el10.x86_64",
        "Installed: nss-softokn-freebl-3.101.0-7.el10.x86_64"
    ]
}
lsrpackages: certmonger python3-packaging

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

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

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 26 October 2024  04:33:04 -0400 (0:00:00.569)       0:00:11.034 ****** 
changed: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target network.target dbus.socket systemd-journald.socket dbus-broker.service syslog.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702878208",
        "EffectiveMemoryMax": "3702878208",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "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/certmonger.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": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3309592576",
        "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",
        "MemoryZSwapWriteback": "yes",
        "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": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus-broker.service",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target dbus.socket",
        "Restart": "no",
        "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": "journal",
        "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": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 26 October 2024  04:33:05 -0400 (0:00:01.479)       0:00:12.513 ****** 
changed: [managed-node2] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "ca": "self-sign",
        "dns": [
            "localhost",
            "www.example.com"
        ],
        "name": "logging_cert"
    }
}

MSG:

Certificate requested (new).

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 26 October 2024  04:33:07 -0400 (0:00:01.215)       0:00:13.729 ****** 
skipping: [managed-node2] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "cert",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "name": "logging_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "key",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "name": "logging_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "ca",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "name": "logging_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.064)       0:00:13.793 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.054)       0:00:13.848 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.055)       0:00:13.903 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.073)       0:00:13.977 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.071)       0:00:14.048 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.075)       0:00:14.124 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.071)       0:00:14.195 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.075)       0:00:14.270 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.061)       0:00:14.332 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.071)       0:00:14.403 ****** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.042)       0:00:14.446 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.032)       0:00:14.478 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 26 October 2024  04:33:07 -0400 (0:00:00.048)       0:00:14.526 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 26 October 2024  04:33:08 -0400 (0:00:00.423)       0:00:14.949 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__logging_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 26 October 2024  04:33:08 -0400 (0:00:00.025)       0:00:14.975 ****** 
ok: [managed-node2] => (item=/tmp/collections-GH2/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": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 26 October 2024  04:33:08 -0400 (0:00:00.043)       0:00:15.019 ****** 
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 26 October 2024  04:33:08 -0400 (0:00:00.077)       0:00:15.097 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 26 October 2024  04:33:08 -0400 (0:00:00.079)       0:00:15.176 ****** 
skipping: [managed-node2] => (item=iproute)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "logging_purge_confs | bool | d(false)",
    "item": "iproute",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=rsyslog)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "logging_purge_confs | bool | d(false)",
    "item": "rsyslog",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 26 October 2024  04:33:08 -0400 (0:00:00.042)       0:00:15.218 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_purge_confs | bool | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 26 October 2024  04:33:08 -0400 (0:00:00.034)       0:00:15.253 ****** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-gnutls-8.2408.0-1.el10.x86_64"
    ]
}
lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 26 October 2024  04:33:09 -0400 (0:00:01.135)       0:00:16.388 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 26 October 2024  04:33:09 -0400 (0:00:00.027)       0:00:16.416 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "21.el10",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "48.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "48.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "19.el10",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.25.0"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "101.3.el10",
                    "source": "rpm",
                    "version": "2024.2.69_v8.0.303"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-gpg-keys",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.79.20"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "9.5"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "9.5"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.11^20190603git9e74f2d"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git7a71364.el10",
                    "source": "rpm",
                    "version": "20241010"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git7a71364.el10",
                    "source": "rpm",
                    "version": "20241010"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.5"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "8.9.1"
                }
            ],
            "cyrus-sasl-gssapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-gssapi",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "35"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-event",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-event-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.11"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "6.7"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.10.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "17.el10",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "22.el10.gating_test1",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fuse3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse3-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.16.2"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gawk-all-langpacks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk-all-langpacks",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.80.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.4.5"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.4.5"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.8.7"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.79.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "76.el10",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "10.1.el10",
                    "source": "rpm",
                    "version": "0.379"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "10.26"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "10.26"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "7.21"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "7.21"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "20240905"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "iwlwifi-dvm-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwlwifi-dvm-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "iwlwifi-mvm-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwlwifi-mvm-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kexec-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kexec-tools",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.0.29"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "0.9.9"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "661"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "20.el10",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.5.6"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcap-ng-python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng-python3",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.1.21"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "8.9.1"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "51.20230828cvs.el10",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.2304.0"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.50"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libkcapi-hasher": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hasher",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.6.7"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "28.el10",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.64.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.9.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "2.5.3"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "0.7.29"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "0.el10",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "liburing": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liburing",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.12.5"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.1.39"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.9.32"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.22.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "B.02.20"
                }
            ],
            "lsof": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsof",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.98.0"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "lvm2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.03.27"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "lvm2-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.03.27"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "makedumpfile": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "makedumpfile",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "1.7.5"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.52.24"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "19.el10",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "28.el10",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.0.18"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.13.0"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.el10.2",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.el10.2",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.3"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.89"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "2.189"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.56"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.38"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "17.el10",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.14"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.58"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.14"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.55"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.91"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "23.el10",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.27"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.40.0"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.40.0"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.12"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.29"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.8"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.3.0"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "125"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "125"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "29.el10",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.2.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "43.0.0"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "3.46.0"
                }
            ],
            "python3-gobject-base-noarch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-gobject-base-noarch",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "3.46.0"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.1.21"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.2.1"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-packaging": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-packaging",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "23.2"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "24.el10",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "18.el10",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.32.3"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.17.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 18,
                    "name": "qemu-guest-agent",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "redhat-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "redhat-mono-vf-fonts",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.0.3"
                }
            ],
            "redhat-text-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "redhat-text-vf-fonts",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.0.3"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "37.el10",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-audit",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "8.2408.0"
                }
            ],
            "rsyslog-gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog-gnutls",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "8.2408.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "40.13.10"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "40.13.10"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.48"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.48"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.15.0"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.1.10"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.46.1"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.6.1"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-krb5-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-krb5-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "7.p5.el10",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "sudo-python-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo-python-plugin",
                    "release": "7.p5.el10",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "24.el10",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.24.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "42.el10",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.6.2"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.6.2"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.1.6"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 26 October 2024  04:33:10 -0400 (0:00:01.160)       0:00:17.577 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2408.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 26 October 2024  04:33:10 -0400 (0:00:00.047)       0:00:17.625 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 26 October 2024  04:33:11 -0400 (0:00:00.051)       0:00:17.676 ****** 
ok: [managed-node2] => {}

MSG:

Rsyslog_version is 8.2408.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 26 October 2024  04:33:11 -0400 (0:00:00.052)       0:00:17.728 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 26 October 2024  04:33:11 -0400 (0:00:00.056)       0:00:17.785 ****** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rsyslog.d",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 84,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 26 October 2024  04:33:11 -0400 (0:00:00.433)       0:00:18.219 ****** 
ok: [managed-node2] => {
    "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": 29,
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 26 October 2024  04:33:12 -0400 (0:00:00.566)       0:00:18.785 ****** 
ok: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 26 October 2024  04:33:12 -0400 (0:00:00.548)       0:00:19.334 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 26 October 2024  04:33:12 -0400 (0:00:00.257)       0:00:19.592 ****** 
changed: [managed-node2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n  maxMessageSize="8192"\n)\n'}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
    "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 349,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.source.conf",
    "state": "file",
    "uid": 0
}
skipping: [managed-node2] => (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: [managed-node2] => (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-1729931593.98699-33125-271291986691289/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 26 October 2024  04:33:14 -0400 (0:00:01.820)       0:00:21.413 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 26 October 2024  04:33:14 -0400 (0:00:00.089)       0:00:21.502 ****** 
skipping: [managed-node2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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: [managed-node2] => (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: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 26 October 2024  04:33:14 -0400 (0:00:00.100)       0:00:21.602 ****** 
ok: [managed-node2] => (item={'name': 'system_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/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": "system_input",
        "type": "basics"
    }
}
ok: [managed-node2] => (item={'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "name": "remote_tcp",
        "permitted_clients": [
            "*.client.com",
            "*.example.com"
        ],
        "pki_authmode": "x509/name",
        "tcp_ports": [
            6514,
            40000,
            40001
        ],
        "tls": true,
        "type": "remote"
    }
}
ok: [managed-node2] => (item={'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "name": "remote_ptcp",
        "tcp_ports": [
            514,
            40010,
            40011,
            40012
        ],
        "type": "remote"
    }
}
ok: [managed-node2] => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "name": "remote_udp",
        "type": "remote",
        "udp_ports": [
            514,
            40020
        ]
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.127)       0:00:21.730 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node2 => (item={'name': 'system_input', 'type': 'basics'})
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2 => (item={'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']})
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2 => (item={'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]})
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2 => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.210)       0:00:21.941 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.119)       0:00:22.060 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.082)       0:00:22.142 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.073)       0:00:22.216 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.092)       0:00:22.308 ****** 
skipping: [managed-node2] => {
    "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-system_input] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.103)       0:00:22.411 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.122)       0:00:22.534 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:15 -0400 (0:00:00.080)       0:00:22.615 ****** 
changed: [managed-node2] => (item={'name': 'input-basics-system_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 files_output\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
    "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-basics-system_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 files_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 456,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:16 -0400 (0:00:00.985)       0:00:23.601 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:17 -0400 (0:00:00.092)       0:00:23.693 ****** 
skipping: [managed-node2] => (item={'name': 'input-basics-system_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 files_output\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-system_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 files_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Saturday 26 October 2024  04:33:17 -0400 (0:00:00.286)       0:00:23.980 ****** 
skipping: [managed-node2] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_udp",
            "type": "remote",
            "udp_ports": [
                514,
                40020
            ]
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_ptcp",
            "tcp_ports": [
                514,
                40010,
                40011,
                40012
            ],
            "type": "remote"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_tcp",
            "permitted_clients": [
                "*.client.com",
                "*.example.com"
            ],
            "pki_authmode": "x509/name",
            "tcp_ports": [
                6514,
                40000,
                40001
            ],
            "tls": true,
            "type": "remote"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Saturday 26 October 2024  04:33:17 -0400 (0:00:00.240)       0:00:24.220 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:17 -0400 (0:00:00.101)       0:00:24.322 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:17 -0400 (0:00:00.068)       0:00:24.390 ****** 
changed: [managed-node2] => (item={'name': 'input-remote-modules-remote_tcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over TCP with TLS\nmodule(load="imtcp"\n       StreamDriver.Name="gtls"\n       StreamDriver.Mode="1"\n       StreamDriver.AuthMode="x509/name"\n       PermittedPeer=["*.client.com","*.example.com"]\n)\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
    "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-remote-modules-remote_tcp",
        "sections": [
            {
                "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
            }
        ],
        "type": "modules"
    },
    "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 264,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:18 -0400 (0:00:00.798)       0:00:25.189 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.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-1729931597.8816705-33398-68177218571551/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 264,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:18 -0400 (0:00:00.100)       0:00:25.289 ****** 
skipping: [managed-node2] => (item={'name': 'input-remote-modules-remote_tcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over TCP with TLS\nmodule(load="imtcp"\n       StreamDriver.Name="gtls"\n       StreamDriver.Mode="1"\n       StreamDriver.AuthMode="x509/name"\n       PermittedPeer=["*.client.com","*.example.com"]\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-remote-modules-remote_tcp",
        "sections": [
            {
                "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_tcp] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Saturday 26 October 2024  04:33:18 -0400 (0:00:00.145)       0:00:25.435 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:18 -0400 (0:00:00.093)       0:00:25.528 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:18 -0400 (0:00:00.055)       0:00:25.584 ****** 
changed: [managed-node2] => (item={'name': 'input-remote-remote_tcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over TLS\ninput(name="remote_tcp_1" type="imtcp" port="6514")\nif\n  ($inputname == "remote_tcp_1")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_2" type="imtcp" port="40000")\nif\n  ($inputname == "remote_tcp_2")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_3" type="imtcp" port="40001")\nif\n  ($inputname == "remote_tcp_3")\n  then {\n    call files_output\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
    "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-remote-remote_tcp",
        "sections": [
            {
                "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "md5sum": "f262d4544f4e6a28fe6bd6b678a04674",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 538,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931599.0771654-33436-50497265702094/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:19 -0400 (0:00:00.796)       0:00:26.380 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.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-1729931597.8816705-33398-68177218571551/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 264,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.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-1729931599.0771654-33436-50497265702094/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 538,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931599.0771654-33436-50497265702094/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:19 -0400 (0:00:00.069)       0:00:26.450 ****** 
skipping: [managed-node2] => (item={'name': 'input-remote-remote_tcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over TLS\ninput(name="remote_tcp_1" type="imtcp" port="6514")\nif\n  ($inputname == "remote_tcp_1")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_2" type="imtcp" port="40000")\nif\n  ($inputname == "remote_tcp_2")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_3" type="imtcp" port="40001")\nif\n  ($inputname == "remote_tcp_3")\n  then {\n    call files_output\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-remote-remote_tcp",
        "sections": [
            {
                "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Saturday 26 October 2024  04:33:19 -0400 (0:00:00.111)       0:00:26.562 ****** 
skipping: [managed-node2] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_udp",
            "type": "remote",
            "udp_ports": [
                514,
                40020
            ]
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_ptcp",
            "tcp_ports": [
                514,
                40010,
                40011,
                40012
            ],
            "type": "remote"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_tcp",
            "permitted_clients": [
                "*.client.com",
                "*.example.com"
            ],
            "pki_authmode": "x509/name",
            "tcp_ports": [
                6514,
                40000,
                40001
            ],
            "tls": true,
            "type": "remote"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Saturday 26 October 2024  04:33:20 -0400 (0:00:00.109)       0:00:26.671 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:20 -0400 (0:00:00.087)       0:00:26.759 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:20 -0400 (0:00:00.057)       0:00:26.816 ****** 
changed: [managed-node2] => (item={'name': 'input-remote-modules-remote_ptcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imptcp" threads="1")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
    "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-remote-modules-remote_ptcp",
        "sections": [
            {
                "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
            }
        ],
        "type": "modules"
    },
    "md5sum": "e1aec9c810c46dd21cb8d443a272bb36",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 117,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931600.3024683-33481-262902391407550/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:20 -0400 (0:00:00.782)       0:00:27.598 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.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-1729931597.8816705-33398-68177218571551/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 264,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.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-1729931599.0771654-33436-50497265702094/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 538,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931599.0771654-33436-50497265702094/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.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-1729931600.3024683-33481-262902391407550/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 117,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931600.3024683-33481-262902391407550/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:21 -0400 (0:00:00.065)       0:00:27.663 ****** 
skipping: [managed-node2] => (item={'name': 'input-remote-modules-remote_ptcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imptcp" threads="1")\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-remote-modules-remote_ptcp",
        "sections": [
            {
                "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_ptcp] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Saturday 26 October 2024  04:33:21 -0400 (0:00:00.163)       0:00:27.827 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:21 -0400 (0:00:00.128)       0:00:27.955 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:21 -0400 (0:00:00.053)       0:00:28.009 ****** 
changed: [managed-node2] => (item={'name': 'input-remote-remote_ptcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_1" type="imptcp" port="514")\nif\n  ($inputname == "remote_ptcp_1")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_2" type="imptcp" port="40010")\nif\n  ($inputname == "remote_ptcp_2")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_3" type="imptcp" port="40011")\nif\n  ($inputname == "remote_ptcp_3")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_4" type="imptcp" port="40012")\nif\n  ($inputname == "remote_ptcp_4")\n  then {\n    call files_output\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
    "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-remote-remote_ptcp",
        "sections": [
            {
                "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "md5sum": "d00029be5c7e980521b7d798ae8ee312",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 737,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931601.5097044-33524-34598065541860/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:22 -0400 (0:00:00.843)       0:00:28.852 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.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-1729931597.8816705-33398-68177218571551/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 264,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.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-1729931599.0771654-33436-50497265702094/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 538,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931599.0771654-33436-50497265702094/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.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-1729931600.3024683-33481-262902391407550/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 117,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931600.3024683-33481-262902391407550/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.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-1729931601.5097044-33524-34598065541860/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 737,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931601.5097044-33524-34598065541860/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:22 -0400 (0:00:00.066)       0:00:28.919 ****** 
skipping: [managed-node2] => (item={'name': 'input-remote-remote_ptcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_1" type="imptcp" port="514")\nif\n  ($inputname == "remote_ptcp_1")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_2" type="imptcp" port="40010")\nif\n  ($inputname == "remote_ptcp_2")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_3" type="imptcp" port="40011")\nif\n  ($inputname == "remote_ptcp_3")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_4" type="imptcp" port="40012")\nif\n  ($inputname == "remote_ptcp_4")\n  then {\n    call files_output\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-remote-remote_ptcp",
        "sections": [
            {
                "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Saturday 26 October 2024  04:33:22 -0400 (0:00:00.116)       0:00:29.035 ****** 
skipping: [managed-node2] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_udp",
            "type": "remote",
            "udp_ports": [
                514,
                40020
            ]
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_ptcp",
            "tcp_ports": [
                514,
                40010,
                40011,
                40012
            ],
            "type": "remote"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_tcp",
            "permitted_clients": [
                "*.client.com",
                "*.example.com"
            ],
            "pki_authmode": "x509/name",
            "tcp_ports": [
                6514,
                40000,
                40001
            ],
            "tls": true,
            "type": "remote"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:19
Saturday 26 October 2024  04:33:22 -0400 (0:00:00.097)       0:00:29.132 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:22 -0400 (0:00:00.103)       0:00:29.236 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:22 -0400 (0:00:00.085)       0:00:29.322 ****** 
changed: [managed-node2] => (item={'name': 'input-remote-modules-remote_udp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over UDP\nmodule(load="imudp" threads="1"\n       TimeRequery="2"\n       BatchSize="32")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
    "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-remote-modules-remote_udp",
        "sections": [
            {
                "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
            }
        ],
        "type": "modules"
    },
    "md5sum": "9a4e7c77879969f165773e22542351d5",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 155,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931602.8601854-33565-269066696999632/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:23 -0400 (0:00:00.869)       0:00:30.192 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.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-1729931597.8816705-33398-68177218571551/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 264,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.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-1729931599.0771654-33436-50497265702094/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 538,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931599.0771654-33436-50497265702094/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.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-1729931600.3024683-33481-262902391407550/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 117,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931600.3024683-33481-262902391407550/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.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-1729931601.5097044-33524-34598065541860/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 737,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931601.5097044-33524-34598065541860/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_udp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.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-1729931602.8601854-33565-269066696999632/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "9a4e7c77879969f165773e22542351d5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 155,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931602.8601854-33565-269066696999632/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:23 -0400 (0:00:00.072)       0:00:30.264 ****** 
skipping: [managed-node2] => (item={'name': 'input-remote-modules-remote_udp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over UDP\nmodule(load="imudp" threads="1"\n       TimeRequery="2"\n       BatchSize="32")\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-remote-modules-remote_udp",
        "sections": [
            {
                "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_udp] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:31
Saturday 26 October 2024  04:33:23 -0400 (0:00:00.107)       0:00:30.371 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:23 -0400 (0:00:00.108)       0:00:30.480 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:23 -0400 (0:00:00.068)       0:00:30.548 ****** 
changed: [managed-node2] => (item={'name': 'input-remote-remote_udp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp" type="imudp" port=["514","40020"])\nif\n  ($inputname == "remote_udp")\n  then {\n    call files_output\n}\n\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088",
    "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-remote-remote_udp",
        "sections": [
            {
                "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "md5sum": "9f04c4e7019366a115b05ce1af69a8e7",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 216,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931604.0997372-33602-38162389350484/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:24 -0400 (0:00:00.843)       0:00:31.392 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.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-1729931597.8816705-33398-68177218571551/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 264,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.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-1729931599.0771654-33436-50497265702094/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 538,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931599.0771654-33436-50497265702094/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.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-1729931600.3024683-33481-262902391407550/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 117,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931600.3024683-33481-262902391407550/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.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-1729931601.5097044-33524-34598065541860/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 737,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931601.5097044-33524-34598065541860/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_udp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.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-1729931602.8601854-33565-269066696999632/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "9a4e7c77879969f165773e22542351d5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 155,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931602.8601854-33565-269066696999632/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_udp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.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-1729931604.0997372-33602-38162389350484/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "9f04c4e7019366a115b05ce1af69a8e7",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 216,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931604.0997372-33602-38162389350484/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:24 -0400 (0:00:00.079)       0:00:31.472 ****** 
skipping: [managed-node2] => (item={'name': 'input-remote-remote_udp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp" type="imudp" port=["514","40020"])\nif\n  ($inputname == "remote_udp")\n  then {\n    call files_output\n}\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-remote-remote_udp",
        "sections": [
            {
                "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 26 October 2024  04:33:25 -0400 (0:00:00.212)       0:00:31.684 ****** 
ok: [managed-node2] => (item={'name': 'files_output', '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": [
        "/tmp/collections-GH2/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": "files_output",
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 26 October 2024  04:33:25 -0400 (0:00:00.068)       0:00:31.753 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node2 => (item={'name': 'files_output', '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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 26 October 2024  04:33:25 -0400 (0:00:00.103)       0:00:31.857 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:25 -0400 (0:00:00.112)       0:00:31.969 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:25 -0400 (0:00:00.059)       0:00:32.029 ****** 
ok: [managed-node2] => (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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:26 -0400 (0:00:00.759)       0:00:32.788 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.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-1729931597.8816705-33398-68177218571551/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 264,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.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-1729931599.0771654-33436-50497265702094/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 538,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931599.0771654-33436-50497265702094/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.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-1729931600.3024683-33481-262902391407550/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 117,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931600.3024683-33481-262902391407550/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.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-1729931601.5097044-33524-34598065541860/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 737,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931601.5097044-33524-34598065541860/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_udp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.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-1729931602.8601854-33565-269066696999632/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "9a4e7c77879969f165773e22542351d5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 155,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931602.8601854-33565-269066696999632/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_udp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.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-1729931604.0997372-33602-38162389350484/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "9f04c4e7019366a115b05ce1af69a8e7",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 216,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931604.0997372-33602-38162389350484/.source.conf",
                        "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:26 -0400 (0:00:00.084)       0:00:32.873 ****** 
skipping: [managed-node2] => (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: [managed-node2] => {
    "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-files_output] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 26 October 2024  04:33:26 -0400 (0:00:00.058)       0:00:32.932 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:33:26 -0400 (0:00:00.083)       0:00:33.015 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:33:26 -0400 (0:00:00.063)       0:00:33.078 ****** 
changed: [managed-node2] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output") {\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": "165048827f331e37d59c821ee3a11f13967f945f",
    "dest": "/etc/rsyslog.d/30-output-files-files_output.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-files_output",
        "sections": [
            {
                "options": "ruleset(name=\"files_output\") {\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": "6a6570dcffae51672c267731664d01f5",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 1147,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931606.6404793-33687-222927302173839/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.880)       0:00:33.959 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931593.0706232-33125-36710285493539/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931593.0706232-33125-36710285493539/.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-1729931593.98699-33125-271291986691289/.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-1729931593.98699-33125-271291986691289/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931596.2951384-33301-15534825403321/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931596.2951384-33301-15534825403321/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n       StreamDriver.Name=\"gtls\"\n       StreamDriver.Mode=\"1\"\n       StreamDriver.AuthMode=\"x509/name\"\n       PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.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-1729931597.8816705-33398-68177218571551/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 264,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931597.8816705-33398-68177218571551/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_tcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n  ($inputname == \"remote_tcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n  ($inputname == \"remote_tcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n  ($inputname == \"remote_tcp_3\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.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-1729931599.0771654-33436-50497265702094/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "f262d4544f4e6a28fe6bd6b678a04674",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 538,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931599.0771654-33436-50497265702094/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.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-1729931600.3024683-33481-262902391407550/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "e1aec9c810c46dd21cb8d443a272bb36",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 117,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931600.3024683-33481-262902391407550/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_ptcp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n  ($inputname == \"remote_ptcp_1\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n  ($inputname == \"remote_ptcp_2\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n  ($inputname == \"remote_ptcp_3\")\n  then {\n    call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n  ($inputname == \"remote_ptcp_4\")\n  then {\n    call files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.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-1729931601.5097044-33524-34598065541860/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "d00029be5c7e980521b7d798ae8ee312",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 737,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931601.5097044-33524-34598065541860/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
                        "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-modules-remote_udp",
                            "sections": [
                                {
                                    "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n       TimeRequery=\"2\"\n       BatchSize=\"32\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.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-1729931602.8601854-33565-269066696999632/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "9a4e7c77879969f165773e22542351d5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 155,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931602.8601854-33565-269066696999632/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088",
                        "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-remote-remote_udp",
                            "sections": [
                                {
                                    "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n  ($inputname == \"remote_udp\")\n  then {\n    call files_output\n}\n\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.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-1729931604.0997372-33602-38162389350484/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "9f04c4e7019366a115b05ce1af69a8e7",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 216,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931604.0997372-33602-38162389350484/.source.conf",
                        "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": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "165048827f331e37d59c821ee3a11f13967f945f",
                        "dest": "/etc/rsyslog.d/30-output-files-files_output.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-files_output",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"files_output\") {\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": "165048827f331e37d59c821ee3a11f13967f945f",
                                "content": null,
                                "dest": "/etc/rsyslog.d/30-output-files-files_output.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-1729931606.6404793-33687-222927302173839/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "6a6570dcffae51672c267731664d01f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 1147,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931606.6404793-33687-222927302173839/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.114)       0:00:34.074 ****** 
skipping: [managed-node2] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output") {\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-files_output",
        "sections": [
            {
                "options": "ruleset(name=\"files_output\") {\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: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.141)       0:00:34.215 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_purge_confs | bool | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.055)       0:00:34.270 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_purge_confs | bool | d(false)",
    "skip_reason": "Conditional result was False"
}

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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.062)       0:00:34.332 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.060)       0:00:34.393 ****** 
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "not (logging_pki_files.0.ca_cert_src | d() or logging_pki_files.0.ca_cert | d())",
    "item": [
        {
            "name": "remote_tcp",
            "permitted_clients": [
                "*.client.com",
                "*.example.com"
            ],
            "pki_authmode": "x509/name",
            "tcp_ports": [
                6514,
                40000,
                40001
            ],
            "tls": true,
            "type": "remote"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.079)       0:00:34.472 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_pki_files.0.ca_cert_src | d(\"\")",
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.070)       0:00:34.542 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_pki_files.0.cert_src | d(\"\")",
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 26 October 2024  04:33:27 -0400 (0:00:00.067)       0:00:34.610 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_pki_files.0.private_key_src | d(\"\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 26 October 2024  04:33:28 -0400 (0:00:00.069)       0:00:34.679 ****** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "ActiveEnterTimestampMonotonic": "931031562",
        "ActiveExitTimestamp": "Sat 2024-10-26 04:32:35 EDT",
        "ActiveExitTimestampMonotonic": "915880720",
        "ActiveState": "active",
        "After": "system.slice basic.target sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "AssertTimestampMonotonic": "931013883",
        "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": "29072000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "ConditionTimestampMonotonic": "931013880",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "9189",
        "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/",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702878208",
        "EffectiveMemoryMax": "3702878208",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "ExecMainHandoffTimestampMonotonic": "931028433",
        "ExecMainPID": "79208",
        "ExecMainStartTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "ExecMainStartTimestampMonotonic": "931015152",
        "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": "Sat 2024-10-26 04:32:35 EDT",
        "InactiveEnterTimestampMonotonic": "915882125",
        "InactiveExitTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "InactiveExitTimestampMonotonic": "931015767",
        "InvocationID": "f7d91c377c6b4ee78b6547a358856b8e",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "79208",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3289399296",
        "MemoryCurrent": "1486848",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "2011136",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "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": "system.slice sysinit.target",
        "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": "Sat 2024-10-26 04:32:50 EDT",
        "StateChangeTimestampMonotonic": "931031562",
        "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": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 26 October 2024  04:33:28 -0400 (0:00:00.573)       0:00:35.253 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 26 October 2024  04:33:28 -0400 (0:00:00.053)       0:00:35.307 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 26 October 2024  04:33:28 -0400 (0:00:00.053)       0:00:35.360 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 26 October 2024  04:33:28 -0400 (0:00:00.145)       0:00:35.506 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729931570.7916806,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32",
        "ctime": 1729931557.466677,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4356560,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1724198400.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3223,
        "uid": 0,
        "version": "3992762400",
        "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 26 October 2024  04:33:29 -0400 (0:00:00.415)       0:00:35.922 ****** 
Notification for handler Restart rsyslogd has been saved.
changed: [managed-node2] => {
    "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-1729931609.3491294-33879-185803749595816/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [Force all notified handlers to run at this point, not waiting for normal sync points] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:67
Saturday 26 October 2024  04:33:30 -0400 (0:00:00.756)       0:00:36.679 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2
META: triggered running handlers for managed-node2

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 26 October 2024  04:33:30 -0400 (0:00:00.033)       0:00:36.712 ****** 
changed: [managed-node2] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "ActiveEnterTimestampMonotonic": "931031562",
        "ActiveExitTimestamp": "Sat 2024-10-26 04:32:35 EDT",
        "ActiveExitTimestampMonotonic": "915880720",
        "ActiveState": "active",
        "After": "system.slice basic.target sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "AssertTimestampMonotonic": "931013883",
        "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": "29860000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "ConditionTimestampMonotonic": "931013880",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "9189",
        "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/",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702878208",
        "EffectiveMemoryMax": "3702878208",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "ExecMainHandoffTimestampMonotonic": "931028433",
        "ExecMainPID": "79208",
        "ExecMainStartTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "ExecMainStartTimestampMonotonic": "931015152",
        "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": "Sat 2024-10-26 04:32:35 EDT",
        "InactiveEnterTimestampMonotonic": "915882125",
        "InactiveExitTimestamp": "Sat 2024-10-26 04:32:50 EDT",
        "InactiveExitTimestampMonotonic": "931015767",
        "InvocationID": "f7d91c377c6b4ee78b6547a358856b8e",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "79208",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3289337856",
        "MemoryCurrent": "1490944",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "2011136",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "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": "system.slice sysinit.target",
        "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": "Sat 2024-10-26 04:32:50 EDT",
        "StateChangeTimestampMonotonic": "931031562",
        "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": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "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 [Ensure config file size and counts] **************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:70
Saturday 26 October 2024  04:33:31 -0400 (0:00:01.370)       0:00:38.082 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node2

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 26 October 2024  04:33:31 -0400 (0:00:00.057)       0:00:38.139 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1729931610.9397182,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1729931609.933717,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 612368581,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729931609.9355018,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "3796908274",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Get file counts in /etc/rsyslog.d] ***************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 26 October 2024  04:33:31 -0400 (0:00:00.374)       0:00:38.514 ****** 
ok: [managed-node2] => {
    "changed": false,
    "examined": 12,
    "files": [
        {
            "atime": 1729931180.0396645,
            "ctime": 1729931157.7186615,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 318767299,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931006.3093183,
            "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": 1729931181.3156645,
            "ctime": 1729931157.7186615,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 331350214,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931007.5823185,
            "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": 1729931610.9397182,
            "ctime": 1729931593.8626952,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 457179333,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931593.4596946,
            "nlink": 1,
            "path": "/etc/rsyslog.d/00-global.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 349,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1729931610.9397182,
            "ctime": 1729931594.6826963,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 469762245,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931594.385696,
            "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": 1729931610.9397182,
            "ctime": 1729931596.8756993,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 482345157,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931596.609699,
            "nlink": 1,
            "path": "/etc/rsyslog.d/90-input-basics-system_input.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 456,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1729931610.9397182,
            "ctime": 1729931598.4587014,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 494928067,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931598.193701,
            "nlink": 1,
            "path": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 264,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1729931610.9397182,
            "ctime": 1729931599.665703,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 507511015,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931599.3907027,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 538,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1729931610.9397182,
            "ctime": 1729931600.8907046,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 520093909,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931600.6257043,
            "nlink": 1,
            "path": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 117,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1729931610.9397182,
            "ctime": 1729931602.1407065,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 532676804,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931601.854706,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 737,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1729931610.9397182,
            "ctime": 1729931603.4847083,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 545259719,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931603.2047079,
            "nlink": 1,
            "path": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 155,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1729931610.9397182,
            "ctime": 1729931604.6837099,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 557842657,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931604.4177096,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 216,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1729931610.9397182,
            "ctime": 1729931607.2317133,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 583008454,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1729931606.962713,
            "nlink": 1,
            "path": "/etc/rsyslog.d/30-output-files-files_output.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 1147,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    ],
    "matched": 12,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 26 October 2024  04:33:32 -0400 (0:00:00.459)       0:00:38.974 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 26 October 2024  04:33:32 -0400 (0:00:00.034)       0:00:39.008 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__conf_size == \"more\"",
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 26 October 2024  04:33:32 -0400 (0:00:00.029)       0:00:39.037 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 26 October 2024  04:33:32 -0400 (0:00:00.033)       0:00:39.071 ****** 
ok: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_ptcp.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
    "stat": {
        "atime": 1729931610.9397182,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c",
        "ctime": 1729931602.1407065,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 532676804,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729931601.854706,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 737,
        "uid": 0,
        "version": "826107036",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_tcp.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
    "stat": {
        "atime": 1729931610.9397182,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885",
        "ctime": 1729931599.665703,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 507511015,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729931599.3907027,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 538,
        "uid": 0,
        "version": "2097901149",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_udp.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
    "stat": {
        "atime": 1729931610.9397182,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088",
        "ctime": 1729931604.6837099,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 557842657,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729931604.4177096,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 216,
        "uid": 0,
        "version": "3947050427",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 26 October 2024  04:33:33 -0400 (0:00:01.090)       0:00:40.162 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__check_systemctl_status == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Install lsof] ************************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:81
Saturday 26 October 2024  04:33:33 -0400 (0:00:00.029)       0:00:40.192 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: lsof

TASK [Check lsof outputs for rsyslogd] *****************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:87
Saturday 26 October 2024  04:33:34 -0400 (0:00:00.735)       0:00:40.927 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd",
    "delta": "0:00:00.032940",
    "end": "2024-10-26 04:33:34.710184",
    "rc": 0,
    "start": "2024-10-26 04:33:34.677244"
}

STDOUT:

rsyslogd  84115   root    5u  IPv4 141821      0t0  TCP *:40012 (LISTEN)
rsyslogd  84115   root    6u  IPv6 141822      0t0  TCP *:40012 (LISTEN)
rsyslogd  84115   root    7u  IPv4 141825      0t0  TCP *:40011 (LISTEN)
rsyslogd  84115   root    8u  IPv6 141826      0t0  TCP *:40011 (LISTEN)
rsyslogd  84115   root    9u  IPv4 141829      0t0  TCP *:40010 (LISTEN)
rsyslogd  84115   root   10u  IPv6 141830      0t0  TCP *:40010 (LISTEN)
rsyslogd  84115   root   11u  IPv4 141833      0t0  TCP *:514 (LISTEN)
rsyslogd  84115   root   12u  IPv6 141834      0t0  TCP *:514 (LISTEN)
rsyslogd  84115   root   13u  IPv4 141837      0t0  TCP *:40001 (LISTEN)
rsyslogd  84115   root   14u  IPv6 141838      0t0  TCP *:40001 (LISTEN)
rsyslogd  84115   root   15u  IPv4 141841      0t0  TCP *:40000 (LISTEN)
rsyslogd  84115   root   16u  IPv6 141842      0t0  TCP *:40000 (LISTEN)
rsyslogd  84115   root   17u  IPv4 141845      0t0  TCP *:6514 (LISTEN)
rsyslogd  84115   root   18u  IPv6 141846      0t0  TCP *:6514 (LISTEN)
rsyslogd  84115   root   19u  IPv4 141849      0t0  UDP *:514 
rsyslogd  84115   root   20u  IPv6 141850      0t0  UDP *:514 
rsyslogd  84115   root   21u  IPv4 141853      0t0  UDP *:40020 
rsyslogd  84115   root   22u  IPv6 141854      0t0  UDP *:40020 

TASK [Show lsof output] ********************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:94
Saturday 26 October 2024  04:33:34 -0400 (0:00:00.487)       0:00:41.414 ****** 
ok: [managed-node2] => {}

MSG:

lsof returned rsyslogd  84115   root    5u  IPv4 141821      0t0  TCP *:40012 (LISTEN)
rsyslogd  84115   root    6u  IPv6 141822      0t0  TCP *:40012 (LISTEN)
rsyslogd  84115   root    7u  IPv4 141825      0t0  TCP *:40011 (LISTEN)
rsyslogd  84115   root    8u  IPv6 141826      0t0  TCP *:40011 (LISTEN)
rsyslogd  84115   root    9u  IPv4 141829      0t0  TCP *:40010 (LISTEN)
rsyslogd  84115   root   10u  IPv6 141830      0t0  TCP *:40010 (LISTEN)
rsyslogd  84115   root   11u  IPv4 141833      0t0  TCP *:514 (LISTEN)
rsyslogd  84115   root   12u  IPv6 141834      0t0  TCP *:514 (LISTEN)
rsyslogd  84115   root   13u  IPv4 141837      0t0  TCP *:40001 (LISTEN)
rsyslogd  84115   root   14u  IPv6 141838      0t0  TCP *:40001 (LISTEN)
rsyslogd  84115   root   15u  IPv4 141841      0t0  TCP *:40000 (LISTEN)
rsyslogd  84115   root   16u  IPv6 141842      0t0  TCP *:40000 (LISTEN)
rsyslogd  84115   root   17u  IPv4 141845      0t0  TCP *:6514 (LISTEN)
rsyslogd  84115   root   18u  IPv6 141846      0t0  TCP *:6514 (LISTEN)
rsyslogd  84115   root   19u  IPv4 141849      0t0  UDP *:514 
rsyslogd  84115   root   20u  IPv6 141850      0t0  UDP *:514 
rsyslogd  84115   root   21u  IPv4 141853      0t0  UDP *:40020 
rsyslogd  84115   root   22u  IPv6 141854      0t0  UDP *:40020 

TASK [Check port 514, 6514, 40010 and 40011 is open for TCP] *******************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:98
Saturday 26 October 2024  04:33:34 -0400 (0:00:00.035)       0:00:41.450 ****** 
ok: [managed-node2] => (item=514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 514",
    "delta": "0:00:00.025207",
    "end": "2024-10-26 04:33:35.135238",
    "item": 514,
    "rc": 0,
    "start": "2024-10-26 04:33:35.110031"
}

STDOUT:

rsyslogd  84115   root   11u  IPv4 141833      0t0  TCP *:514 (LISTEN)
rsyslogd  84115   root   12u  IPv6 141834      0t0  TCP *:514 (LISTEN)
rsyslogd  84115   root   17u  IPv4 141845      0t0  TCP *:6514 (LISTEN)
rsyslogd  84115   root   18u  IPv6 141846      0t0  TCP *:6514 (LISTEN)
ok: [managed-node2] => (item=6514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 6514",
    "delta": "0:00:00.023599",
    "end": "2024-10-26 04:33:35.490024",
    "item": 6514,
    "rc": 0,
    "start": "2024-10-26 04:33:35.466425"
}

STDOUT:

rsyslogd  84115   root   17u  IPv4 141845      0t0  TCP *:6514 (LISTEN)
rsyslogd  84115   root   18u  IPv6 141846      0t0  TCP *:6514 (LISTEN)
ok: [managed-node2] => (item=40010) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 40010",
    "delta": "0:00:00.024345",
    "end": "2024-10-26 04:33:35.850362",
    "item": 40010,
    "rc": 0,
    "start": "2024-10-26 04:33:35.826017"
}

STDOUT:

rsyslogd  84115   root    9u  IPv4 141829      0t0  TCP *:40010 (LISTEN)
rsyslogd  84115   root   10u  IPv6 141830      0t0  TCP *:40010 (LISTEN)
ok: [managed-node2] => (item=40011) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 40011",
    "delta": "0:00:00.021467",
    "end": "2024-10-26 04:33:36.202502",
    "item": 40011,
    "rc": 0,
    "start": "2024-10-26 04:33:36.181035"
}

STDOUT:

rsyslogd  84115   root    7u  IPv4 141825      0t0  TCP *:40011 (LISTEN)
rsyslogd  84115   root    8u  IPv6 141826      0t0  TCP *:40011 (LISTEN)

TASK [Check port 514 and 40020 is open for UDP] ********************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:105
Saturday 26 October 2024  04:33:36 -0400 (0:00:01.457)       0:00:42.907 ****** 
ok: [managed-node2] => (item=514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 514",
    "delta": "0:00:00.024065",
    "end": "2024-10-26 04:33:36.587269",
    "item": 514,
    "rc": 0,
    "start": "2024-10-26 04:33:36.563204"
}

STDOUT:

rsyslogd  84115   root   19u  IPv4 141849      0t0  UDP *:514 
rsyslogd  84115   root   20u  IPv6 141850      0t0  UDP *:514 
ok: [managed-node2] => (item=40020) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 40020",
    "delta": "0:00:00.027717",
    "end": "2024-10-26 04:33:36.945428",
    "item": 40020,
    "rc": 0,
    "start": "2024-10-26 04:33:36.917711"
}

STDOUT:

rsyslogd  84115   root   21u  IPv4 141853      0t0  UDP *:40020 
rsyslogd  84115   root   22u  IPv6 141854      0t0  UDP *:40020 

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:112
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.780)       0:00:43.687 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node2

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.057)       0:00:43.745 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.055)       0:00:43.800 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.029)       0:00:43.830 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.027)       0:00:43.857 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.051)       0:00:43.909 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [END TEST CASE 0; Clean up the deployed config] ***************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:115
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.027)       0:00:43.936 ****** 
included: fedora.linux_system_roles.logging for managed-node2

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.081)       0:00:44.017 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_inputs | d([])",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.060)       0:00:44.078 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.063)       0:00:44.141 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.060)       0:00:44.201 ****** 
skipping: [managed-node2] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.054)       0:00:44.256 ****** 
skipping: [managed-node2] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.060)       0:00:44.317 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.035)       0:00:44.353 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.085)       0:00:44.439 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.056)       0:00:44.495 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.058)       0:00:44.553 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 26 October 2024  04:33:37 -0400 (0:00:00.057)       0:00:44.611 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.102)       0:00:44.713 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.055)       0:00:44.769 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.058)       0:00:44.828 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.057)       0:00:44.885 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.055)       0:00:44.941 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.055)       0:00:44.996 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.056)       0:00:45.052 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.056)       0:00:45.108 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.057)       0:00:45.166 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.056)       0:00:45.222 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.056)       0:00:45.278 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.055)       0:00:45.334 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.092)       0:00:45.426 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.055)       0:00:45.482 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.049)       0:00:45.532 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.050)       0:00:45.583 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 26 October 2024  04:33:38 -0400 (0:00:00.054)       0:00:45.637 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.087)       0:00:45.724 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.055)       0:00:45.780 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.028)       0:00:45.809 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.066)       0:00:45.875 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.029)       0:00:45.904 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.030)       0:00:45.935 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.054)       0:00:45.989 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.090)       0:00:46.080 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.058)       0:00:46.138 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.055)       0:00:46.194 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.058)       0:00:46.253 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.055)       0:00:46.308 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.063)       0:00:46.371 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.055)       0:00:46.426 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.059)       0:00:46.486 ****** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.054)       0:00:46.540 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 26 October 2024  04:33:39 -0400 (0:00:00.050)       0:00:46.591 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 26 October 2024  04:33:40 -0400 (0:00:00.056)       0:00:46.648 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 26 October 2024  04:33:40 -0400 (0:00:00.036)       0:00:46.685 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 26 October 2024  04:33:40 -0400 (0:00:00.036)       0:00:46.721 ****** 
ok: [managed-node2] => (item=/tmp/collections-GH2/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": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 26 October 2024  04:33:40 -0400 (0:00:00.072)       0:00:46.794 ****** 
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 26 October 2024  04:33:40 -0400 (0:00:00.093)       0:00:46.887 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 26 October 2024  04:33:40 -0400 (0:00:00.198)       0:00:47.086 ****** 
ok: [managed-node2] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.051278",
    "end": "2024-10-26 04:33:40.824343",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-10-26 04:33:40.773065"
}
ok: [managed-node2] => (item=rsyslog) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "rsyslog"
    ],
    "delta": "0:00:00.055953",
    "end": "2024-10-26 04:33:41.218335",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 1,
    "start": "2024-10-26 04:33:41.162382"
}

STDOUT:

S.5....T.  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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 26 October 2024  04:33:41 -0400 (0:00:00.836)       0:00:47.922 ****** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: iproute-6.7.0-4.el10.x86_64",
        "Removed: rsyslog-8.2408.0-1.el10.x86_64",
        "Removed: rsyslog-gnutls-8.2408.0-1.el10.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 26 October 2024  04:33:42 -0400 (0:00:01.175)       0:00:49.098 ****** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-8.2408.0-1.el10.x86_64",
        "Installed: iproute-6.7.0-4.el10.x86_64"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 26 October 2024  04:33:44 -0400 (0:00:02.052)       0:00:51.151 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 26 October 2024  04:33:44 -0400 (0:00:00.034)       0:00:51.185 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "21.el10",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "48.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "48.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "19.el10",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.25.0"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "101.3.el10",
                    "source": "rpm",
                    "version": "2024.2.69_v8.0.303"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-gpg-keys",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.79.20"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "9.5"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "9.5"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.11^20190603git9e74f2d"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git7a71364.el10",
                    "source": "rpm",
                    "version": "20241010"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git7a71364.el10",
                    "source": "rpm",
                    "version": "20241010"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.5"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "8.9.1"
                }
            ],
            "cyrus-sasl-gssapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-gssapi",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "35"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-event",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-event-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.11"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "6.7"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.10.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "17.el10",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "22.el10.gating_test1",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fuse3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse3-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.16.2"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gawk-all-langpacks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk-all-langpacks",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.80.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.4.5"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.4.5"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.8.7"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.79.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "76.el10",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "10.1.el10",
                    "source": "rpm",
                    "version": "0.379"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "10.26"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "10.26"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "7.21"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "7.21"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "20240905"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "iwlwifi-dvm-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwlwifi-dvm-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "iwlwifi-mvm-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwlwifi-mvm-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kexec-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kexec-tools",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.0.29"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "0.9.9"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "661"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "20.el10",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.5.6"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcap-ng-python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng-python3",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.1.21"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "8.9.1"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "51.20230828cvs.el10",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.2304.0"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.50"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libkcapi-hasher": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hasher",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.6.7"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "28.el10",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.64.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.9.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "2.5.3"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "0.7.29"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "0.el10",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "liburing": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liburing",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.12.5"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.1.39"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.9.32"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.22.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "B.02.20"
                }
            ],
            "lsof": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsof",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.98.0"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "lvm2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.03.27"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "lvm2-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.03.27"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "makedumpfile": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "makedumpfile",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "1.7.5"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.52.24"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "19.el10",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "28.el10",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.0.18"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.13.0"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.el10.2",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.el10.2",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.3"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.89"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "2.189"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.56"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.38"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "17.el10",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.14"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.58"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.14"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.55"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.91"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "23.el10",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.27"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.40.0"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.40.0"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.12"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.29"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.8"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.3.0"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "125"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "125"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "29.el10",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.2.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "43.0.0"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "3.46.0"
                }
            ],
            "python3-gobject-base-noarch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-gobject-base-noarch",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "3.46.0"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.1.21"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.2.1"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-packaging": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-packaging",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "23.2"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "24.el10",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "18.el10",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.32.3"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.17.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 18,
                    "name": "qemu-guest-agent",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "redhat-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "redhat-mono-vf-fonts",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.0.3"
                }
            ],
            "redhat-text-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "redhat-text-vf-fonts",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.0.3"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "37.el10",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-audit",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "8.2408.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "40.13.10"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "40.13.10"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.48"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.48"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.15.0"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.1.10"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.46.1"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.6.1"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-krb5-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-krb5-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "7.p5.el10",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "sudo-python-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo-python-plugin",
                    "release": "7.p5.el10",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "24.el10",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.24.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "42.el10",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.6.2"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.6.2"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.1.6"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 26 October 2024  04:33:45 -0400 (0:00:00.775)       0:00:51.960 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2408.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 26 October 2024  04:33:45 -0400 (0:00:00.040)       0:00:52.001 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 26 October 2024  04:33:45 -0400 (0:00:00.036)       0:00:52.037 ****** 
ok: [managed-node2] => {}

MSG:

Rsyslog_version is 8.2408.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 26 October 2024  04:33:45 -0400 (0:00:00.040)       0:00:52.078 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 26 October 2024  04:33:45 -0400 (0:00:00.053)       0:00:52.131 ****** 
ok: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 26 October 2024  04:33:45 -0400 (0:00:00.398)       0:00:52.529 ****** 
ok: [managed-node2] => {
    "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": 29,
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 26 October 2024  04:33:46 -0400 (0:00:00.400)       0:00:52.929 ****** 
ok: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 26 October 2024  04:33:46 -0400 (0:00:00.397)       0:00:53.326 ****** 
ok: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 26 October 2024  04:33:46 -0400 (0:00:00.125)       0:00:53.452 ****** 
skipping: [managed-node2] => (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_inputs | d([])",
    "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: [managed-node2] => (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_inputs | d([])",
    "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: [managed-node2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "rsyslog_inputs | d([])",
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 26 October 2024  04:33:46 -0400 (0:00:00.066)       0:00:53.519 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "rsyslog_inputs | d([])",
                        "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_inputs | d([])",
                        "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_inputs | d([])",
                        "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 26 October 2024  04:33:46 -0400 (0:00:00.059)       0:00:53.578 ****** 
skipping: [managed-node2] => (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: [managed-node2] => (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: [managed-node2] => (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: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 26 October 2024  04:33:47 -0400 (0:00:00.062)       0:00:53.641 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 26 October 2024  04:33:47 -0400 (0:00:00.073)       0:00:53.715 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 26 October 2024  04:33:47 -0400 (0:00:00.049)       0:00:53.765 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 26 October 2024  04:33:47 -0400 (0:00:00.030)       0:00:53.795 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 26 October 2024  04:33:47 -0400 (0:00:00.030)       0:00:53.826 ****** 
ok: [managed-node2] => {
    "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.071180",
    "end": "2024-10-26 04:33:47.581573",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-26 04:33:47.510393"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf
/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf
/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/11-input-remote-remote_ptcp.conf
/etc/rsyslog.d/11-input-remote-remote_tcp.conf
/etc/rsyslog.d/11-input-remote-remote_udp.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/30-output-files-files_output.conf
/etc/rsyslog.d/90-input-basics-system_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 26 October 2024  04:33:47 -0400 (0:00:00.461)       0:00:54.288 ****** 
changed: [managed-node2] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/90-input-basics-system_input.conf",
    "path": "/etc/rsyslog.d/90-input-basics-system_input.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/05-common-defaults.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/05-common-defaults.conf",
    "path": "/etc/rsyslog.d/05-common-defaults.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
    "path": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/30-output-files-files_output.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/30-output-files-files_output.conf",
    "path": "/etc/rsyslog.d/30-output-files-files_output.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_udp.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
    "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_ptcp.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
    "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf",
    "path": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
    "path": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/11-input-remote-remote_tcp.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
    "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/10-output-files-modules.conf",
    "path": "/etc/rsyslog.d/10-output-files-modules.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/00-global.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/00-global.conf",
    "path": "/etc/rsyslog.d/00-global.conf",
    "state": "absent"
}
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
Notification for handler Restart rsyslogd has been saved.
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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 26 October 2024  04:33:51 -0400 (0:00:04.239)       0:00:58.528 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 26 October 2024  04:33:51 -0400 (0:00:00.053)       0:00:58.581 ****** 
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.071)       0:00:58.653 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.059)       0:00:58.712 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.060)       0:00:58.773 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.059)       0:00:58.833 ****** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-26 04:33:31 EDT",
        "ActiveEnterTimestampMonotonic": "971601817",
        "ActiveExitTimestamp": "Sat 2024-10-26 04:33:42 EDT",
        "ActiveExitTimestampMonotonic": "982309203",
        "ActiveState": "inactive",
        "After": "basic.target sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "AssertTimestampMonotonic": "971166174",
        "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": "yes",
        "ConditionTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "ConditionTimestampMonotonic": "971166170",
        "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/",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702878208",
        "EffectiveMemoryMax": "3702878208",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-10-26 04:33:42 EDT",
        "ExecMainExitTimestampMonotonic": "982315477",
        "ExecMainHandoffTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "ExecMainHandoffTimestampMonotonic": "971176320",
        "ExecMainPID": "84115",
        "ExecMainStartTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "ExecMainStartTimestampMonotonic": "971167190",
        "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": "Sat 2024-10-26 04:33:42 EDT",
        "InactiveEnterTimestampMonotonic": "982315578",
        "InactiveExitTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "InactiveExitTimestampMonotonic": "971167749",
        "InvocationID": "48d88c31960c426d984dfe2390ef5709",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3289210880",
        "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",
        "MemoryZSwapWriteback": "yes",
        "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": "Sat 2024-10-26 04:33:42 EDT",
        "StateChangeTimestampMonotonic": "982315578",
        "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": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.562)       0:00:59.396 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.051)       0:00:59.447 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.051)       0:00:59.498 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.058)       0:00:59.557 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 26 October 2024  04:33:52 -0400 (0:00:00.054)       0:00:59.612 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__rsyslog_generate_conf | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Force all notified handlers to run at this point, not waiting for normal sync points] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:127
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.086)       0:00:59.698 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2
META: triggered running handlers for managed-node2

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.032)       0:00:59.731 ****** 
changed: [managed-node2] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-26 04:33:31 EDT",
        "ActiveEnterTimestampMonotonic": "971601817",
        "ActiveExitTimestamp": "Sat 2024-10-26 04:33:42 EDT",
        "ActiveExitTimestampMonotonic": "982309203",
        "ActiveState": "inactive",
        "After": "basic.target sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "AssertTimestampMonotonic": "971166174",
        "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": "yes",
        "ConditionTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "ConditionTimestampMonotonic": "971166170",
        "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/",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702878208",
        "EffectiveMemoryMax": "3702878208",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-10-26 04:33:42 EDT",
        "ExecMainExitTimestampMonotonic": "982315477",
        "ExecMainHandoffTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "ExecMainHandoffTimestampMonotonic": "971176320",
        "ExecMainPID": "84115",
        "ExecMainStartTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "ExecMainStartTimestampMonotonic": "971167190",
        "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": "Sat 2024-10-26 04:33:42 EDT",
        "InactiveEnterTimestampMonotonic": "982315578",
        "InactiveExitTimestamp": "Sat 2024-10-26 04:33:30 EDT",
        "InactiveExitTimestampMonotonic": "971167749",
        "InvocationID": "48d88c31960c426d984dfe2390ef5709",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "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": "3295727616",
        "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",
        "MemoryZSwapWriteback": "yes",
        "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": "Sat 2024-10-26 04:33:42 EDT",
        "StateChangeTimestampMonotonic": "982315578",
        "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": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "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 [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:130
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.588)       0:01:00.320 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node2

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.064)       0:01:00.384 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.055)       0:01:00.439 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.029)       0:01:00.468 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.027)       0:01:00.496 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.056)       0:01:00.552 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [TEST CASE 1; Test the server configuration containing conflicted tls inputs in the remote input] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:140
Saturday 26 October 2024  04:33:53 -0400 (0:00:00.029)       0:01:00.581 ****** 
included: fedora.linux_system_roles.logging for managed-node2

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.063)       0:01:00.645 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_outputs | d([]) | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', 'match', '^files$') | list | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.061)       0:01:00.706 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "files_output",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.062)       0:01:00.768 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "system_input",
                "type": "basics"
            },
            {
                "name": "remote_tcp_0",
                "permitted_clients": [
                    "*.client.com",
                    "*.example.com"
                ],
                "pki_authmode": "x509/name",
                "tcp_ports": [
                    6514,
                    40000,
                    40001
                ],
                "tls": true,
                "type": "remote"
            },
            {
                "name": "remote_tcp_1",
                "tcp_ports": [
                    514,
                    40010,
                    40011
                ],
                "tls": true,
                "type": "remote"
            },
            {
                "name": "remote_udp",
                "type": "remote",
                "udp_ports": [
                    514,
                    40020
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.066)       0:01:00.835 ****** 
skipping: [managed-node2] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.054)       0:01:00.889 ****** 
skipping: [managed-node2] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.065)       0:01:00.955 ****** 
skipping: [managed-node2] => (item={'name': 'flows', 'inputs': ['system_input', 'remote_tcp_0', 'remote_tcp_1', 'remote_udp'], 'outputs': ['files_output']})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length",
    "item": {
        "inputs": [
            "system_input",
            "remote_tcp_0",
            "remote_tcp_1",
            "remote_udp"
        ],
        "name": "flows",
        "outputs": [
            "files_output"
        ]
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.066)       0:01:01.022 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.089)       0:01:01.111 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.059)       0:01:01.170 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.056)       0:01:01.227 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.059)       0:01:01.286 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.057)       0:01:01.343 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.148)       0:01:01.492 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.057)       0:01:01.549 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 26 October 2024  04:33:54 -0400 (0:00:00.065)       0:01:01.614 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.055)       0:01:01.669 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.060)       0:01:01.730 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.055)       0:01:01.785 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.058)       0:01:01.844 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.055)       0:01:01.899 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.060)       0:01:01.959 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.055)       0:01:02.015 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.059)       0:01:02.074 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.085)       0:01:02.160 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.055)       0:01:02.215 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.054)       0:01:02.270 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.049)       0:01:02.319 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.058)       0:01:02.377 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.088)       0:01:02.466 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.055)       0:01:02.522 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.028)       0:01:02.551 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 26 October 2024  04:33:55 -0400 (0:00:00.034)       0:01:02.586 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.067)       0:01:02.654 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.029)       0:01:02.683 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.058)       0:01:02.741 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.088)       0:01:02.830 ****** 
included: fedora.linux_system_roles.certificate for managed-node2

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.090)       0:01:02.921 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.079)       0:01:03.001 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.064)       0:01:03.065 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __certificate_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.055)       0:01:03.120 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __certificate_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.058)       0:01:03.179 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node2] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 26 October 2024  04:33:56 -0400 (0:00:00.108)       0:01:03.288 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 26 October 2024  04:33:57 -0400 (0:00:00.741)       0:01:04.030 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: certmonger python3-packaging

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 26 October 2024  04:33:58 -0400 (0:00:00.738)       0:01:04.768 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/etc/certmonger//pre-scripts",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 26 October 2024  04:33:58 -0400 (0:00:00.416)       0:01:05.185 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/etc/certmonger//post-scripts",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 26 October 2024  04:33:58 -0400 (0:00:00.411)       0:01:05.597 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-26 04:33:05 EDT",
        "ActiveEnterTimestampMonotonic": "945966383",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service sysinit.target system.slice syslog.target dbus.socket basic.target systemd-journald.socket network.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-26 04:33:05 EDT",
        "AssertTimestampMonotonic": "945941929",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "490652000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-10-26 04:33:05 EDT",
        "ConditionTimestampMonotonic": "945941925",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlGroupId": "9554",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702878208",
        "EffectiveMemoryMax": "3702878208",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sat 2024-10-26 04:33:05 EDT",
        "ExecMainHandoffTimestampMonotonic": "945955552",
        "ExecMainPID": "80520",
        "ExecMainStartTimestamp": "Sat 2024-10-26 04:33:05 EDT",
        "ExecMainStartTimestampMonotonic": "945942934",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "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/certmonger.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": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-10-26 04:33:05 EDT",
        "InactiveExitTimestampMonotonic": "945945325",
        "InvocationID": "df81da6ca69f48269db0369b9174af5a",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "80520",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3295551488",
        "MemoryCurrent": "1957888",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "9621504",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "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": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus-broker.service",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target dbus.socket",
        "Restart": "no",
        "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": "journal",
        "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": "Sat 2024-10-26 04:33:44 EDT",
        "StateChangeTimestampMonotonic": "984437822",
        "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": "1",
        "TasksMax": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 26 October 2024  04:33:59 -0400 (0:00:00.576)       0:01:06.173 ****** 
changed: [managed-node2] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "ca": "self-sign",
        "dns": [
            "localhost",
            "www.example.com"
        ],
        "name": "logging_cert"
    }
}

MSG:

Certificate requested (update).

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 26 October 2024  04:34:00 -0400 (0:00:00.850)       0:01:07.024 ****** 
skipping: [managed-node2] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "cert",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "name": "logging_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "key",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "name": "logging_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "ca",
        {
            "ca": "self-sign",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "name": "logging_cert"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 26 October 2024  04:34:00 -0400 (0:00:00.078)       0:01:07.103 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 26 October 2024  04:34:00 -0400 (0:00:00.056)       0:01:07.160 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 26 October 2024  04:34:00 -0400 (0:00:00.161)       0:01:07.321 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 26 October 2024  04:34:00 -0400 (0:00:00.080)       0:01:07.401 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 26 October 2024  04:34:00 -0400 (0:00:00.057)       0:01:07.459 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 26 October 2024  04:34:00 -0400 (0:00:00.060)       0:01:07.520 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 26 October 2024  04:34:00 -0400 (0:00:00.057)       0:01:07.577 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.063)       0:01:07.641 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.060)       0:01:07.701 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.062)       0:01:07.764 ****** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.057)       0:01:07.821 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.053)       0:01:07.875 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.057)       0:01:07.932 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.038)       0:01:07.970 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.036)       0:01:08.007 ****** 
ok: [managed-node2] => (item=/tmp/collections-GH2/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": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.074)       0:01:08.081 ****** 
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.096)       0:01:08.177 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.108)       0:01:08.286 ****** 
skipping: [managed-node2] => (item=iproute)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "logging_purge_confs | bool | d(false)",
    "item": "iproute",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=rsyslog)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "logging_purge_confs | bool | d(false)",
    "item": "rsyslog",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.058)       0:01:08.345 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_purge_confs | bool | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 26 October 2024  04:34:01 -0400 (0:00:00.099)       0:01:08.445 ****** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-gnutls-8.2408.0-1.el10.x86_64"
    ]
}
lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 26 October 2024  04:34:02 -0400 (0:00:01.149)       0:01:09.594 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 26 October 2024  04:34:02 -0400 (0:00:00.034)       0:01:09.628 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "21.el10",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "48.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "48.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "19.el10",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.25.0"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "101.3.el10",
                    "source": "rpm",
                    "version": "2024.2.69_v8.0.303"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-gpg-keys",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.79.20"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "9.5"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "9.5"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.11^20190603git9e74f2d"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git7a71364.el10",
                    "source": "rpm",
                    "version": "20241010"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git7a71364.el10",
                    "source": "rpm",
                    "version": "20241010"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.5"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "8.9.1"
                }
            ],
            "cyrus-sasl-gssapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-gssapi",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "35"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-event",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-event-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.11"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "6.7"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.10.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "17.el10",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "22.el10.gating_test1",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fuse3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse3-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.16.2"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gawk-all-langpacks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk-all-langpacks",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.80.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.4.5"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.4.5"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.8.7"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.79.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "76.el10",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "10.1.el10",
                    "source": "rpm",
                    "version": "0.379"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "10.26"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "10.26"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "7.21"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "7.21"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "20240905"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "iwlwifi-dvm-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwlwifi-dvm-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "iwlwifi-mvm-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwlwifi-mvm-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kexec-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kexec-tools",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.0.29"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "0.9.9"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "661"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "20.el10",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.5.6"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcap-ng-python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng-python3",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.1.21"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "8.9.1"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "51.20230828cvs.el10",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.2304.0"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.50"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libkcapi-hasher": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hasher",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.6.7"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "28.el10",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.64.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.9.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "2.5.3"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "0.7.29"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "0.el10",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "liburing": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liburing",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.12.5"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.1.39"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.9.32"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.22.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "B.02.20"
                }
            ],
            "lsof": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsof",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.98.0"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "lvm2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.03.27"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "lvm2-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.03.27"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "makedumpfile": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "makedumpfile",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "1.7.5"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.52.24"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "19.el10",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "28.el10",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.0.18"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.13.0"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.el10.2",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.el10.2",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.3"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.89"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "2.189"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.56"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.38"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "17.el10",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.14"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.58"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.14"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.55"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.91"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "23.el10",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.27"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.40.0"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.40.0"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.12"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.29"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.8"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.3.0"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "125"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "125"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "29.el10",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.2.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "43.0.0"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "3.46.0"
                }
            ],
            "python3-gobject-base-noarch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-gobject-base-noarch",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "3.46.0"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.1.21"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.2.1"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-packaging": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-packaging",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "23.2"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "24.el10",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "18.el10",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.32.3"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.17.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 18,
                    "name": "qemu-guest-agent",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "redhat-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "redhat-mono-vf-fonts",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.0.3"
                }
            ],
            "redhat-text-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "redhat-text-vf-fonts",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.0.3"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "37.el10",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-audit",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "8.2408.0"
                }
            ],
            "rsyslog-gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog-gnutls",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "8.2408.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "40.13.10"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "40.13.10"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.48"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.48"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.15.0"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.1.10"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.46.1"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.6.1"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-krb5-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-krb5-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "7.p5.el10",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "sudo-python-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo-python-plugin",
                    "release": "7.p5.el10",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "24.el10",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.24.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "42.el10",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.6.2"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.6.2"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.1.6"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 26 October 2024  04:34:03 -0400 (0:00:00.785)       0:01:10.414 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2408.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 26 October 2024  04:34:03 -0400 (0:00:00.041)       0:01:10.456 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 26 October 2024  04:34:03 -0400 (0:00:00.034)       0:01:10.491 ****** 
ok: [managed-node2] => {}

MSG:

Rsyslog_version is 8.2408.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 26 October 2024  04:34:03 -0400 (0:00:00.041)       0:01:10.532 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 26 October 2024  04:34:03 -0400 (0:00:00.050)       0:01:10.582 ****** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rsyslog.d",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 26 October 2024  04:34:04 -0400 (0:00:00.393)       0:01:10.976 ****** 
ok: [managed-node2] => {
    "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": 29,
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 26 October 2024  04:34:04 -0400 (0:00:00.398)       0:01:11.375 ****** 
ok: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 26 October 2024  04:34:05 -0400 (0:00:00.393)       0:01:11.768 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 26 October 2024  04:34:05 -0400 (0:00:00.115)       0:01:11.884 ****** 
changed: [managed-node2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n  maxMessageSize="8192"\n)\n'}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
    "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 349,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931645.3203442-34530-125222712296287/.source.conf",
    "state": "file",
    "uid": 0
}
skipping: [managed-node2] => (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: [managed-node2] => (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-1729931646.0098789-34530-109461193264138/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 26 October 2024  04:34:06 -0400 (0:00:01.420)       0:01:13.304 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931645.3203442-34530-125222712296287/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931645.3203442-34530-125222712296287/.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-1729931646.0098789-34530-109461193264138/.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-1729931646.0098789-34530-109461193264138/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 26 October 2024  04:34:06 -0400 (0:00:00.060)       0:01:13.365 ****** 
skipping: [managed-node2] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n  defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (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: [managed-node2] => (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: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 26 October 2024  04:34:06 -0400 (0:00:00.066)       0:01:13.432 ****** 
ok: [managed-node2] => (item={'name': 'system_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/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": "system_input",
        "type": "basics"
    }
}
ok: [managed-node2] => (item={'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "name": "remote_tcp_0",
        "permitted_clients": [
            "*.client.com",
            "*.example.com"
        ],
        "pki_authmode": "x509/name",
        "tcp_ports": [
            6514,
            40000,
            40001
        ],
        "tls": true,
        "type": "remote"
    }
}
ok: [managed-node2] => (item={'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "name": "remote_tcp_1",
        "tcp_ports": [
            514,
            40010,
            40011
        ],
        "tls": true,
        "type": "remote"
    }
}
ok: [managed-node2] => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}) => {
    "ansible_facts": {
        "__rsyslog_remote_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "name": "remote_udp",
        "type": "remote",
        "udp_ports": [
            514,
            40020
        ]
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 26 October 2024  04:34:06 -0400 (0:00:00.085)       0:01:13.517 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node2 => (item={'name': 'system_input', 'type': 'basics'})
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2 => (item={'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']})
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2 => (item={'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True})
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node2 => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 26 October 2024  04:34:07 -0400 (0:00:00.139)       0:01:13.657 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:34:07 -0400 (0:00:00.183)       0:01:13.840 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:34:07 -0400 (0:00:00.057)       0:01:13.897 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:34:07 -0400 (0:00:00.048)       0:01:13.946 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931645.3203442-34530-125222712296287/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931645.3203442-34530-125222712296287/.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-1729931646.0098789-34530-109461193264138/.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-1729931646.0098789-34530-109461193264138/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:34:07 -0400 (0:00:00.063)       0:01:14.010 ****** 
skipping: [managed-node2] => {
    "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-system_input] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 26 October 2024  04:34:07 -0400 (0:00:00.050)       0:01:14.060 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 26 October 2024  04:34:07 -0400 (0:00:00.086)       0:01:14.146 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 26 October 2024  04:34:07 -0400 (0:00:00.055)       0:01:14.201 ****** 
changed: [managed-node2] => (item={'name': 'input-basics-system_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 files_output\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
    "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-basics-system_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 files_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 456,
    "src": "/root/.ansible/tmp/ansible-tmp-1729931647.7366652-34576-163225761198614/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.818)       0:01:15.019 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                        "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  defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n  defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n  maxMessageSize=\"8192\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91",
                                "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-1729931645.3203442-34530-125222712296287/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 349,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931645.3203442-34530-125222712296287/.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-1729931646.0098789-34530-109461193264138/.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-1729931646.0098789-34530-109461193264138/.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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                        "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-basics-system_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 files_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81",
                                "content": null,
                                "dest": "/etc/rsyslog.d/90-input-basics-system_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-1729931647.7366652-34576-163225761198614/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 456,
                        "src": "/root/.ansible/tmp/ansible-tmp-1729931647.7366652-34576-163225761198614/.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.064)       0:01:15.084 ****** 
skipping: [managed-node2] => (item={'name': 'input-basics-system_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 files_output\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-system_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 files_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:12
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.153)       0:01:15.238 ****** 
skipping: [managed-node2] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [
        {
            "name": "remote_udp",
            "type": "remote",
            "udp_ports": [
                514,
                40020
            ]
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 1",
    "item": [],
    "skip_reason": "Conditional result was False"
}
failed: [managed-node2] (item=[{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": [
        {
            "name": "remote_tcp_0",
            "permitted_clients": [
                "*.client.com",
                "*.example.com"
            ],
            "pki_authmode": "x509/name",
            "tcp_ports": [
                6514,
                40000,
                40001
            ],
            "tls": true,
            "type": "remote"
        },
        {
            "name": "remote_tcp_1",
            "tcp_ports": [
                514,
                40010,
                40011
            ],
            "tls": true,
            "type": "remote"
        }
    ]
}

MSG:

Error: remote_tcp_0 and remote_tcp_1 conflict.

TASK [Expected error] **********************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:183
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.096)       0:01:15.334 ****** 
ok: [managed-node2] => {}

MSG:

{'results': [{'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'item | length > 1', '_ansible_no_log': False, 'item': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]}, {'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'item | length > 1', '_ansible_no_log': False, 'item': [], 'ansible_loop_var': 'item', '_ansible_item_label': []}, {'failed': True, 'msg': 'Error: remote_tcp_0 and remote_tcp_1 conflict.', '_ansible_no_log': False, 'changed': False, 'item': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]}], 'skipped': False, 'failed': True, 'msg': 'One or more items failed', 'changed': False}

TASK [Ensure the expected error message is issued] *****************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:186
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.036)       0:01:15.370 ****** 
ok: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'item | length > 1', '_ansible_no_log': False, 'item': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "false_condition": "item | length > 1",
        "item": [
            {
                "name": "remote_udp",
                "type": "remote",
                "udp_ports": [
                    514,
                    40020
                ]
            }
        ],
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

MSG:

All assertions passed
ok: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'item | length > 1', '_ansible_no_log': False, 'item': [], 'ansible_loop_var': 'item', '_ansible_item_label': []}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "false_condition": "item | length > 1",
        "item": [],
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

MSG:

All assertions passed
ok: [managed-node2] => (item={'failed': True, 'msg': 'Error: remote_tcp_0 and remote_tcp_1 conflict.', '_ansible_no_log': False, 'changed': False, 'item': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "failed": true,
        "item": [
            {
                "name": "remote_tcp_0",
                "permitted_clients": [
                    "*.client.com",
                    "*.example.com"
                ],
                "pki_authmode": "x509/name",
                "tcp_ports": [
                    6514,
                    40000,
                    40001
                ],
                "tls": true,
                "type": "remote"
            },
            {
                "name": "remote_tcp_1",
                "tcp_ports": [
                    514,
                    40010,
                    40011
                ],
                "tls": true,
                "type": "remote"
            }
        ],
        "msg": "Error: remote_tcp_0 and remote_tcp_1 conflict."
    }
}

MSG:

All assertions passed

TASK [END TEST CASE 1; Clean up the deployed config] ***************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:193
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.061)       0:01:15.432 ****** 
included: fedora.linux_system_roles.logging for managed-node2

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.062)       0:01:15.494 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_inputs | d([])",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.062)       0:01:15.557 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 26 October 2024  04:34:08 -0400 (0:00:00.061)       0:01:15.619 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.063)       0:01:15.682 ****** 
skipping: [managed-node2] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.054)       0:01:15.737 ****** 
skipping: [managed-node2] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.111)       0:01:15.848 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.029)       0:01:15.878 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.089)       0:01:15.967 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.057)       0:01:16.025 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.058)       0:01:16.084 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.059)       0:01:16.143 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.057)       0:01:16.200 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.056)       0:01:16.257 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.055)       0:01:16.312 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.058)       0:01:16.371 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.055)       0:01:16.426 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.058)       0:01:16.484 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.055)       0:01:16.540 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 26 October 2024  04:34:09 -0400 (0:00:00.057)       0:01:16.597 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.055)       0:01:16.652 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.058)       0:01:16.710 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.062)       0:01:16.773 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.057)       0:01:16.831 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.087)       0:01:16.919 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.056)       0:01:16.975 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.098)       0:01:17.074 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.050)       0:01:17.125 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.060)       0:01:17.185 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.090)       0:01:17.276 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.056)       0:01:17.332 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.030)       0:01:17.363 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.029)       0:01:17.392 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.031)       0:01:17.423 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.029)       0:01:17.453 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.061)       0:01:17.514 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 26 October 2024  04:34:10 -0400 (0:00:00.089)       0:01:17.604 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.056)       0:01:17.660 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.059)       0:01:17.720 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.060)       0:01:17.781 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.059)       0:01:17.841 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.055)       0:01:17.897 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.059)       0:01:17.956 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.055)       0:01:18.012 ****** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.056)       0:01:18.068 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.099)       0:01:18.167 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.058)       0:01:18.226 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.036)       0:01:18.262 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.037)       0:01:18.299 ****** 
ok: [managed-node2] => (item=/tmp/collections-GH2/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": [
        "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.070)       0:01:18.370 ****** 
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=/tmp/collections-GH2/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": "/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.098)       0:01:18.468 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 26 October 2024  04:34:11 -0400 (0:00:00.103)       0:01:18.572 ****** 
ok: [managed-node2] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.051380",
    "end": "2024-10-26 04:34:12.311515",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-10-26 04:34:12.260135"
}
ok: [managed-node2] => (item=rsyslog) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "rsyslog"
    ],
    "delta": "0:00:00.055398",
    "end": "2024-10-26 04:34:12.708930",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 0,
    "start": "2024-10-26 04:34:12.653532"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 26 October 2024  04:34:12 -0400 (0:00:00.843)       0:01:19.416 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 26 October 2024  04:34:12 -0400 (0:00:00.061)       0:01:19.477 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 26 October 2024  04:34:13 -0400 (0:00:00.743)       0:01:20.220 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44
Saturday 26 October 2024  04:34:13 -0400 (0:00:00.031)       0:01:20.252 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "packages": {
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "NetworkManager-tui": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-tui",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.51.2"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.30"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "21.el10",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "48.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "48.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "19.el10",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.25.0"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "101.3.el10",
                    "source": "rpm",
                    "version": "2024.2.69_v8.0.303"
                }
            ],
            "centos-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-gpg-keys",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "centos-stream-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-release",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "centos-stream-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "centos-stream-repos",
                    "release": "0.21.el10",
                    "source": "rpm",
                    "version": "10.0"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.79.20"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "9.5"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "9.5"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cronie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "cronie-anacron": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cronie-anacron",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "crontabs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crontabs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.11^20190603git9e74f2d"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git7a71364.el10",
                    "source": "rpm",
                    "version": "20241010"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git7a71364.el10",
                    "source": "rpm",
                    "version": "20241010"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.5"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "8.9.1"
                }
            ],
            "cyrus-sasl-gssapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-gssapi",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "35"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-event",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-event-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "device-mapper-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.02.201"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.11"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "6.7"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.10.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "17.el10",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "22.el10.gating_test1",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fuse3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse3-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.16.2"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gawk-all-langpacks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk-all-langpacks",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.80.4"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "22.el10",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.4.5"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.4.5"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.8.7"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.79.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240401"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "133.el10",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "76.el10",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "10.1.el10",
                    "source": "rpm",
                    "version": "0.379"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts-rename-device": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "initscripts-rename-device",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "10.26"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "10.26"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "ipset": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "7.21"
                }
            ],
            "ipset-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipset-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "7.21"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "20240905"
                }
            ],
            "irqbalance": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "irqbalance",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "iwlwifi-dvm-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwlwifi-dvm-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "iwlwifi-mvm-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iwlwifi-mvm-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kernel-tools-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-tools-libs",
                    "release": "25.el10",
                    "source": "rpm",
                    "version": "6.11.0"
                }
            ],
            "kexec-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kexec-tools",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.0.29"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "0.9.9"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "661"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "20.el10",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.5.6"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcap-ng-python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng-python3",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.1.21"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "8.9.1"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "51.20230828cvs.el10",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libestr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libestr",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "0.1.11"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfastjson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfastjson",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.2304.0"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.50"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libkcapi-hasher": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hasher",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.6.7"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "28.el10",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.64.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.9.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "57.el10",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "2.5.3"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "0.7.29"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.47.1"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libsysfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsysfs",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "0.el10",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "liburing": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liburing",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.12.5"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.1.39"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.9.32"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.22.0"
                }
            ],
            "lshw": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lshw",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "B.02.20"
                }
            ],
            "lsof": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsof",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.98.0"
                }
            ],
            "lsscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lsscsi",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "0.32"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "lvm2",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.03.27"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 10,
                    "name": "lvm2-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.03.27"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "makedumpfile": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "makedumpfile",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "1.7.5"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "microcode_ctl": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "microcode_ctl",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "11.el10",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "13.20240127.el10",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "newt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "newt",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.52.24"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "19.el10",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "28.el10",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "3.101.0"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.0.18"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.9p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "13.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.13.0"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.el10.2",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.el10.2",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.3"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.89"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "2.189"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.56"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.38"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "17.el10",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.44"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.14"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.58"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.14"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.45.2"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.55"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.91"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "23.el10",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.27"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.40.0"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.40.0"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.12"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.29"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "511.el10",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "510.el10",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "2.8"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.3.0"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "125"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "125"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "29.el10",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "prefixdevname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "prefixdevname",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.2.0"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "43.0.0"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.2.1"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "3.46.0"
                }
            ],
            "python3-gobject-base-noarch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-gobject-base-noarch",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "3.46.0"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "0.1.21"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.73.1"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.12.6"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.2.1"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-packaging": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-packaging",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "23.2"
                }
            ],
            "python3-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pip-wheel",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "24.el10",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "18.el10",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "2.32.3"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "0.17.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "15.el10",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "10.el10",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 18,
                    "name": "qemu-guest-agent",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.0"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "9.el10",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "redhat-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "redhat-mono-vf-fonts",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.0.3"
                }
            ],
            "redhat-text-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "redhat-text-vf-fonts",
                    "release": "12.el10",
                    "source": "rpm",
                    "version": "4.0.3"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.el9",
                    "source": "rpm",
                    "version": "0.4.5"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "37.el10",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-audit",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rsyslog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "8.2408.0"
                }
            ],
            "rsyslog-gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsyslog-gnutls",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "8.2408.0"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "40.13.10"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "40.13.10"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "sg3_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.48"
                }
            ],
            "sg3_utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sg3_utils-libs",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "1.48"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "4.15.0"
                }
            ],
            "slang": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "slang",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "2.3.3"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "1.1.10"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "3.46.1"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.6.1"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-krb5-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-krb5-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "7.p5.el10",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "sudo-python-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo-python-plugin",
                    "release": "7.p5.el10",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "14.el10",
                    "source": "rpm",
                    "version": "256"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "24.el10",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "7.el10",
                    "source": "rpm",
                    "version": "20240910"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "6.el10",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "2.40.2"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget",
                    "release": "1.el10",
                    "source": "rpm",
                    "version": "1.24.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "42.el10",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "4.el10",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "9.1.083"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.6.2"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "2.el10",
                    "source": "rpm",
                    "version": "5.6.2"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "8.el10",
                    "source": "rpm",
                    "version": "4.20.0"
                }
            ],
            "yum-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum-utils",
                    "release": "5.el10",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "3.el10",
                    "source": "rpm",
                    "version": "2.1.6"
                }
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 26 October 2024  04:34:14 -0400 (0:00:00.780)       0:01:21.032 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2408.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 26 October 2024  04:34:14 -0400 (0:00:00.041)       0:01:21.074 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 26 October 2024  04:34:14 -0400 (0:00:00.034)       0:01:21.109 ****** 
ok: [managed-node2] => {}

MSG:

Rsyslog_version is 8.2408.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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 26 October 2024  04:34:14 -0400 (0:00:00.040)       0:01:21.150 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 26 October 2024  04:34:14 -0400 (0:00:00.047)       0:01:21.198 ****** 
ok: [managed-node2] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rsyslog.d",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 100,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 26 October 2024  04:34:15 -0400 (0:00:00.498)       0:01:21.696 ****** 
ok: [managed-node2] => {
    "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": 29,
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 26 October 2024  04:34:15 -0400 (0:00:00.405)       0:01:22.101 ****** 
ok: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 26 October 2024  04:34:15 -0400 (0:00:00.403)       0:01:22.504 ****** 
ok: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 26 October 2024  04:34:15 -0400 (0:00:00.118)       0:01:22.623 ****** 
skipping: [managed-node2] => (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_inputs | d([])",
    "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: [managed-node2] => (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_inputs | d([])",
    "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: [managed-node2] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "rsyslog_inputs | d([])",
    "inner_item": {
        "name": "common-defaults",
        "sections": [
            {
                "comment": "Log every message",
                "options": "$RepeatedMsgReduction off"
            }
        ],
        "type": "global"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 26 October 2024  04:34:16 -0400 (0:00:00.072)       0:01:22.695 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": false,
                "msg": "All items skipped",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "false_condition": "rsyslog_inputs | d([])",
                        "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_inputs | d([])",
                        "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_inputs | d([])",
                        "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 26 October 2024  04:34:16 -0400 (0:00:00.058)       0:01:22.754 ****** 
skipping: [managed-node2] => (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: [managed-node2] => (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: [managed-node2] => (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: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 26 October 2024  04:34:16 -0400 (0:00:00.069)       0:01:22.824 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 26 October 2024  04:34:16 -0400 (0:00:00.036)       0:01:22.860 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 26 October 2024  04:34:16 -0400 (0:00:00.054)       0:01:22.914 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 26 October 2024  04:34:16 -0400 (0:00:00.030)       0:01:22.945 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 26 October 2024  04:34:16 -0400 (0:00:00.030)       0:01:22.975 ****** 
ok: [managed-node2] => {
    "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.021710",
    "end": "2024-10-26 04:34:16.676996",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-26 04:34:16.655286"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/90-input-basics-system_input.conf

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 26 October 2024  04:34:16 -0400 (0:00:00.404)       0:01:23.380 ****** 
changed: [managed-node2] => (item=/etc/rsyslog.d/05-common-defaults.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/05-common-defaults.conf",
    "path": "/etc/rsyslog.d/05-common-defaults.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/00-global.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/00-global.conf",
    "path": "/etc/rsyslog.d/00-global.conf",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/90-input-basics-system_input.conf",
    "path": "/etc/rsyslog.d/90-input-basics-system_input.conf",
    "state": "absent"
}
Notification for handler Restart rsyslogd has been saved.
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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 26 October 2024  04:34:17 -0400 (0:00:01.105)       0:01:24.485 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 26 October 2024  04:34:17 -0400 (0:00:00.055)       0:01:24.540 ****** 
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 26 October 2024  04:34:17 -0400 (0:00:00.076)       0:01:24.617 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 26 October 2024  04:34:18 -0400 (0:00:00.061)       0:01:24.678 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 26 October 2024  04:34:18 -0400 (0:00:00.063)       0:01:24.742 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 26 October 2024  04:34:18 -0400 (0:00:00.060)       0:01:24.802 ****** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "ActiveEnterTimestampMonotonic": "993799419",
        "ActiveExitTimestamp": "Sat 2024-10-26 04:33:42 EDT",
        "ActiveExitTimestampMonotonic": "982309203",
        "ActiveState": "active",
        "After": "basic.target sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "AssertTimestampMonotonic": "993785992",
        "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": "19227000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "ConditionTimestampMonotonic": "993785989",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "10118",
        "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/",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702878208",
        "EffectiveMemoryMax": "3702878208",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "ExecMainHandoffTimestampMonotonic": "993796236",
        "ExecMainPID": "88345",
        "ExecMainStartTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "ExecMainStartTimestampMonotonic": "993787551",
        "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=[Sat 2024-10-26 04:33:53 EDT] ; stop_time=[n/a] ; pid=88345 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2024-10-26 04:33:53 EDT] ; stop_time=[n/a] ; pid=88345 ; 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": "Sat 2024-10-26 04:33:42 EDT",
        "InactiveEnterTimestampMonotonic": "982315578",
        "InactiveExitTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "InactiveExitTimestampMonotonic": "993787987",
        "InvocationID": "21a6d40e9ca241a1b211bc280d94aed5",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "88345",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3314753536",
        "MemoryCurrent": "1257472",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "1785856",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "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": "Sat 2024-10-26 04:33:53 EDT",
        "StateChangeTimestampMonotonic": "993799419",
        "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": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 26 October 2024  04:34:18 -0400 (0:00:00.557)       0:01:25.360 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 26 October 2024  04:34:18 -0400 (0:00:00.052)       0:01:25.413 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 26 October 2024  04:34:18 -0400 (0:00:00.054)       0:01:25.467 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 26 October 2024  04:34:18 -0400 (0:00:00.053)       0:01:25.521 ****** 
skipping: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 26 October 2024  04:34:19 -0400 (0:00:00.158)       0:01:25.680 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__rsyslog_generate_conf | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Stop tracking certificate] ***********************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:207
Saturday 26 October 2024  04:34:19 -0400 (0:00:00.088)       0:01:25.768 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "getcert",
        "stop-tracking",
        "-f",
        "/etc/pki/tls/certs/logging_cert.crt"
    ],
    "delta": "0:00:00.025893",
    "end": "2024-10-26 04:34:19.455295",
    "rc": 0,
    "start": "2024-10-26 04:34:19.429402"
}

STDOUT:

Request "20241026083306" removed.

TASK [Clean up pki files] ******************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:211
Saturday 26 October 2024  04:34:19 -0400 (0:00:00.393)       0:01:26.162 ****** 
changed: [managed-node2] => (item=/etc/pki/tls/certs/logging_cert.crt) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/pki/tls/certs/logging_cert.crt",
    "path": "/etc/pki/tls/certs/logging_cert.crt",
    "state": "absent"
}
changed: [managed-node2] => (item=/etc/pki/tls/private/logging_cert.key) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/pki/tls/private/logging_cert.key",
    "path": "/etc/pki/tls/private/logging_cert.key",
    "state": "absent"
}
ok: [managed-node2] => (item=/etc/pki/tls/certs/logging_cert.crt) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/pki/tls/certs/logging_cert.crt",
    "path": "/etc/pki/tls/certs/logging_cert.crt",
    "state": "absent"
}

TASK [Assert /var/log/messages] ************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:220
Saturday 26 October 2024  04:34:20 -0400 (0:00:01.050)       0:01:27.212 ****** 
included: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node2

TASK [Get content of /var/log/messages] ****************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3
Saturday 26 October 2024  04:34:20 -0400 (0:00:00.049)       0:01:27.262 ****** 
ok: [managed-node2] => {
    "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: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9
Saturday 26 October 2024  04:34:20 -0400 (0:00:00.367)       0:01:27.630 ****** 
skipping: [managed-node2] => {
    "false_condition": "errors | length > 0"
}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:19
Saturday 26 October 2024  04:34:21 -0400 (0:00:00.052)       0:01:27.683 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:23
Saturday 26 October 2024  04:34:21 -0400 (0:00:00.036)       0:01:27.720 ****** 
changed: [managed-node2] => {
    "changed": true,
    "path": "/var/log/messages",
    "state": "absent"
}
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 26 October 2024  04:34:21 -0400 (0:00:00.397)       0:01:28.118 ****** 
changed: [managed-node2] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "ActiveEnterTimestampMonotonic": "993799419",
        "ActiveExitTimestamp": "Sat 2024-10-26 04:33:42 EDT",
        "ActiveExitTimestampMonotonic": "982309203",
        "ActiveState": "active",
        "After": "basic.target sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "AssertTimestampMonotonic": "993785992",
        "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": "20798000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "ConditionTimestampMonotonic": "993785989",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "10118",
        "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/",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702878208",
        "EffectiveMemoryMax": "3702878208",
        "EffectiveTasksMax": "22362",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "ExecMainHandoffTimestampMonotonic": "993796236",
        "ExecMainPID": "88345",
        "ExecMainStartTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "ExecMainStartTimestampMonotonic": "993787551",
        "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=[Sat 2024-10-26 04:33:53 EDT] ; stop_time=[n/a] ; pid=88345 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2024-10-26 04:33:53 EDT] ; stop_time=[n/a] ; pid=88345 ; 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": "Sat 2024-10-26 04:33:42 EDT",
        "InactiveEnterTimestampMonotonic": "982315578",
        "InactiveExitTimestamp": "Sat 2024-10-26 04:33:53 EDT",
        "InactiveExitTimestampMonotonic": "993787987",
        "InvocationID": "21a6d40e9ca241a1b211bc280d94aed5",
        "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": "13976",
        "LimitNPROCSoft": "13976",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13976",
        "LimitSIGPENDINGSoft": "13976",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "88345",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3310465024",
        "MemoryCurrent": "1257472",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "1785856",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "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": "Sat 2024-10-26 04:33:53 EDT",
        "StateChangeTimestampMonotonic": "993799419",
        "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": "22362",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "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"
    }
}

PLAY RECAP *********************************************************************
managed-node2              : ok=209  changed=30   unreachable=0    failed=0    skipped=249  rescued=1    ignored=0   

Saturday 26 October 2024  04:34:22 -0400 (0:00:00.817)       0:01:28.935 ****** 
=============================================================================== 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 4.24s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.97s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.47s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.05s
/tmp/collections-GH2/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.82s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 
fedora.linux_system_roles.certificate : Ensure provider service is running --- 1.48s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 
Check port 514, 6514, 40010 and 40011 is open for TCP ------------------- 1.46s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:98 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.42s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd --- 1.37s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 
Gathering Facts --------------------------------------------------------- 1.31s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:11 
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.22s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 1.18s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.16s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 1.15s
/tmp/collections-GH2/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.14s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 1.11s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 
Check conf files exist -------------------------------------------------- 1.09s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 
Clean up pki files ------------------------------------------------------ 1.05s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:211 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.99s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.88s
/tmp/collections-GH2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14