ansible-playbook [core 2.17.4]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-NmZ
  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_relp.yml *******************************************************
1 plays in /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml

PLAY [Test the server/client configuration using tls relp] *********************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:2
Saturday 28 September 2024  10:31:41 -0400 (0:00:00.013)       0:00:00.013 **** 
[WARNING]: Platform linux on host managed-node1 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-node1]

TASK [Set firewall and selinux to true] ****************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:23
Saturday 28 September 2024  10:31:43 -0400 (0:00:01.576)       0:00:01.590 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_manage_firewall": true,
        "logging_manage_selinux": true
    },
    "changed": false
}

TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:28
Saturday 28 September 2024  10:31:43 -0400 (0:00:00.041)       0:00:01.631 **** 
included: fedora.linux_system_roles.logging for managed-node1

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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 28 September 2024  10:31:43 -0400 (0:00:00.106)       0:00:01.738 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 28 September 2024  10:31:43 -0400 (0:00:00.079)       0:00:01.817 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "files_output",
                "type": "files"
            },
            {
                "name": "forwards_output",
                "target": "host.domain",
                "tcp_port": 1514,
                "type": "forwards"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 28 September 2024  10:31:43 -0400 (0:00:00.107)       0:00:01.924 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "system_input",
                "type": "basics"
            },
            {
                "ca_cert": "/etc/pki/tls/certs/logging_cert.crt",
                "cert": "/etc/pki/tls/certs/logging_cert.crt",
                "name": "relp_server0",
                "permitted_clients": [
                    "*.client.com",
                    "*.example.com"
                ],
                "pki_authmode": "name",
                "port": 6514,
                "private_key": "/etc/pki/tls/private/logging_cert.key",
                "tls": true,
                "type": "relp"
            },
            {
                "ca_cert": "/etc/pki/tls/certs/logging_cert.crt",
                "cert": "/etc/pki/tls/certs/logging_cert.crt",
                "name": "relp_server1",
                "pki_authmode": "name",
                "port": 20514,
                "private_key": "/etc/pki/tls/private/logging_cert.key",
                "tls": true,
                "type": "relp"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 28 September 2024  10:31:43 -0400 (0:00:00.164)       0:00:02.088 **** 
skipping: [managed-node1] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 28 September 2024  10:31:43 -0400 (0:00:00.117)       0:00:02.205 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 28 September 2024  10:31:44 -0400 (0:00:00.125)       0:00:02.331 **** 
skipping: [managed-node1] => (item={'name': 'flows', 'inputs': ['system_input', 'relp_server0', 'relp_server1'], 'outputs': ['files_output', 'forwards_output']})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length",
    "item": {
        "inputs": [
            "system_input",
            "relp_server0",
            "relp_server1"
        ],
        "name": "flows",
        "outputs": [
            "files_output",
            "forwards_output"
        ]
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 28 September 2024  10:31:44 -0400 (0:00:00.175)       0:00:02.507 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 28 September 2024  10:31:44 -0400 (0:00:00.194)       0:00:02.701 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 28 September 2024  10:31:44 -0400 (0:00:00.117)       0:00:02.818 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 28 September 2024  10:31:44 -0400 (0:00:00.109)       0:00:02.928 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 28 September 2024  10:31:44 -0400 (0:00:00.116)       0:00:03.044 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 28 September 2024  10:31:44 -0400 (0:00:00.135)       0:00:03.179 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514,
            20514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.119)       0:00:03.299 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": [
            1514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.106)       0:00:03.406 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514,
            20514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.116)       0:00:03.522 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.105)       0:00:03.628 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.082)       0:00:03.710 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": [
            1514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.109)       0:00:03.820 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514,
            20514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.152)       0:00:03.972 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": [
            1514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.104)       0:00:04.077 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514,
            20514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 28 September 2024  10:31:45 -0400 (0:00:00.123)       0:00:04.200 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.158)       0:00:04.358 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.103)       0:00:04.462 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.090)       0:00:04.553 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_firewall_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.058)       0:00:04.612 **** 
ok: [managed-node1] => (item=1514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "1514/tcp",
                "state": "enabled"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "1514/tcp"
}
ok: [managed-node1] => (item=6514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "1514/tcp",
                "state": "enabled"
            },
            {
                "port": "6514/tcp",
                "state": "enabled"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "6514/tcp"
}
ok: [managed-node1] => (item=20514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "1514/tcp",
                "state": "enabled"
            },
            {
                "port": "6514/tcp",
                "state": "enabled"
            },
            {
                "port": "20514/tcp",
                "state": "enabled"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "20514/tcp"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.096)       0:00:04.708 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.032)       0:00:04.741 **** 
included: fedora.linux_system_roles.firewall for managed-node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.068)       0:00:04.810 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.055)       0:00:04.865 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 28 September 2024  10:31:46 -0400 (0:00:00.044)       0:00:04.910 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 28 September 2024  10:31:47 -0400 (0:00:00.511)       0:00:05.421 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 28 September 2024  10:31:47 -0400 (0:00:00.065)       0:00:05.487 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 28 September 2024  10:31:47 -0400 (0:00:00.401)       0:00:05.888 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 28 September 2024  10:31:47 -0400 (0:00:00.075)       0:00:05.964 **** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 28 September 2024  10:31:49 -0400 (0:00:01.500)       0:00:07.464 **** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 28 September 2024  10:31:49 -0400 (0:00:00.045)       0:00:07.510 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 28 September 2024  10:31:49 -0400 (0:00:00.041)       0:00:07.551 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 28 September 2024  10:31:49 -0400 (0:00:00.041)       0:00:07.593 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 28 September 2024  10:31:49 -0400 (0:00:00.040)       0:00:07.634 **** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 28 September 2024  10:31:49 -0400 (0:00:00.070)       0:00:07.704 **** 
ok: [managed-node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus.socket sysinit.target polkit.service system.slice dbus-broker.service basic.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target iptables.service ebtables.service ip6tables.service ipset.service nftables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "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": "3497115648",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "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": "dbus.socket system.slice sysinit.target",
        "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": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 28 September 2024  10:31:50 -0400 (0:00:01.022)       0:00:08.727 **** 
changed: [managed-node1] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus.socket polkit.service dbus-broker.service sysinit.target basic.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ip6tables.service nftables.service shutdown.target ebtables.service iptables.service ipset.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "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": "3519152128",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "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 dbus.socket sysinit.target",
        "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": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 28 September 2024  10:31:52 -0400 (0:00:02.341)       0:00:11.069 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 28 September 2024  10:31:52 -0400 (0:00:00.059)       0:00:11.128 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 28 September 2024  10:31:52 -0400 (0:00:00.047)       0:00:11.176 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 28 September 2024  10:31:52 -0400 (0:00:00.043)       0:00:11.219 **** 
changed: [managed-node1] => (item={'port': '1514/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "port": "1514/tcp",
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={'port': '6514/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "port": "6514/tcp",
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={'port': '20514/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "port": "20514/tcp",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 28 September 2024  10:31:55 -0400 (0:00:02.373)       0:00:13.593 **** 
skipping: [managed-node1] => (item={'port': '1514/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "port": "1514/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'port': '6514/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "port": "6514/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'port': '20514/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "port": "20514/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.174)       0:00:13.768 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall | length == 1",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.089)       0:00:13.857 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.067)       0:00:13.924 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.054)       0:00:13.979 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.040)       0:00:14.020 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.043)       0:00:14.063 **** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.044)       0:00:14.108 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.075)       0:00:14.183 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_selinux_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 28 September 2024  10:31:55 -0400 (0:00:00.086)       0:00:14.270 **** 
ok: [managed-node1] => (item=1514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true",
                "ports": 1514,
                "proto": "tcp",
                "setype": "syslogd_port_t",
                "state": "present"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": 1514
}

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.085)       0:00:14.355 **** 
ok: [managed-node1] => (item=6514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true",
                "ports": 1514,
                "proto": "tcp",
                "setype": "syslogd_port_t",
                "state": "present"
            },
            {
                "local": "true",
                "ports": 6514,
                "proto": "tcp",
                "setype": "syslog_tls_port_t",
                "state": "present"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": 6514
}
ok: [managed-node1] => (item=20514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true",
                "ports": 1514,
                "proto": "tcp",
                "setype": "syslogd_port_t",
                "state": "present"
            },
            {
                "local": "true",
                "ports": 6514,
                "proto": "tcp",
                "setype": "syslog_tls_port_t",
                "state": "present"
            },
            {
                "local": "true",
                "ports": 20514,
                "proto": "tcp",
                "setype": "syslog_tls_port_t",
                "state": "present"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": 20514
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.075)       0:00:14.431 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.013)       0:00:14.444 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.019)       0:00:14.464 **** 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node1

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.111)       0:00:14.575 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.090)       0:00:14.666 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.058)       0:00:14.724 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.135)       0:00:14.859 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 28 September 2024  10:31:56 -0400 (0:00:00.393)       0:00:15.253 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__selinux_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 28 September 2024  10:31:57 -0400 (0:00:00.052)       0:00:15.305 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 28 September 2024  10:31:57 -0400 (0:00:00.425)       0:00:15.730 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__selinux_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 28 September 2024  10:31:57 -0400 (0:00:00.081)       0:00:15.812 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 28 September 2024  10:31:57 -0400 (0:00:00.090)       0:00:15.902 **** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-libselinux python3-policycoreutils

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 28 September 2024  10:31:59 -0400 (0:00:01.455)       0:00:17.357 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 28 September 2024  10:31:59 -0400 (0:00:00.071)       0:00:17.429 **** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: policycoreutils-python-utils

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 28 September 2024  10:32:00 -0400 (0:00:01.502)       0:00:18.931 **** 
skipping: [managed-node1] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 28 September 2024  10:32:00 -0400 (0:00:00.066)       0:00:18.997 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 28 September 2024  10:32:00 -0400 (0:00:00.078)       0:00:19.075 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 28 September 2024  10:32:00 -0400 (0:00:00.114)       0:00:19.189 **** 
ok: [managed-node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 28 September 2024  10:32:01 -0400 (0:00:01.013)       0:00:20.203 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.137)       0:00:20.340 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.104)       0:00:20.444 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.105)       0:00:20.549 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.083)       0:00:20.633 **** 
skipping: [managed-node1] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.101)       0:00:20.734 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.130)       0:00:20.865 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.082)       0:00:20.948 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.093)       0:00:21.041 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.123)       0:00:21.165 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 28 September 2024  10:32:02 -0400 (0:00:00.099)       0:00:21.264 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 28 September 2024  10:32:03 -0400 (0:00:00.023)       0:00:21.288 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 28 September 2024  10:32:03 -0400 (0:00:00.034)       0:00:21.322 **** 
ok: [managed-node1] => (item={'ports': 1514, 'proto': 'tcp', 'setype': 'syslogd_port_t', 'state': 'present', 'local': 'true'}) => {
    "__selinux_item": {
        "local": "true",
        "ports": 1514,
        "proto": "tcp",
        "setype": "syslogd_port_t",
        "state": "present"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": false,
    "ports": [
        "1514"
    ],
    "proto": "tcp",
    "setype": "syslogd_port_t",
    "state": "present"
}
changed: [managed-node1] => (item={'ports': 6514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => {
    "__selinux_item": {
        "local": "true",
        "ports": 6514,
        "proto": "tcp",
        "setype": "syslog_tls_port_t",
        "state": "present"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": true,
    "ports": [
        "6514"
    ],
    "proto": "tcp",
    "setype": "syslog_tls_port_t",
    "state": "present"
}
changed: [managed-node1] => (item={'ports': 20514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => {
    "__selinux_item": {
        "local": "true",
        "ports": 20514,
        "proto": "tcp",
        "setype": "syslog_tls_port_t",
        "state": "present"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": true,
    "ports": [
        "20514"
    ],
    "proto": "tcp",
    "setype": "syslog_tls_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 28 September 2024  10:32:06 -0400 (0:00:03.700)       0:00:25.023 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 28 September 2024  10:32:06 -0400 (0:00:00.016)       0:00:25.040 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:4180b8fba242f924ae2816f290fd2f447533bff3ae4b8b6b60f999c7b5a10caa",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:be4ca99796e2a67e5756d9242dad3f02e1d63be342cdedbb2c744a79cbb52ccb",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:c7c679838339ee165e9e71dbbf7c7bf40964333a74256ee98d4b56bc72e310f9",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:0e0de66c5efe773f5749d1a9d18b46c8e1264efe8dc77f1ab1ee34936429a6dd",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:6caa2cbaa3caf74ac1652751ba8cd482e6792685d960cf7f6f6e56edbed280e7",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:50cd4920e108bb448da391a6e0136bc2023f3f6b7d825b39505b7244a6a55493",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:b97526aa2398ec96e9185d11b1429064e6b88b9e47f2d0460d5c8dbfd2289bce",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:89dc609017c6f2173d442769cbec67f3039fd77c8bec78ee038ff565856711a8",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:d097d6711f0b31c706c8a186a615dcaf2b91d070a69304c05d5d7868c88bab5f",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:b156ebbd9f20cfe8d9fbb273f031fe309a0b850147f2b2a4f4316e4492f5fd30",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:689e8e4f1b836e9e95320ac85cad26e50af1663439260c4bbb0fa65b0a7640ee",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:6ae0aef5714b891c8d27622893515e8de72454ab279b4726975d9c313401797e",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:cbc53cf7577ba92ef76acae3e99df2159a8aa432f25bbc2ee03bc0eee036f5e5",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:d87419acfca2174158477e7e62a1c6d5a6b90f9fc759b1caa7fc2c80b2b66fc2",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:cdf7e54b6a3fceceb16ba54647c10c12bc09bd9541550a9a516823d771c66ee6",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:e149fe7195a124d01d7afab5ba6a34552b50e47890e94153d06763826ee7c00d",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:e111315155b31d6b375dcaae05acf5e957dffc94e9efa04d4eac9ee74888b4e6",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:3821e27717e50b0e999807d79f0eacd2ad6012a7a252b2c6280a0303e438237e",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:7e7c69d205d75239503dd305a759ac9ba8406c0a1eaa20a7c97a033f38b13006",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:935b69863cf4def7a44b43cab96cf43fe663ec8d5ee103d6f412936391125a50",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:602b25a03e6a5d5a25d3ed528e4c68f6a495e2dea3b6060ca32845483f9d2d88",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:cc9c1db5bd96467067486759e63ec280a5292165516d258a9a167af19a5d865a",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:bf938826905f5d23a97e4adb465766f1dbce18fcc6da669f6e7ff2f287b5fd0f",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:7d88832619945a1af5fa3b40ad467b816e5a1e24b7f875e10b8c4d75a33d79b3",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:358dbf02ed7fb53d0f7abafebad35d5bad7a2cf830676a1fcdf93055569b1c21",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:c5b3f0780b99bd8773d7723c5f2a3ff188d36888611ffb524151c9943c8c5d5d",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:6ba4c0331da8031107dba9c447502f4809d0392a56de2c9d4ce8c333c14f1627",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:e120007ccfb6133d0bd394a6d93bf6c27b39e61feb2abf6bfdaef8fe2ffc2a54",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:fde15419e2fc670c8086bb75f5156306aec61549f266cbec89e12b8c12315606",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:2ef8bb580d1bb1de08940ad1cd29d82f66bf03fb31c361716e8465b0f05db62f",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:b618ed40113167b489f2e3ba560d1b2fe3013f15cffaa4d7263ec04f77bc67e5",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:58330897fef7d27075139bd8591d14e9274c14a1207f2dca120f05f2e89a9759",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:eca77e7334e62b4b1a7186d51a9817b9259eb72dde54df6a23c83c6a20e26546",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:028a9e891f008817a604f55f77416af67a4332393386af9624aa99c20742a570",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:873f782179ba1a156db5c05a22e3391d65ac4748427d3d19d094ea8906e10fdd",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:2ed5421126ee7ac09bddedec68697ddef1d14aeb02432eb766ce64aa364d04f7",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:6cde70e3d4ff9a7bb74bfb907dd14d626e0aa6d0a7a794484b0344f10f27b03a",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:f07697452277aee96c92093916a241aa1e170359e0137e82bed4e84294c71d83",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:3ab88c070cf4ab980219197d2125cba4272dce884c9d00a673b8aa3b316e1611",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:b14c8c21fe8ee2121e5817382e83fd2a25699836be8e79269026a2d2494718f4",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:554186e44a5763b0c4411968a57bf6266fcc4a0eeef5e971449135245df6807f",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:1f2f53ec9801fa0fff759f87f132d50b84cd6eb10350ac7fb5f0ea3c5fa09121",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:e13af8921501fa4e869a20c87963951145bc762c670fc1b996c4858ca430cc71",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:2b9fd485fa6fa2df485152c5ecf7b72a27e67db4f16cb86201b360a380a29e1d",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:ac6b3768152d1d94a1ab2c28f23681e16fe3a923e0880d32cc448daacd9cbfcd",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:0188c6dcedbe5ab251e3958c40024bbfa40ed2cc84d5fa71aceaa2cb25cd964d",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:98eb081b4cda2ac0cb8efdb83ed66772e7079fb81091c8a64cb3cfdeccd928c6",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:3af5738f6c839b9e1f918287b3c852c9c7ac8fd2e82588952f8d423f8c0e82c8",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:95253a6493fcb163e729a0937735e74fce0900975863996e7461a0590c36f2da",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:645ea8eba12cb23c2f2a651d936cbe29c280bff2b7eecfd52ad99c592cc5a6b3",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:64baf197e41fe7d76da2de1aaefa3da468cd99982d7f4078b497ae3968511005",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:32db4ce0c3eea9523927d9e0eaee0ceb1f230861fcd43eeafbfe06924f827bbf",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:9bd8be75c6db916fa07e119e325784328632d1755a1ae942d528772aeb2d35c2",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:2a1fce6e52ac5a339cda1617ae65ae121a681ab9b88a9ebabcc7afc03a6324ed",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:817fd51715b8897c09a36169ce0da31ac4493012bf09cb268faf9ae48cb5c359",
                    "enabled": 1
                }
            },
            "stalld": {
                "100": {
                    "checksum": "sha256:f51e2b820929b6b7e3ff75de0c6b944683c0c9572388fd4b55d125d167145d41",
                    "enabled": 1
                }
            },
            "stapserver": {
                "100": {
                    "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5",
                    "enabled": 1
                }
            },
            "stratisd": {
                "100": {
                    "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0",
                    "enabled": 1
                }
            },
            "stunnel": {
                "100": {
                    "checksum": "sha256:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:252d43a3b5e1fc1e91699252a7bcd47f56199e7169dfe3023f12ada6770be35d",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:e7d47e23523de1fde711e49fde546e1c8eb632409bf15fcf004ad97d8c55bf59",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:087d232c264c25af626d60a5e1fd53cebe419d81b403d189a5ad88e3b794aafe",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:4f6d98b3bc45e22184ef8d39e7960e9ba575b52c8d8b57f18526591be0db8f4d",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:a0cc26aad002d4bb8e8e9f68265052e84c0995e395bde032bdf09ee36ce229f7",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:e2a1b07953c01d2f93d5fcc82af0564346b1a1079f7eb8110bef1bcd2d475067",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:2a2af9fdb88cf5c21029ee4e80cff74f015dfc1e9766afab9b83c49c7d87dadf",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:0f01a0f3bf8b449185addaf4d10360b1de985c4eaf0bde302e37ac54624cd73e",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:adf42ce5e6b76b7cfc85d8e6f83c0597ab9cba435011fd779c2202831dfba8dc",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:9d1a40c730927da34e987d2aae6018f328fd6e9bf2d6134644515f50a359eb8c",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:aa67ee5990009528b3dd86133a60dddabbad37ac073700d62e58e149ef98ed73",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:f7d1a4c3f9b5d5c0a9509a4ef41f88d58ac785b0e66423cfa0f4ccdbdac1dc7c",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 28 September 2024  10:32:09 -0400 (0:00:03.154)       0:00:28.194 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 28 September 2024  10:32:09 -0400 (0:00:00.052)       0:00:28.246 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 28 September 2024  10:32:09 -0400 (0:00:00.029)       0:00:28.276 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 28 September 2024  10:32:10 -0400 (0:00:00.068)       0:00:28.344 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 28 September 2024  10:32:10 -0400 (0:00:00.078)       0:00:28.423 **** 
included: fedora.linux_system_roles.certificate for managed-node1

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 28 September 2024  10:32:10 -0400 (0:00:00.082)       0:00:28.505 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 28 September 2024  10:32:10 -0400 (0:00:00.089)       0:00:28.595 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 28 September 2024  10:32:10 -0400 (0:00:00.090)       0:00:28.685 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 28 September 2024  10:32:10 -0400 (0:00:00.467)       0:00:29.153 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 28 September 2024  10:32:10 -0400 (0:00:00.071)       0:00:29.224 **** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node1] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 28 September 2024  10:32:11 -0400 (0:00:00.100)       0:00:29.324 **** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: python3-pyasn1-0.5.1-3.fc40.noarch",
        "Installed: python3-pycparser-2.20-14.fc40.noarch",
        "Installed: python3-cffi-1.16.0-4.fc40.x86_64",
        "Installed: python3-ply-3.11-23.fc40.noarch",
        "Installed: python3-cryptography-41.0.7-1.fc40.x86_64"
    ]
}
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 28 September 2024  10:32:14 -0400 (0:00:03.895)       0:00:33.220 **** 
changed: [managed-node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: dbus-tools-1:1.14.10-3.fc40.x86_64",
        "Installed: certmonger-0.79.19-5.fc40.x86_64",
        "Installed: python3-packaging-23.2-4.fc40.noarch"
    ]
}
lsrpackages: certmonger python3-packaging

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 28 September 2024  10:32:18 -0400 (0:00:03.314)       0:00:36.534 **** 
changed: [managed-node1] => (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": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 28 September 2024  10:32:18 -0400 (0:00:00.669)       0:00:37.203 **** 
changed: [managed-node1] => (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": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 28 September 2024  10:32:19 -0400 (0:00:00.496)       0:00:37.700 **** 
changed: [managed-node1] => (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": "systemd-journald.socket dbus.socket dbus-broker.service network.target syslog.target system.slice sysinit.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",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "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": "3447873536",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "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": "dbus.socket system.slice sysinit.target",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 28 September 2024  10:32:20 -0400 (0:00:01.110)       0:00:38.810 **** 
changed: [managed-node1] => (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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 28 September 2024  10:32:21 -0400 (0:00:01.115)       0:00:39.926 **** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 28 September 2024  10:32:21 -0400 (0:00:00.103)       0:00:40.029 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 28 September 2024  10:32:21 -0400 (0:00:00.117)       0:00:40.146 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 28 September 2024  10:32:21 -0400 (0:00:00.087)       0:00:40.234 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.154)       0:00:40.388 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.090)       0:00:40.479 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.086)       0:00:40.565 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.080)       0:00:40.646 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.210)       0:00:40.856 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.080)       0:00:40.937 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.064)       0:00:41.001 **** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.083)       0:00:41.084 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.073)       0:00:41.158 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 28 September 2024  10:32:22 -0400 (0:00:00.074)       0:00:41.232 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 28 September 2024  10:32:23 -0400 (0:00:00.423)       0:00:41.656 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 28 September 2024  10:32:23 -0400 (0:00:00.040)       0:00:41.697 **** 
ok: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 28 September 2024  10:32:23 -0400 (0:00:00.079)       0:00:41.776 **** 
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 28 September 2024  10:32:23 -0400 (0:00:00.092)       0:00:41.869 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 28 September 2024  10:32:23 -0400 (0:00:00.095)       0:00:41.964 **** 
skipping: [managed-node1] => (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-node1] => (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-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 28 September 2024  10:32:23 -0400 (0:00:00.052)       0:00:42.017 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 28 September 2024  10:32:23 -0400 (0:00:00.045)       0:00:42.062 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 28 September 2024  10:32:25 -0400 (0:00:01.556)       0:00:43.618 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 28 September 2024  10:32:27 -0400 (0:00:01.768)       0:00:45.460 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2312.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 28 September 2024  10:32:27 -0400 (0:00:00.097)       0:00:45.557 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 28 September 2024  10:32:27 -0400 (0:00:00.122)       0:00:45.680 **** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 28 September 2024  10:32:27 -0400 (0:00:00.104)       0:00:45.784 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 28 September 2024  10:32:27 -0400 (0:00:00.097)       0:00:45.881 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 28 September 2024  10:32:28 -0400 (0:00:00.516)       0:00:46.397 **** 
ok: [managed-node1] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 28 September 2024  10:32:28 -0400 (0:00:00.534)       0:00:46.932 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 28 September 2024  10:32:29 -0400 (0:00:00.544)       0:00:47.477 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 28 September 2024  10:32:29 -0400 (0:00:00.304)       0:00:47.781 **** 
changed: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
    "dest": "/etc/rsyslog.d/00-global.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    },
    "md5sum": "04755d5349e9c6580948dbb90712be56",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 158,
    "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.source.conf",
    "state": "file",
    "uid": 0
}
skipping: [managed-node1] => (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-node1] => (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-1727533950.882485-23413-257826398629637/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 28 September 2024  10:32:31 -0400 (0:00:02.185)       0:00:49.966 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 28 September 2024  10:32:31 -0400 (0:00:00.174)       0:00:50.141 **** 
skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\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=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 28 September 2024  10:32:32 -0400 (0:00:00.325)       0:00:50.467 **** 
ok: [managed-node1] => (item={'name': 'system_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/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-node1] => (item={'name': 'relp_server0', 'type': 'relp', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_clients': ['*.client.com', '*.example.com']}) => {
    "ansible_facts": {
        "__rsyslog_conf_input_relp_modules": [
            {
                "name": "input-relp-module",
                "sections": [
                    {
                        "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_input_relp_packages": [
            "rsyslog-relp",
            "librelp"
        ],
        "__rsyslog_input_relp_rules": [
            "{{ __rsyslog_conf_input_relp_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "ca_cert": "/etc/pki/tls/certs/logging_cert.crt",
        "cert": "/etc/pki/tls/certs/logging_cert.crt",
        "name": "relp_server0",
        "permitted_clients": [
            "*.client.com",
            "*.example.com"
        ],
        "pki_authmode": "name",
        "port": 6514,
        "private_key": "/etc/pki/tls/private/logging_cert.key",
        "tls": true,
        "type": "relp"
    }
}
ok: [managed-node1] => (item={'name': 'relp_server1', 'type': 'relp', 'port': 20514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => {
    "ansible_facts": {
        "__rsyslog_conf_input_relp_modules": [
            {
                "name": "input-relp-module",
                "sections": [
                    {
                        "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_input_relp_packages": [
            "rsyslog-relp",
            "librelp"
        ],
        "__rsyslog_input_relp_rules": [
            "{{ __rsyslog_conf_input_relp_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml"
    ],
    "ansible_loop_var": "input_item",
    "changed": false,
    "input_item": {
        "ca_cert": "/etc/pki/tls/certs/logging_cert.crt",
        "cert": "/etc/pki/tls/certs/logging_cert.crt",
        "name": "relp_server1",
        "pki_authmode": "name",
        "port": 20514,
        "private_key": "/etc/pki/tls/private/logging_cert.key",
        "tls": true,
        "type": "relp"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 28 September 2024  10:32:32 -0400 (0:00:00.271)       0:00:50.739 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1 => (item={'name': 'system_input', 'type': 'basics'})
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed-node1 => (item={'name': 'relp_server0', 'type': 'relp', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_clients': ['*.client.com', '*.example.com']})
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed-node1 => (item={'name': 'relp_server1', 'type': 'relp', 'port': 20514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 28 September 2024  10:32:32 -0400 (0:00:00.302)       0:00:51.042 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:32 -0400 (0:00:00.222)       0:00:51.264 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:33 -0400 (0:00:00.091)       0:00:51.356 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:33 -0400 (0:00:00.071)       0:00:51.428 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:33 -0400 (0:00:00.073)       0:00:51.501 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 28 September 2024  10:32:33 -0400 (0:00:00.091)       0:00:51.592 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:33 -0400 (0:00:00.226)       0:00:51.818 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:33 -0400 (0:00:00.107)       0:00:51.925 **** 
changed: [managed-node1] => (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}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_output\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
    "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 553,
    "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:34 -0400 (0:00:01.111)       0:00:53.037 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:34 -0400 (0:00:00.120)       0:00:53.157 **** 
skipping: [managed-node1] => (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}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call forwards_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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp input] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2
Saturday 28 September 2024  10:32:35 -0400 (0:00:00.348)       0:00:53.506 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 28 September 2024  10:32:35 -0400 (0:00:00.263)       0:00:53.770 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.ca_cert_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 28 September 2024  10:32:35 -0400 (0:00:00.229)       0:00:53.999 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.cert_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 28 September 2024  10:32:35 -0400 (0:00:00.251)       0:00:54.250 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.private_key_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 28 September 2024  10:32:36 -0400 (0:00:00.204)       0:00:54.455 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not ((__rsyslog_cert_subject.ca_cert | d() and __rsyslog_cert_subject.cert | d() and __rsyslog_cert_subject.private_key | d()) or (__rsyslog_cert_subject.ca_cert_src | d() and __rsyslog_cert_subject.cert_src | d() and __rsyslog_cert_subject.private_key_src | d()))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 28 September 2024  10:32:36 -0400 (0:00:00.173)       0:00:54.629 **** 
skipping: [managed-node1] => {
    "false_condition": "not (__rsyslog_cert_subject.tls is defined | ternary(__rsyslog_cert_subject.tls, __rsyslog_cert_subject.use_cert | d(true)))"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9
Saturday 28 September 2024  10:32:36 -0400 (0:00:00.357)       0:00:54.986 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:36 -0400 (0:00:00.177)       0:00:55.164 **** 
Notification for handler Restart rsyslogd has been saved.
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: librelp-1.11.0-4.fc40.x86_64",
        "Installed: rsyslog-relp-8.2312.0-1.fc40.x86_64"
    ]
}
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:39 -0400 (0:00:02.473)       0:00:57.637 **** 
changed: [managed-node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
    "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-relp-module",
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
            }
        ],
        "type": "modules"
    },
    "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 90,
    "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:40 -0400 (0:00:00.951)       0:00:58.589 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-relp-module.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-1727533959.472771-23736-192658034527215/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:40 -0400 (0:00:00.216)       0:00:58.805 **** 
skipping: [managed-node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "input-relp-module",
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp input configuration file /etc/rsyslog.d/input-relp-relp_server0] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16
Saturday 28 September 2024  10:32:40 -0400 (0:00:00.152)       0:00:58.958 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:40 -0400 (0:00:00.195)       0:00:59.153 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:40 -0400 (0:00:00.122)       0:00:59.276 **** 
changed: [managed-node1] => (item={'name': 'input-relp-relp_server0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server0"\n      type="imrelp"\n      port="6514"\n      tls="on"\n      tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n      tls.authmode="name"\n      tls.permittedpeer=["*.client.com","*.example.com"]\n)\nif\n  ($inputname == "relp_server0")\n  then {\n    call files_output\n}\nif\n  ($inputname == "relp_server0")\n  then {\n    call forwards_output\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
    "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-relp-relp_server0",
        "sections": [
            {
                "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 522,
    "src": "/root/.ansible/tmp/ansible-tmp-1727533961.341271-23796-94310683895069/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:42 -0400 (0:00:01.150)       0:01:00.427 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-relp-module.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-1727533959.472771-23736-192658034527215/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server0",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.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-1727533961.341271-23796-94310683895069/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 522,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533961.341271-23796-94310683895069/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:42 -0400 (0:00:00.185)       0:01:00.612 **** 
skipping: [managed-node1] => (item={'name': 'input-relp-relp_server0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server0"\n      type="imrelp"\n      port="6514"\n      tls="on"\n      tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n      tls.authmode="name"\n      tls.permittedpeer=["*.client.com","*.example.com"]\n)\nif\n  ($inputname == "relp_server0")\n  then {\n    call files_output\n}\nif\n  ($inputname == "relp_server0")\n  then {\n    call forwards_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-relp-relp_server0",
        "sections": [
            {
                "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp input] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2
Saturday 28 September 2024  10:32:42 -0400 (0:00:00.147)       0:01:00.760 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 28 September 2024  10:32:42 -0400 (0:00:00.144)       0:01:00.905 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.ca_cert_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 28 September 2024  10:32:42 -0400 (0:00:00.076)       0:01:00.982 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.cert_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 28 September 2024  10:32:42 -0400 (0:00:00.072)       0:01:01.054 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.private_key_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 28 September 2024  10:32:42 -0400 (0:00:00.077)       0:01:01.132 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not ((__rsyslog_cert_subject.ca_cert | d() and __rsyslog_cert_subject.cert | d() and __rsyslog_cert_subject.private_key | d()) or (__rsyslog_cert_subject.ca_cert_src | d() and __rsyslog_cert_subject.cert_src | d() and __rsyslog_cert_subject.private_key_src | d()))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 28 September 2024  10:32:42 -0400 (0:00:00.131)       0:01:01.264 **** 
skipping: [managed-node1] => {
    "false_condition": "not (__rsyslog_cert_subject.tls is defined | ternary(__rsyslog_cert_subject.tls, __rsyslog_cert_subject.use_cert | d(true)))"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9
Saturday 28 September 2024  10:32:43 -0400 (0:00:00.192)       0:01:01.457 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:43 -0400 (0:00:00.277)       0:01:01.735 **** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:44 -0400 (0:00:01.498)       0:01:03.233 **** 
ok: [managed-node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
    "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-relp-module",
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
            }
        ],
        "type": "modules"
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.d/10-input-relp-module.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 90,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:45 -0400 (0:00:00.736)       0:01:03.970 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-relp-module.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-1727533959.472771-23736-192658034527215/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server0",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.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-1727533961.341271-23796-94310683895069/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 522,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533961.341271-23796-94310683895069/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:45 -0400 (0:00:00.124)       0:01:04.094 **** 
skipping: [managed-node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "input-relp-module",
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp input configuration file /etc/rsyslog.d/input-relp-relp_server1] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16
Saturday 28 September 2024  10:32:45 -0400 (0:00:00.115)       0:01:04.210 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:46 -0400 (0:00:00.226)       0:01:04.436 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:46 -0400 (0:00:00.143)       0:01:04.579 **** 
changed: [managed-node1] => (item={'name': 'input-relp-relp_server1', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server1"\n      type="imrelp"\n      port="20514"\n      tls="on"\n      tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n      tls.authmode="name"\n      tls.permittedpeer=["*.managed-node1"]\n)\nif\n  ($inputname == "relp_server1")\n  then {\n    call files_output\n}\nif\n  ($inputname == "relp_server1")\n  then {\n    call forwards_output\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
    "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "input-relp-relp_server1",
        "sections": [
            {
                "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "md5sum": "c2a7dbf967f673097785c71b22d2b1c6",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 510,
    "src": "/root/.ansible/tmp/ansible-tmp-1727533966.5544052-23971-133922201483893/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:47 -0400 (0:00:00.990)       0:01:05.569 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-relp-module.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-1727533959.472771-23736-192658034527215/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server0",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.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-1727533961.341271-23796-94310683895069/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 522,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533961.341271-23796-94310683895069/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server1",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.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-1727533966.5544052-23971-133922201483893/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 510,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533966.5544052-23971-133922201483893/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:47 -0400 (0:00:00.081)       0:01:05.651 **** 
skipping: [managed-node1] => (item={'name': 'input-relp-relp_server1', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server1"\n      type="imrelp"\n      port="20514"\n      tls="on"\n      tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n      tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n      tls.authmode="name"\n      tls.permittedpeer=["*.managed-node1"]\n)\nif\n  ($inputname == "relp_server1")\n  then {\n    call files_output\n}\nif\n  ($inputname == "relp_server1")\n  then {\n    call forwards_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-relp-relp_server1",
        "sections": [
            {
                "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
            }
        ],
        "state": "present",
        "type": "input",
        "weight": "11"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 28 September 2024  10:32:47 -0400 (0:00:00.238)       0:01:05.890 **** 
ok: [managed-node1] => (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-NmZ/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"
    }
}
ok: [managed-node1] => (item={'name': 'forwards_output', 'type': 'forwards', 'target': 'host.domain', 'tcp_port': 1514}) => {
    "ansible_facts": {
        "__rsyslog_conf_forwards_output_modules": [
            {
                "name": "output-forwards-modules",
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format",
                        "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_forwards_output_packages": [],
        "__rsyslog_forwards_output_rules": [
            "{{ __rsyslog_conf_forwards_output_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "name": "forwards_output",
        "target": "host.domain",
        "tcp_port": 1514,
        "type": "forwards"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 28 September 2024  10:32:47 -0400 (0:00:00.128)       0:01:06.018 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1 => (item={'name': 'files_output', 'type': 'files'})
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1 => (item={'name': 'forwards_output', 'type': 'forwards', 'target': 'host.domain', 'tcp_port': 1514})

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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 28 September 2024  10:32:47 -0400 (0:00:00.246)       0:01:06.264 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:48 -0400 (0:00:00.181)       0:01:06.446 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:48 -0400 (0:00:00.108)       0:01:06.555 **** 
changed: [managed-node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "md5sum": "00018829068d32b3c654252fff4f6884",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 151,
    "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:49 -0400 (0:00:00.836)       0:01:07.391 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-relp-module.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-1727533959.472771-23736-192658034527215/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server0",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.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-1727533961.341271-23796-94310683895069/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 522,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533961.341271-23796-94310683895069/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server1",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.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-1727533966.5544052-23971-133922201483893/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 510,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533966.5544052-23971-133922201483893/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "00018829068d32b3c654252fff4f6884",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:49 -0400 (0:00:00.084)       0:01:07.476 **** 
skipping: [managed-node1] => (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-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 28 September 2024  10:32:49 -0400 (0:00:00.080)       0:01:07.556 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:49 -0400 (0:00:00.208)       0:01:07.765 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:49 -0400 (0:00:00.221)       0:01:07.987 **** 
changed: [managed-node1] => (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-1727533969.898014-24130-2408455285255/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:50 -0400 (0:00:01.013)       0:01:09.000 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-relp-module.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-1727533959.472771-23736-192658034527215/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server0",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.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-1727533961.341271-23796-94310683895069/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 522,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533961.341271-23796-94310683895069/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server1",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.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-1727533966.5544052-23971-133922201483893/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 510,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533966.5544052-23971-133922201483893/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "00018829068d32b3c654252fff4f6884",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.source.conf",
                        "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-1727533969.898014-24130-2408455285255/.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-1727533969.898014-24130-2408455285255/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:50 -0400 (0:00:00.178)       0:01:09.179 **** 
skipping: [managed-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Saturday 28 September 2024  10:32:51 -0400 (0:00:00.285)       0:01:09.465 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:51 -0400 (0:00:00.146)       0:01:09.611 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:51 -0400 (0:00:00.066)       0:01:09.678 **** 
changed: [managed-node1] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933",
    "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-forwards-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfwd\")\n"
            }
        ],
        "type": "modules"
    },
    "md5sum": "ae2da87911f54a1a65d787b2eba4d920",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 150,
    "src": "/root/.ansible/tmp/ansible-tmp-1727533971.4767685-24210-19789834574382/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:52 -0400 (0:00:00.896)       0:01:10.574 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-relp-module.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-1727533959.472771-23736-192658034527215/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server0",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.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-1727533961.341271-23796-94310683895069/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 522,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533961.341271-23796-94310683895069/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server1",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.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-1727533966.5544052-23971-133922201483893/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 510,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533966.5544052-23971-133922201483893/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "00018829068d32b3c654252fff4f6884",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.source.conf",
                        "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-1727533969.898014-24130-2408455285255/.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-1727533969.898014-24130-2408455285255/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933",
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-forwards-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfwd\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727533971.4767685-24210-19789834574382/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ae2da87911f54a1a65d787b2eba4d920",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 150,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533971.4767685-24210-19789834574382/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:52 -0400 (0:00:00.154)       0:01:10.729 **** 
skipping: [managed-node1] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\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-forwards-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfwd\")\n"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_output] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Saturday 28 September 2024  10:32:52 -0400 (0:00:00.190)       0:01:10.919 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:32:52 -0400 (0:00:00.326)       0:01:11.246 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:32:53 -0400 (0:00:00.139)       0:01:11.385 **** 
changed: [managed-node1] => (item={'name': 'output-forwards-forwards_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_output") {\n    *.* action(name="forwards_output"\n        type="omfwd"\n        Target="host.domain"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\n    )\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028",
    "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-forwards-forwards_output",
        "sections": [
            {
                "options": "ruleset(name=\"forwards_output\") {\n    *.* action(name=\"forwards_output\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "md5sum": "686f4c6abd6198923f60887e636fc9cc",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 261,
    "src": "/root/.ansible/tmp/ansible-tmp-1727533973.382365-24267-260445187530738/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:32:54 -0400 (0:00:01.090)       0:01:12.476 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727533949.6742554-23413-137656816472095/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533949.6742554-23413-137656816472095/.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-1727533950.882485-23413-257826398629637/.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-1727533950.882485-23413-257826398629637/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                        "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}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1",
                                "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-1727533953.9618604-23552-254343107401218/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 553,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533953.9618604-23552-254343107401218/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-input-relp-module.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-1727533959.472771-23736-192658034527215/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ba4e5281e6496b9817df85f4ffa74c80",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533959.472771-23736-192658034527215/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server0",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server0\"\n      type=\"imrelp\"\n      port=\"6514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server0\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.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-1727533961.341271-23796-94310683895069/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 522,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533961.341271-23796-94310683895069/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "caa0f63f03db806a306842457bd243a775fa5760",
                        "dest": "/etc/rsyslog.d/10-input-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-input-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"imrelp\")"
                                }
                            ],
                            "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-input-relp-module.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-input-relp-module.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-input-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                        "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "input-relp-relp_server1",
                            "sections": [
                                {
                                    "options": "input(name=\"relp_server1\"\n      type=\"imrelp\"\n      port=\"20514\"\n      tls=\"on\"\n      tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n      tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n      tls.authmode=\"name\"\n      tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call files_output\n}\nif\n  ($inputname == \"relp_server1\")\n  then {\n    call forwards_output\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input",
                            "weight": "11"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
                                "content": null,
                                "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.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-1727533966.5544052-23971-133922201483893/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c2a7dbf967f673097785c71b22d2b1c6",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 510,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533966.5544052-23971-133922201483893/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "00018829068d32b3c654252fff4f6884",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533968.3961964-24062-34844615107532/.source.conf",
                        "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-1727533969.898014-24130-2408455285255/.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-1727533969.898014-24130-2408455285255/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933",
                        "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-forwards-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfwd\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727533971.4767685-24210-19789834574382/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "ae2da87911f54a1a65d787b2eba4d920",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 150,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533971.4767685-24210-19789834574382/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028",
                        "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-forwards-forwards_output",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"forwards_output\") {\n    *.* action(name=\"forwards_output\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028",
                                "content": null,
                                "dest": "/etc/rsyslog.d/30-output-forwards-forwards_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-1727533973.382365-24267-260445187530738/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "686f4c6abd6198923f60887e636fc9cc",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 261,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727533973.382365-24267-260445187530738/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:32:54 -0400 (0:00:00.168)       0:01:12.645 **** 
skipping: [managed-node1] => (item={'name': 'output-forwards-forwards_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_output") {\n    *.* action(name="forwards_output"\n        type="omfwd"\n        Target="host.domain"\n        Port="1514"\n        Protocol="tcp"\n        Template="RSYSLOG_ForwardFormat"\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": "output-forwards-forwards_output",
        "sections": [
            {
                "options": "ruleset(name=\"forwards_output\") {\n    *.* action(name=\"forwards_output\"\n        type=\"omfwd\"\n        Target=\"host.domain\"\n        Port=\"1514\"\n        Protocol=\"tcp\"\n        Template=\"RSYSLOG_ForwardFormat\"\n    )\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 28 September 2024  10:32:54 -0400 (0:00:00.175)       0:01:12.820 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 28 September 2024  10:32:54 -0400 (0:00:00.064)       0:01:12.885 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 28 September 2024  10:32:54 -0400 (0:00:00.073)       0:01:12.959 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 28 September 2024  10:32:54 -0400 (0:00:00.067)       0:01:13.027 **** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 28 September 2024  10:32:54 -0400 (0:00:00.084)       0:01:13.111 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 28 September 2024  10:32:54 -0400 (0:00:00.074)       0:01:13.186 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 28 September 2024  10:32:55 -0400 (0:00:00.119)       0:01:13.305 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 28 September 2024  10:32:55 -0400 (0:00:00.074)       0:01:13.380 **** 
changed: [managed-node1] => {
    "changed": true,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "16384",
        "LimitNOFILESoft": "16384",
        "LimitNPROC": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "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": "3472117760",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "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",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 28 September 2024  10:32:55 -0400 (0:00:00.810)       0:01:14.191 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 28 September 2024  10:32:55 -0400 (0:00:00.081)       0:01:14.272 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 28 September 2024  10:32:56 -0400 (0:00:00.111)       0:01:14.384 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 28 September 2024  10:32:56 -0400 (0:00:00.098)       0:01:14.482 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727533877.9894555,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32",
        "ctime": 1727533866.053362,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 373,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1707696000.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3223,
        "uid": 0,
        "version": "2457704834",
        "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 28 September 2024  10:32:56 -0400 (0:00:00.462)       0:01:14.945 **** 
Notification for handler Restart rsyslogd has been saved.
changed: [managed-node1] => {
    "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-1727533976.7289283-24394-105033251588510/.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-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:73
Saturday 28 September 2024  10:32:57 -0400 (0:00:01.030)       0:01:15.975 **** 
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1
META: triggered running handlers for managed-node1

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

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:76
Saturday 28 September 2024  10:32:58 -0400 (0:00:00.659)       0:01:16.747 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 28 September 2024  10:32:58 -0400 (0:00:00.148)       0:01:16.895 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727533978.2892408,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1727533977.419234,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279248,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1707696000.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "3393523385",
        "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-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 28 September 2024  10:32:59 -0400 (0:00:00.594)       0:01:17.490 **** 
ok: [managed-node1] => {
    "changed": false,
    "examined": 10,
    "files": [
        {
            "atime": 1727533978.2892408,
            "ctime": 1727533951.5300312,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279230,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533951.244029,
            "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": 1727533978.2892408,
            "ctime": 1727533972.1121924,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279246,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533971.8141901,
            "nlink": 1,
            "path": "/etc/rsyslog.d/10-output-forwards-modules.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 150,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727533978.2892408,
            "ctime": 1727533962.0281134,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279242,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533961.728111,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 522,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727533978.2892408,
            "ctime": 1727533950.747025,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279229,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533950.1310203,
            "nlink": 1,
            "path": "/etc/rsyslog.d/00-global.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 158,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727533978.2892408,
            "ctime": 1727533970.5601802,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279245,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533970.2511778,
            "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
        },
        {
            "atime": 1727533978.2892408,
            "ctime": 1727533967.198154,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279243,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533966.9151516,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 510,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727533978.2892408,
            "ctime": 1727533954.6440556,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279231,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533954.318053,
            "nlink": 1,
            "path": "/etc/rsyslog.d/90-input-basics-system_input.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 553,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727533978.2892408,
            "ctime": 1727533974.0702078,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279247,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533973.7392051,
            "nlink": 1,
            "path": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 261,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727533978.2892408,
            "ctime": 1727533969.0251682,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279244,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533968.7471662,
            "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": 1727533965.3251393,
            "ctime": 1727533960.1310985,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279241,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727533959.8370962,
            "nlink": 1,
            "path": "/etc/rsyslog.d/10-input-relp-module.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 90,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    ],
    "matched": 10,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 28 September 2024  10:33:00 -0400 (0:00:00.870)       0:01:18.361 **** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 28 September 2024  10:33:00 -0400 (0:00:00.080)       0:01:18.441 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__conf_size == \"more\"",
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 28 September 2024  10:33:00 -0400 (0:00:00.090)       0:01:18.531 **** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 28 September 2024  10:33:00 -0400 (0:00:00.095)       0:01:18.627 **** 
ok: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
    "stat": {
        "atime": 1727533978.2892408,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3",
        "ctime": 1727533962.0281134,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279242,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1727533961.728111,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 522,
        "uid": 0,
        "version": "1096614023",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server1.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
    "stat": {
        "atime": 1727533978.2892408,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87",
        "ctime": 1727533967.198154,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279243,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1727533966.9151516,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 510,
        "uid": 0,
        "version": "729636558",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 28 September 2024  10:33:01 -0400 (0:00:00.802)       0:01:19.429 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__check_systemctl_status == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Install lsof] ************************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86
Saturday 28 September 2024  10:33:01 -0400 (0:00:00.047)       0:01:19.477 **** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: lsof-4.98.0-4.fc40.x86_64"
    ]
}
lsrpackages: lsof

TASK [Check lsof outputs for rsyslogd] *****************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:92
Saturday 28 September 2024  10:33:03 -0400 (0:00:02.293)       0:01:21.770 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd",
    "delta": "0:00:00.031147",
    "end": "2024-09-28 10:33:03.988544",
    "rc": 0,
    "start": "2024-09-28 10:33:03.957397"
}

STDOUT:

rsyslogd  48733            root    4u  IPv4  96709      0t0  TCP *:6514 (LISTEN)
rsyslogd  48733            root    5u  IPv6  96710      0t0  TCP *:6514 (LISTEN)
rsyslogd  48733            root    6u  IPv4  96713      0t0  TCP *:20514 (LISTEN)
rsyslogd  48733            root    7u  IPv6  96714      0t0  TCP *:20514 (LISTEN)

TASK [Show lsof output] ********************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:99
Saturday 28 September 2024  10:33:04 -0400 (0:00:00.665)       0:01:22.436 **** 
ok: [managed-node1] => {}

MSG:

lsof returned rsyslogd  48733            root    4u  IPv4  96709      0t0  TCP *:6514 (LISTEN)
rsyslogd  48733            root    5u  IPv6  96710      0t0  TCP *:6514 (LISTEN)
rsyslogd  48733            root    6u  IPv4  96713      0t0  TCP *:20514 (LISTEN)
rsyslogd  48733            root    7u  IPv6  96714      0t0  TCP *:20514 (LISTEN)

TASK [Check port 6514, 20514 are open for TCP] *********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:103
Saturday 28 September 2024  10:33:04 -0400 (0:00:00.120)       0:01:22.556 **** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 6514",
    "delta": "0:00:00.027488",
    "end": "2024-09-28 10:33:04.687584",
    "item": 6514,
    "rc": 0,
    "start": "2024-09-28 10:33:04.660096"
}

STDOUT:

rsyslogd  48733            root    4u  IPv4  96709      0t0  TCP *:6514 (LISTEN)
rsyslogd  48733            root    5u  IPv6  96710      0t0  TCP *:6514 (LISTEN)
ok: [managed-node1] => (item=20514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 20514",
    "delta": "0:00:00.026460",
    "end": "2024-09-28 10:33:05.092201",
    "item": 20514,
    "rc": 0,
    "start": "2024-09-28 10:33:05.065741"
}

STDOUT:

rsyslogd  48733            root    6u  IPv4  96713      0t0  TCP *:20514 (LISTEN)
rsyslogd  48733            root    7u  IPv6  96714      0t0  TCP *:20514 (LISTEN)

TASK [Check the flows in relp_server0 - 0] *************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:111
Saturday 28 September 2024  10:33:05 -0400 (0:00:00.892)       0:01:23.449 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep '$inputname == \"relp_server0\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l",
    "delta": "0:00:00.006442",
    "end": "2024-09-28 10:33:05.476730",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:05.470288"
}

STDOUT:

2

TASK [Check the flows in relp_server0 - 1] *************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:119
Saturday 28 September 2024  10:33:05 -0400 (0:00:00.386)       0:01:23.836 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep -A 2 '$inputname == \"relp_server0\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | grep \"call files_output\" | wc -l",
    "delta": "0:00:00.006471",
    "end": "2024-09-28 10:33:05.867197",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:05.860726"
}

STDOUT:

1

TASK [Check the ca cert in relp_server0 - 0] ***********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:127
Saturday 28 September 2024  10:33:05 -0400 (0:00:00.431)       0:01:24.268 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep 'tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l",
    "delta": "0:00:00.005754",
    "end": "2024-09-28 10:33:06.317612",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:06.311858"
}

STDOUT:

1

TASK [Check the ca cert in relp_server0 - 1] ***********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:135
Saturday 28 September 2024  10:33:06 -0400 (0:00:00.443)       0:01:24.711 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727533941.421952,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "424a2c4a8d4c32c6773c51e01a85a02852c1ba12",
        "ctime": 1727533941.418952,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 1741,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1727533941.418952,
        "nlink": 1,
        "path": "/etc/pki/tls/certs/logging_cert.crt",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1302,
        "uid": 0,
        "version": "3448841299",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check the cert in relp_server0 - 0] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:139
Saturday 28 September 2024  10:33:06 -0400 (0:00:00.436)       0:01:25.148 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep 'tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l",
    "delta": "0:00:00.005590",
    "end": "2024-09-28 10:33:07.216344",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:07.210754"
}

STDOUT:

1

TASK [Check the cert in relp_server0 - 1] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:147
Saturday 28 September 2024  10:33:07 -0400 (0:00:00.472)       0:01:25.620 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727533941.421952,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "424a2c4a8d4c32c6773c51e01a85a02852c1ba12",
        "ctime": 1727533941.418952,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 1741,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1727533941.418952,
        "nlink": 1,
        "path": "/etc/pki/tls/certs/logging_cert.crt",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1302,
        "uid": 0,
        "version": "3448841299",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check the private key in relp_server0 - 0] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:151
Saturday 28 September 2024  10:33:07 -0400 (0:00:00.421)       0:01:26.041 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep 'tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l",
    "delta": "0:00:00.005564",
    "end": "2024-09-28 10:33:08.099276",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:08.093712"
}

STDOUT:

1

TASK [Check the private key in relp_server0 - 1] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:159
Saturday 28 September 2024  10:33:08 -0400 (0:00:00.414)       0:01:26.456 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727533978.2962408,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d4e34598e330e647cfb94b1092c2c0b305189208",
        "ctime": 1727533941.418952,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 714,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1727533941.418952,
        "nlink": 1,
        "path": "/etc/pki/tls/private/logging_cert.key",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1704,
        "uid": 0,
        "version": "4216014759",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check tls.permittedpeer in relp_server0] *********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:163
Saturday 28 September 2024  10:33:08 -0400 (0:00:00.483)       0:01:26.939 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep 'tls.permittedpeer=\\[\"\\*.client.com\",\"\\*.example.com\"\\]' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l",
    "delta": "0:00:00.005693",
    "end": "2024-09-28 10:33:08.987354",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:08.981661"
}

STDOUT:

1

TASK [Check tls.permittedpeer in relp_server1] *********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:171
Saturday 28 September 2024  10:33:09 -0400 (0:00:00.439)       0:01:27.379 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.managed-node1\\\"\\]\" \"/etc/rsyslog.d/11-input-relp-relp_server1.conf\" | wc -l",
    "delta": "0:00:00.005448",
    "end": "2024-09-28 10:33:09.411886",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:09.406438"
}

STDOUT:

1

TASK [Check maxDataSize is logging_max_message_size] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:182
Saturday 28 September 2024  10:33:09 -0400 (0:00:00.397)       0:01:27.776 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution in ['CentOS', 'RedHat']",
    "skip_reason": "Conditional result was False"
}

TASK [Check preserveFQDN is on] ************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:193
Saturday 28 September 2024  10:33:09 -0400 (0:00:00.042)       0:01:27.819 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "grep",
        "-c",
        "preserveFQDN=\"on\"",
        "/etc/rsyslog.d/00-global.conf"
    ],
    "delta": "0:00:00.003603",
    "end": "2024-09-28 10:33:09.843395",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:09.839792"
}

STDOUT:

1

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:199
Saturday 28 September 2024  10:33:09 -0400 (0:00:00.413)       0:01:28.232 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 28 September 2024  10:33:10 -0400 (0:00:00.174)       0:01:28.406 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 28 September 2024  10:33:10 -0400 (0:00:00.143)       0:01:28.550 **** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n",
    "delta": "0:00:00.184171",
    "end": "2024-09-28 10:33:10.829810",
    "item": 6514,
    "rc": 0,
    "start": "2024-09-28 10:33:10.645639"
}

STDOUT:

1514/tcp 6514/tcp 20514/tcp
ok: [managed-node1] => (item=20514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"20514/tcp\"\n",
    "delta": "0:00:00.184417",
    "end": "2024-09-28 10:33:11.411014",
    "item": 20514,
    "rc": 0,
    "start": "2024-09-28 10:33:11.226597"
}

STDOUT:

1514/tcp 6514/tcp 20514/tcp
ok: [managed-node1] => (item=1514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"1514/tcp\"\n",
    "delta": "0:00:00.180970",
    "end": "2024-09-28 10:33:11.938926",
    "item": 1514,
    "rc": 0,
    "start": "2024-09-28 10:33:11.757956"
}

STDOUT:

1514/tcp 6514/tcp 20514/tcp

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 28 September 2024  10:33:12 -0400 (0:00:01.807)       0:01:30.358 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 28 September 2024  10:33:12 -0400 (0:00:00.096)       0:01:30.454 **** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"6514\" | grep \"tcp\"",
    "delta": "0:00:00.313690",
    "end": "2024-09-28 10:33:12.951277",
    "item": 6514,
    "rc": 0,
    "start": "2024-09-28 10:33:12.637587"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514


STDERR:

egrep: warning: egrep is obsolescent; using grep -E
ok: [managed-node1] => (item=20514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"20514\" | grep \"tcp\"",
    "delta": "0:00:00.284152",
    "end": "2024-09-28 10:33:13.609122",
    "item": 20514,
    "rc": 0,
    "start": "2024-09-28 10:33:13.324970"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514


STDERR:

egrep: warning: egrep is obsolescent; using grep -E
ok: [managed-node1] => (item=1514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"1514\" | grep \"tcp\"",
    "delta": "0:00:00.286391",
    "end": "2024-09-28 10:33:14.263871",
    "item": 1514,
    "rc": 0,
    "start": "2024-09-28 10:33:13.977480"
}

STDOUT:

syslogd_port_t                 tcp      2514, 1514


STDERR:

egrep: warning: egrep is obsolescent; using grep -E

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 28 September 2024  10:33:14 -0400 (0:00:02.177)       0:01:32.632 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Set firewall and selinux to false for cleanup] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:202
Saturday 28 September 2024  10:33:14 -0400 (0:00:00.105)       0:01:32.737 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_manage_firewall": false,
        "logging_manage_selinux": false
    },
    "changed": false
}

TASK [END TEST CASE 0; Clean up the deployed config] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:207
Saturday 28 September 2024  10:33:14 -0400 (0:00:00.044)       0:01:32.781 **** 
included: fedora.linux_system_roles.logging for managed-node1

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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 28 September 2024  10:33:14 -0400 (0:00:00.176)       0:01:32.957 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 28 September 2024  10:33:14 -0400 (0:00:00.118)       0:01:33.076 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 28 September 2024  10:33:14 -0400 (0:00:00.145)       0:01:33.221 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 28 September 2024  10:33:15 -0400 (0:00:00.132)       0:01:33.354 **** 
skipping: [managed-node1] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 28 September 2024  10:33:15 -0400 (0:00:00.133)       0:01:33.487 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 28 September 2024  10:33:15 -0400 (0:00:00.124)       0:01:33.612 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 28 September 2024  10:33:15 -0400 (0:00:00.071)       0:01:33.684 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 28 September 2024  10:33:15 -0400 (0:00:00.272)       0:01:33.956 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 28 September 2024  10:33:15 -0400 (0:00:00.110)       0:01:34.067 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 28 September 2024  10:33:15 -0400 (0:00:00.091)       0:01:34.159 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 28 September 2024  10:33:15 -0400 (0:00:00.090)       0:01:34.250 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 28 September 2024  10:33:16 -0400 (0:00:00.071)       0:01:34.321 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 28 September 2024  10:33:16 -0400 (0:00:00.065)       0:01:34.387 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 28 September 2024  10:33:16 -0400 (0:00:00.067)       0:01:34.454 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 28 September 2024  10:33:16 -0400 (0:00:00.080)       0:01:34.534 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 28 September 2024  10:33:16 -0400 (0:00:00.077)       0:01:34.612 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 28 September 2024  10:33:16 -0400 (0:00:00.100)       0:01:34.713 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 28 September 2024  10:33:16 -0400 (0:00:00.147)       0:01:34.860 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 28 September 2024  10:33:16 -0400 (0:00:00.410)       0:01:35.270 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 28 September 2024  10:33:17 -0400 (0:00:00.168)       0:01:35.439 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 28 September 2024  10:33:17 -0400 (0:00:00.120)       0:01:35.559 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 28 September 2024  10:33:17 -0400 (0:00:00.109)       0:01:35.668 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 28 September 2024  10:33:17 -0400 (0:00:00.113)       0:01:35.782 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 28 September 2024  10:33:17 -0400 (0:00:00.235)       0:01:36.017 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 28 September 2024  10:33:17 -0400 (0:00:00.110)       0:01:36.128 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 28 September 2024  10:33:18 -0400 (0:00:00.165)       0:01:36.294 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 28 September 2024  10:33:18 -0400 (0:00:00.105)       0:01:36.399 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 28 September 2024  10:33:18 -0400 (0:00:00.218)       0:01:36.617 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 28 September 2024  10:33:18 -0400 (0:00:00.402)       0:01:37.019 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 28 September 2024  10:33:18 -0400 (0:00:00.155)       0:01:37.174 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 28 September 2024  10:33:18 -0400 (0:00:00.072)       0:01:37.247 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 28 September 2024  10:33:19 -0400 (0:00:00.072)       0:01:37.319 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 28 September 2024  10:33:19 -0400 (0:00:00.077)       0:01:37.397 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 28 September 2024  10:33:19 -0400 (0:00:00.107)       0:01:37.504 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 28 September 2024  10:33:19 -0400 (0:00:00.176)       0:01:37.681 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 28 September 2024  10:33:19 -0400 (0:00:00.295)       0:01:37.976 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 28 September 2024  10:33:19 -0400 (0:00:00.257)       0:01:38.234 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.141)       0:01:38.376 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.113)       0:01:38.489 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.114)       0:01:38.603 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.094)       0:01:38.698 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.095)       0:01:38.793 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.110)       0:01:38.904 **** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.121)       0:01:39.025 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.113)       0:01:39.139 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 28 September 2024  10:33:20 -0400 (0:00:00.130)       0:01:39.270 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 28 September 2024  10:33:21 -0400 (0:00:00.053)       0:01:39.323 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 28 September 2024  10:33:21 -0400 (0:00:00.077)       0:01:39.400 **** 
ok: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 28 September 2024  10:33:21 -0400 (0:00:00.157)       0:01:39.558 **** 
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 28 September 2024  10:33:21 -0400 (0:00:00.175)       0:01:39.733 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 28 September 2024  10:33:21 -0400 (0:00:00.214)       0:01:39.948 **** 
ok: [managed-node1] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.027679",
    "end": "2024-09-28 10:33:22.056353",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-09-28 10:33:22.028674"
}
ok: [managed-node1] => (item=rsyslog) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "rsyslog"
    ],
    "delta": "0:00:00.040339",
    "end": "2024-09-28 10:33:22.440444",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 1,
    "start": "2024-09-28 10:33:22.400105"
}

STDOUT:

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


MSG:

non-zero return code

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 28 September 2024  10:33:22 -0400 (0:00:00.886)       0:01:40.835 **** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: rsyslog-relp-8.2312.0-1.fc40.x86_64",
        "Removed: rsyslog-8.2312.0-1.fc40.x86_64",
        "Removed: iproute-6.7.0-2.fc40.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 28 September 2024  10:33:25 -0400 (0:00:02.903)       0:01:43.738 **** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: iproute-6.7.0-2.fc40.x86_64",
        "Installed: rsyslog-8.2312.0-1.fc40.x86_64"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 28 September 2024  10:33:28 -0400 (0:00:03.331)       0:01:47.070 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 28 September 2024  10:33:30 -0400 (0:00:01.290)       0:01:48.436 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2312.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 28 September 2024  10:33:30 -0400 (0:00:00.101)       0:01:48.538 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 28 September 2024  10:33:30 -0400 (0:00:00.083)       0:01:48.621 **** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 28 September 2024  10:33:30 -0400 (0:00:00.066)       0:01:48.688 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 28 September 2024  10:33:30 -0400 (0:00:00.071)       0:01:48.759 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 28 September 2024  10:33:30 -0400 (0:00:00.411)       0:01:49.170 **** 
ok: [managed-node1] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 28 September 2024  10:33:31 -0400 (0:00:00.490)       0:01:49.661 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 28 September 2024  10:33:31 -0400 (0:00:00.502)       0:01:50.164 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 28 September 2024  10:33:32 -0400 (0:00:00.390)       0:01:50.554 **** 
skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\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=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 28 September 2024  10:33:32 -0400 (0:00:00.234)       0:01:50.789 **** 
ok: [managed-node1] => {
    "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=\"16384\"\n  preserveFQDN=\"on\"\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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 28 September 2024  10:33:32 -0400 (0:00:00.124)       0:01:50.914 **** 
skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\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=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 28 September 2024  10:33:32 -0400 (0:00:00.146)       0:01:51.060 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 28 September 2024  10:33:32 -0400 (0:00:00.072)       0:01:51.133 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 28 September 2024  10:33:32 -0400 (0:00:00.097)       0:01:51.230 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 28 September 2024  10:33:33 -0400 (0:00:00.073)       0:01:51.303 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 28 September 2024  10:33:33 -0400 (0:00:00.067)       0:01:51.371 **** 
ok: [managed-node1] => {
    "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.079970",
    "end": "2024-09-28 10:33:33.528060",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:33:33.448090"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-input-relp-module.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-forwards-modules.conf
/etc/rsyslog.d/11-input-relp-relp_server0.conf
/etc/rsyslog.d/11-input-relp-relp_server1.conf
/etc/rsyslog.d/30-output-files-files_output.conf
/etc/rsyslog.d/30-output-forwards-forwards_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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 28 September 2024  10:33:33 -0400 (0:00:00.524)       0:01:51.896 **** 
changed: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server1.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
    "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/10-input-relp-module.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/10-input-relp-module.conf",
    "path": "/etc/rsyslog.d/10-input-relp-module.conf",
    "state": "absent"
}
changed: [managed-node1] => (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-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_output.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf",
    "path": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf",
    "state": "absent"
}
changed: [managed-node1] => (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-node1] => (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-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
    "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
    "state": "absent"
}
changed: [managed-node1] => (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-node1] => (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-node1] => (item=/etc/rsyslog.d/10-output-forwards-modules.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/10-output-forwards-modules.conf",
    "path": "/etc/rsyslog.d/10-output-forwards-modules.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.

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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 28 September 2024  10:33:37 -0400 (0:00:04.320)       0:01:56.216 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 28 September 2024  10:33:38 -0400 (0:00:00.155)       0:01:56.372 **** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 28 September 2024  10:33:38 -0400 (0:00:00.156)       0:01:56.529 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 28 September 2024  10:33:38 -0400 (0:00:00.403)       0:01:56.932 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 28 September 2024  10:33:38 -0400 (0:00:00.238)       0:01:57.171 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 28 September 2024  10:33:39 -0400 (0:00:00.189)       0:01:57.360 **** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-28 10:32:58 EDT",
        "ActiveEnterTimestampMonotonic": "4806761836",
        "ActiveExitTimestamp": "Sat 2024-09-28 10:33:24 EDT",
        "ActiveExitTimestampMonotonic": "4832638246",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:32:58 EDT",
        "AssertTimestampMonotonic": "4806734522",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "239529000",
        "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-09-28 10:32:58 EDT",
        "ConditionTimestampMonotonic": "4806734519",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-09-28 10:33:24 EDT",
        "ExecMainExitTimestampMonotonic": "4832964698",
        "ExecMainPID": "48733",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:32:58 EDT",
        "ExecMainStartTimestampMonotonic": "4806740134",
        "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-09-28 10:33:24 EDT",
        "InactiveEnterTimestampMonotonic": "4832964864",
        "InactiveExitTimestamp": "Sat 2024-09-28 10:32:58 EDT",
        "InactiveExitTimestampMonotonic": "4806740510",
        "InvocationID": "ed25ac1d31cc4389ab909c03681cc736",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "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": "3468673024",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sat 2024-09-28 10:33:24 EDT",
        "StateChangeTimestampMonotonic": "4832964864",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 28 September 2024  10:33:39 -0400 (0:00:00.654)       0:01:58.015 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 28 September 2024  10:33:39 -0400 (0:00:00.073)       0:01:58.088 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 28 September 2024  10:33:39 -0400 (0:00:00.171)       0:01:58.260 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 28 September 2024  10:33:40 -0400 (0:00:00.118)       0:01:58.378 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 28 September 2024  10:33:40 -0400 (0:00:00.135)       0:01:58.514 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:219
Saturday 28 September 2024  10:33:40 -0400 (0:00:00.139)       0:01:58.653 **** 
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1
META: triggered running handlers for managed-node1

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 28 September 2024  10:33:40 -0400 (0:00:00.098)       0:01:58.752 **** 
changed: [managed-node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-28 10:32:58 EDT",
        "ActiveEnterTimestampMonotonic": "4806761836",
        "ActiveExitTimestamp": "Sat 2024-09-28 10:33:24 EDT",
        "ActiveExitTimestampMonotonic": "4832638246",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:32:58 EDT",
        "AssertTimestampMonotonic": "4806734522",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "239529000",
        "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-09-28 10:32:58 EDT",
        "ConditionTimestampMonotonic": "4806734519",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-09-28 10:33:24 EDT",
        "ExecMainExitTimestampMonotonic": "4832964698",
        "ExecMainPID": "48733",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:32:58 EDT",
        "ExecMainStartTimestampMonotonic": "4806740134",
        "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-09-28 10:33:24 EDT",
        "InactiveEnterTimestampMonotonic": "4832964864",
        "InactiveExitTimestamp": "Sat 2024-09-28 10:32:58 EDT",
        "InactiveExitTimestampMonotonic": "4806740510",
        "InvocationID": "ed25ac1d31cc4389ab909c03681cc736",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "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": "3471372288",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sat 2024-09-28 10:33:24 EDT",
        "StateChangeTimestampMonotonic": "4832964864",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:222
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.585)       0:01:59.337 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.091)       0:01:59.429 **** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.068)       0:01:59.497 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.039)       0:01:59.536 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.039)       0:01:59.576 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.058)       0:01:59.634 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Set firewall true and selinux false] *************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:228
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.038)       0:01:59.673 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_manage_firewall": true,
        "logging_manage_selinux": true
    },
    "changed": false
}

TASK [TEST CASE 1; Test the client configuration using tls relp] ***************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:233
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.086)       0:01:59.760 **** 
included: fedora.linux_system_roles.logging for managed-node1

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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.126)       0:01:59.886 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_output_files": [
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.080)       0:01:59.967 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "ca_cert": "/etc/pki/tls/certs/logging_cert.crt",
                "cert": "/etc/pki/tls/certs/logging_cert.crt",
                "name": "relp_client0",
                "permitted_servers": [
                    "*.server.com",
                    "*.example.com"
                ],
                "pki_authmode": "name",
                "port": 6514,
                "private_key": "/etc/pki/tls/private/logging_cert.key",
                "target": "localhost",
                "tls": true,
                "type": "relp"
            },
            {
                "ca_cert": "/etc/pki/tls/certs/logging_cert.crt",
                "cert": "/etc/pki/tls/certs/logging_cert.crt",
                "name": "relp_client1",
                "pki_authmode": "name",
                "port": 7514,
                "private_key": "/etc/pki/tls/private/logging_cert.key",
                "target": "localhost",
                "tls": true,
                "type": "relp"
            },
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.079)       0:02:00.047 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": [
            {
                "name": "system_input",
                "type": "basics"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.074)       0:02:00.121 **** 
skipping: [managed-node1] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 28 September 2024  10:33:41 -0400 (0:00:00.072)       0:02:00.194 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.145)       0:02:00.339 **** 
skipping: [managed-node1] => (item={'name': 'flows', 'inputs': ['system_input'], 'outputs': ['relp_client0', 'relp_client1']})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length",
    "item": {
        "inputs": [
            "system_input"
        ],
        "name": "flows",
        "outputs": [
            "relp_client0",
            "relp_client1"
        ]
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.095)       0:02:00.435 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.116)       0:02:00.551 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.115)       0:02:00.667 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.070)       0:02:00.737 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.069)       0:02:00.807 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.069)       0:02:00.876 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514,
            7514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.083)       0:02:00.960 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.085)       0:02:01.046 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514,
            7514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.086)       0:02:01.132 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 28 September 2024  10:33:42 -0400 (0:00:00.085)       0:02:01.218 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 28 September 2024  10:33:43 -0400 (0:00:00.106)       0:02:01.324 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 28 September 2024  10:33:43 -0400 (0:00:00.089)       0:02:01.414 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514,
            7514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 28 September 2024  10:33:43 -0400 (0:00:00.127)       0:02:01.541 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 28 September 2024  10:33:43 -0400 (0:00:00.203)       0:02:01.744 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": [
            6514,
            7514
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 28 September 2024  10:33:43 -0400 (0:00:00.135)       0:02:01.879 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 28 September 2024  10:33:43 -0400 (0:00:00.131)       0:02:02.010 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 28 September 2024  10:33:43 -0400 (0:00:00.134)       0:02:02.144 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 28 September 2024  10:33:44 -0400 (0:00:00.188)       0:02:02.333 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_firewall_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 28 September 2024  10:33:44 -0400 (0:00:00.125)       0:02:02.458 **** 
ok: [managed-node1] => (item=6514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "6514/tcp",
                "state": "enabled"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "6514/tcp"
}
ok: [managed-node1] => (item=7514/tcp) => {
    "ansible_facts": {
        "logging_firewall_ports": [
            {
                "port": "6514/tcp",
                "state": "enabled"
            },
            {
                "port": "7514/tcp",
                "state": "enabled"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "7514/tcp"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 28 September 2024  10:33:44 -0400 (0:00:00.163)       0:02:02.621 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 28 September 2024  10:33:44 -0400 (0:00:00.102)       0:02:02.724 **** 
included: fedora.linux_system_roles.firewall for managed-node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 28 September 2024  10:33:44 -0400 (0:00:00.207)       0:02:02.932 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 28 September 2024  10:33:44 -0400 (0:00:00.326)       0:02:03.258 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 28 September 2024  10:33:45 -0400 (0:00:00.106)       0:02:03.364 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 28 September 2024  10:33:45 -0400 (0:00:00.109)       0:02:03.473 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 28 September 2024  10:33:45 -0400 (0:00:00.072)       0:02:03.546 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 28 September 2024  10:33:45 -0400 (0:00:00.071)       0:02:03.617 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 28 September 2024  10:33:45 -0400 (0:00:00.070)       0:02:03.688 **** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 28 September 2024  10:33:46 -0400 (0:00:01.443)       0:02:05.132 **** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 28 September 2024  10:33:46 -0400 (0:00:00.094)       0:02:05.227 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 28 September 2024  10:33:47 -0400 (0:00:00.090)       0:02:05.317 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 28 September 2024  10:33:47 -0400 (0:00:00.096)       0:02:05.414 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 28 September 2024  10:33:47 -0400 (0:00:00.252)       0:02:05.667 **** 
skipping: [managed-node1] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 28 September 2024  10:33:47 -0400 (0:00:00.098)       0:02:05.766 **** 
ok: [managed-node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-28 10:31:52 EDT",
        "ActiveEnterTimestampMonotonic": "4741176617",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target sysinit.target dbus.socket system.slice dbus-broker.service polkit.service",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:31:51 EDT",
        "AssertTimestampMonotonic": "4739677764",
        "Before": "multi-user.target network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "496724000",
        "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-09-28 10:31:51 EDT",
        "ConditionTimestampMonotonic": "4739677760",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service ip6tables.service ebtables.service nftables.service ipset.service shutdown.target",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "10608",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "42942",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:31:51 EDT",
        "ExecMainStartTimestampMonotonic": "4739687097",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-28 10:31:51 EDT",
        "InactiveExitTimestampMonotonic": "4739687343",
        "InvocationID": "c7b667097151453cb5f910c5fab93632",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "42942",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3445362688",
        "MemoryCurrent": "32403456",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "32886784",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "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 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": "null",
        "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-09-28 10:33:28 EDT",
        "StateChangeTimestampMonotonic": "4836732137",
        "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": "2",
        "TasksMax": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 28 September 2024  10:33:48 -0400 (0:00:00.669)       0:02:06.435 **** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-28 10:31:52 EDT",
        "ActiveEnterTimestampMonotonic": "4741176617",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target sysinit.target dbus.socket system.slice dbus-broker.service polkit.service",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:31:51 EDT",
        "AssertTimestampMonotonic": "4739677764",
        "Before": "multi-user.target network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "496724000",
        "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-09-28 10:31:51 EDT",
        "ConditionTimestampMonotonic": "4739677760",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service ip6tables.service ebtables.service nftables.service ipset.service shutdown.target",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "10608",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "42942",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:31:51 EDT",
        "ExecMainStartTimestampMonotonic": "4739687097",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; 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/firewalld.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": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-28 10:31:51 EDT",
        "InactiveExitTimestampMonotonic": "4739687343",
        "InvocationID": "c7b667097151453cb5f910c5fab93632",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "42942",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3449954304",
        "MemoryCurrent": "32403456",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "32886784",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "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 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": "null",
        "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-09-28 10:33:28 EDT",
        "StateChangeTimestampMonotonic": "4836732137",
        "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": "2",
        "TasksMax": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 28 September 2024  10:33:48 -0400 (0:00:00.677)       0:02:07.113 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 28 September 2024  10:33:48 -0400 (0:00:00.081)       0:02:07.194 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 28 September 2024  10:33:49 -0400 (0:00:00.108)       0:02:07.303 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 28 September 2024  10:33:49 -0400 (0:00:00.088)       0:02:07.391 **** 
ok: [managed-node1] => (item={'port': '6514/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "port": "6514/tcp",
        "state": "enabled"
    }
}
changed: [managed-node1] => (item={'port': '7514/tcp', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "port": "7514/tcp",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 28 September 2024  10:33:50 -0400 (0:00:01.166)       0:02:08.558 **** 
skipping: [managed-node1] => (item={'port': '6514/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "port": "6514/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'port': '7514/tcp', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "port": "7514/tcp",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 28 September 2024  10:33:50 -0400 (0:00:00.157)       0:02:08.715 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall | length == 1",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 28 September 2024  10:33:50 -0400 (0:00:00.205)       0:02:08.920 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 28 September 2024  10:33:50 -0400 (0:00:00.141)       0:02:09.062 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 28 September 2024  10:33:51 -0400 (0:00:00.415)       0:02:09.477 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 28 September 2024  10:33:51 -0400 (0:00:00.125)       0:02:09.603 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 28 September 2024  10:33:51 -0400 (0:00:00.119)       0:02:09.722 **** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 28 September 2024  10:33:51 -0400 (0:00:00.211)       0:02:09.934 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 28 September 2024  10:33:51 -0400 (0:00:00.281)       0:02:10.216 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_selinux_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.089)       0:02:10.306 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.042)       0:02:10.349 **** 
ok: [managed-node1] => (item=6514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true",
                "ports": 6514,
                "proto": "tcp",
                "setype": "syslog_tls_port_t",
                "state": "present"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": 6514
}
ok: [managed-node1] => (item=7514) => {
    "ansible_facts": {
        "logging_selinux_ports": [
            {
                "local": "true",
                "ports": 6514,
                "proto": "tcp",
                "setype": "syslog_tls_port_t",
                "state": "present"
            },
            {
                "local": "true",
                "ports": 7514,
                "proto": "tcp",
                "setype": "syslog_tls_port_t",
                "state": "present"
            }
        ]
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": 7514
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.097)       0:02:10.447 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.058)       0:02:10.505 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.102)       0:02:10.607 **** 
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed-node1

TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.128)       0:02:10.736 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.122)       0:02:10.859 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.115)       0:02:10.974 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1

TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.119)       0:02:11.093 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.069)       0:02:11.163 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __selinux_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 28 September 2024  10:33:52 -0400 (0:00:00.073)       0:02:11.237 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 28 September 2024  10:33:53 -0400 (0:00:00.142)       0:02:11.379 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __selinux_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 28 September 2024  10:33:53 -0400 (0:00:00.072)       0:02:11.452 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_python_version is version('3', '<')",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 28 September 2024  10:33:53 -0400 (0:00:00.099)       0:02:11.552 **** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-libselinux python3-policycoreutils

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 28 September 2024  10:33:54 -0400 (0:00:01.582)       0:02:13.134 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_os_family == \"Suse\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 28 September 2024  10:33:55 -0400 (0:00:00.180)       0:02:13.315 **** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: policycoreutils-python-utils

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 28 September 2024  10:33:56 -0400 (0:00:01.526)       0:02:14.842 **** 
skipping: [managed-node1] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 28 September 2024  10:33:56 -0400 (0:00:00.121)       0:02:14.964 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 28 September 2024  10:33:56 -0400 (0:00:00.112)       0:02:15.076 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__selinux_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 28 September 2024  10:33:57 -0400 (0:00:00.225)       0:02:15.301 **** 
ok: [managed-node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 28 September 2024  10:33:58 -0400 (0:00:01.066)       0:02:16.368 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 28 September 2024  10:33:58 -0400 (0:00:00.113)       0:02:16.482 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 28 September 2024  10:33:58 -0400 (0:00:00.243)       0:02:16.725 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 28 September 2024  10:33:58 -0400 (0:00:00.146)       0:02:16.871 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_reboot_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 28 September 2024  10:33:58 -0400 (0:00:00.117)       0:02:16.988 **** 
skipping: [managed-node1] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 28 September 2024  10:33:58 -0400 (0:00:00.112)       0:02:17.101 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_all_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 28 September 2024  10:33:58 -0400 (0:00:00.111)       0:02:17.213 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_booleans_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 28 September 2024  10:33:59 -0400 (0:00:00.111)       0:02:17.325 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_fcontexts_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 28 September 2024  10:33:59 -0400 (0:00:00.133)       0:02:17.458 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_ports_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 28 September 2024  10:33:59 -0400 (0:00:00.112)       0:02:17.570 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_logins_purge | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 28 September 2024  10:33:59 -0400 (0:00:00.112)       0:02:17.683 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 28 September 2024  10:33:59 -0400 (0:00:00.072)       0:02:17.755 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 28 September 2024  10:33:59 -0400 (0:00:00.071)       0:02:17.827 **** 
ok: [managed-node1] => (item={'ports': 6514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => {
    "__selinux_item": {
        "local": "true",
        "ports": 6514,
        "proto": "tcp",
        "setype": "syslog_tls_port_t",
        "state": "present"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": false,
    "ports": [
        "6514"
    ],
    "proto": "tcp",
    "setype": "syslog_tls_port_t",
    "state": "present"
}
changed: [managed-node1] => (item={'ports': 7514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => {
    "__selinux_item": {
        "local": "true",
        "ports": 7514,
        "proto": "tcp",
        "setype": "syslog_tls_port_t",
        "state": "present"
    },
    "ansible_loop_var": "__selinux_item",
    "changed": true,
    "ports": [
        "7514"
    ],
    "proto": "tcp",
    "setype": "syslog_tls_port_t",
    "state": "present"
}

TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 28 September 2024  10:34:01 -0400 (0:00:02.303)       0:02:20.130 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 28 September 2024  10:34:01 -0400 (0:00:00.087)       0:02:20.218 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:4180b8fba242f924ae2816f290fd2f447533bff3ae4b8b6b60f999c7b5a10caa",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:be4ca99796e2a67e5756d9242dad3f02e1d63be342cdedbb2c744a79cbb52ccb",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:c7c679838339ee165e9e71dbbf7c7bf40964333a74256ee98d4b56bc72e310f9",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:0e0de66c5efe773f5749d1a9d18b46c8e1264efe8dc77f1ab1ee34936429a6dd",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:6caa2cbaa3caf74ac1652751ba8cd482e6792685d960cf7f6f6e56edbed280e7",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:50cd4920e108bb448da391a6e0136bc2023f3f6b7d825b39505b7244a6a55493",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:b97526aa2398ec96e9185d11b1429064e6b88b9e47f2d0460d5c8dbfd2289bce",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:89dc609017c6f2173d442769cbec67f3039fd77c8bec78ee038ff565856711a8",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:d097d6711f0b31c706c8a186a615dcaf2b91d070a69304c05d5d7868c88bab5f",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:b156ebbd9f20cfe8d9fbb273f031fe309a0b850147f2b2a4f4316e4492f5fd30",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:689e8e4f1b836e9e95320ac85cad26e50af1663439260c4bbb0fa65b0a7640ee",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:6ae0aef5714b891c8d27622893515e8de72454ab279b4726975d9c313401797e",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467",
                    "enabled": 1
                }
            },
            "cifsutils": {
                "100": {
                    "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:cbc53cf7577ba92ef76acae3e99df2159a8aa432f25bbc2ee03bc0eee036f5e5",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:d87419acfca2174158477e7e62a1c6d5a6b90f9fc759b1caa7fc2c80b2b66fc2",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:cdf7e54b6a3fceceb16ba54647c10c12bc09bd9541550a9a516823d771c66ee6",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:e149fe7195a124d01d7afab5ba6a34552b50e47890e94153d06763826ee7c00d",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:e111315155b31d6b375dcaae05acf5e957dffc94e9efa04d4eac9ee74888b4e6",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:3821e27717e50b0e999807d79f0eacd2ad6012a7a252b2c6280a0303e438237e",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:7e7c69d205d75239503dd305a759ac9ba8406c0a1eaa20a7c97a033f38b13006",
                    "enabled": 1
                }
            },
            "fedoratp": {
                "100": {
                    "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:935b69863cf4def7a44b43cab96cf43fe663ec8d5ee103d6f412936391125a50",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:602b25a03e6a5d5a25d3ed528e4c68f6a495e2dea3b6060ca32845483f9d2d88",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
                    "enabled": 1
                }
            },
            "glusterd": {
                "100": {
                    "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:cc9c1db5bd96467067486759e63ec280a5292165516d258a9a167af19a5d865a",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:bf938826905f5d23a97e4adb465766f1dbce18fcc6da669f6e7ff2f287b5fd0f",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:7d88832619945a1af5fa3b40ad467b816e5a1e24b7f875e10b8c4d75a33d79b3",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:358dbf02ed7fb53d0f7abafebad35d5bad7a2cf830676a1fcdf93055569b1c21",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:c5b3f0780b99bd8773d7723c5f2a3ff188d36888611ffb524151c9943c8c5d5d",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:6ba4c0331da8031107dba9c447502f4809d0392a56de2c9d4ce8c333c14f1627",
                    "enabled": 1
                }
            },
            "kafs": {
                "100": {
                    "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:e120007ccfb6133d0bd394a6d93bf6c27b39e61feb2abf6bfdaef8fe2ffc2a54",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
                    "enabled": 1
                }
            },
            "keyutils": {
                "100": {
                    "checksum": "sha256:fde15419e2fc670c8086bb75f5156306aec61549f266cbec89e12b8c12315606",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:274d379294253625ca276e6463b80d3b3fa88deabfacb4b4472f8f046119dae6",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:2ef8bb580d1bb1de08940ad1cd29d82f66bf03fb31c361716e8465b0f05db62f",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:b618ed40113167b489f2e3ba560d1b2fe3013f15cffaa4d7263ec04f77bc67e5",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:03fa2b1f672c7902f9c88bc3048c996ed5189bf6a965ffbae30b2cc555662aa6",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:58330897fef7d27075139bd8591d14e9274c14a1207f2dca120f05f2e89a9759",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:eca77e7334e62b4b1a7186d51a9817b9259eb72dde54df6a23c83c6a20e26546",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:028a9e891f008817a604f55f77416af67a4332393386af9624aa99c20742a570",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:873f782179ba1a156db5c05a22e3391d65ac4748427d3d19d094ea8906e10fdd",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:2ed5421126ee7ac09bddedec68697ddef1d14aeb02432eb766ce64aa364d04f7",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:6cde70e3d4ff9a7bb74bfb907dd14d626e0aa6d0a7a794484b0344f10f27b03a",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:f07697452277aee96c92093916a241aa1e170359e0137e82bed4e84294c71d83",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:3ab88c070cf4ab980219197d2125cba4272dce884c9d00a673b8aa3b316e1611",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:b14c8c21fe8ee2121e5817382e83fd2a25699836be8e79269026a2d2494718f4",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:554186e44a5763b0c4411968a57bf6266fcc4a0eeef5e971449135245df6807f",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:1f2f53ec9801fa0fff759f87f132d50b84cd6eb10350ac7fb5f0ea3c5fa09121",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:e13af8921501fa4e869a20c87963951145bc762c670fc1b996c4858ca430cc71",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:2b9fd485fa6fa2df485152c5ecf7b72a27e67db4f16cb86201b360a380a29e1d",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:ac6b3768152d1d94a1ab2c28f23681e16fe3a923e0880d32cc448daacd9cbfcd",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:0188c6dcedbe5ab251e3958c40024bbfa40ed2cc84d5fa71aceaa2cb25cd964d",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:98eb081b4cda2ac0cb8efdb83ed66772e7079fb81091c8a64cb3cfdeccd928c6",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:3af5738f6c839b9e1f918287b3c852c9c7ac8fd2e82588952f8d423f8c0e82c8",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:95253a6493fcb163e729a0937735e74fce0900975863996e7461a0590c36f2da",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:645ea8eba12cb23c2f2a651d936cbe29c280bff2b7eecfd52ad99c592cc5a6b3",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:64baf197e41fe7d76da2de1aaefa3da468cd99982d7f4078b497ae3968511005",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:32db4ce0c3eea9523927d9e0eaee0ceb1f230861fcd43eeafbfe06924f827bbf",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:763088f3e0392356a8bad6a06d56305a49c73690573a0c1e3d7cd8e7a7583f2e",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:9bd8be75c6db916fa07e119e325784328632d1755a1ae942d528772aeb2d35c2",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:2a1fce6e52ac5a339cda1617ae65ae121a681ab9b88a9ebabcc7afc03a6324ed",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:817fd51715b8897c09a36169ce0da31ac4493012bf09cb268faf9ae48cb5c359",
                    "enabled": 1
                }
            },
            "stalld": {
                "100": {
                    "checksum": "sha256:f51e2b820929b6b7e3ff75de0c6b944683c0c9572388fd4b55d125d167145d41",
                    "enabled": 1
                }
            },
            "stapserver": {
                "100": {
                    "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5",
                    "enabled": 1
                }
            },
            "stratisd": {
                "100": {
                    "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0",
                    "enabled": 1
                }
            },
            "stunnel": {
                "100": {
                    "checksum": "sha256:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:252d43a3b5e1fc1e91699252a7bcd47f56199e7169dfe3023f12ada6770be35d",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:e7d47e23523de1fde711e49fde546e1c8eb632409bf15fcf004ad97d8c55bf59",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:087d232c264c25af626d60a5e1fd53cebe419d81b403d189a5ad88e3b794aafe",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:4f6d98b3bc45e22184ef8d39e7960e9ba575b52c8d8b57f18526591be0db8f4d",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:a0cc26aad002d4bb8e8e9f68265052e84c0995e395bde032bdf09ee36ce229f7",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:e2a1b07953c01d2f93d5fcc82af0564346b1a1079f7eb8110bef1bcd2d475067",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:2a2af9fdb88cf5c21029ee4e80cff74f015dfc1e9766afab9b83c49c7d87dadf",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:0f01a0f3bf8b449185addaf4d10360b1de985c4eaf0bde302e37ac54624cd73e",
                    "enabled": 1
                }
            },
            "virt_supplementary": {
                "100": {
                    "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:adf42ce5e6b76b7cfc85d8e6f83c0597ab9cba435011fd779c2202831dfba8dc",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:9d1a40c730927da34e987d2aae6018f328fd6e9bf2d6134644515f50a359eb8c",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:aa67ee5990009528b3dd86133a60dddabbad37ac073700d62e58e149ef98ed73",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:f7d1a4c3f9b5d5c0a9509a4ef41f88d58ac785b0e66423cfa0f4ccdbdac1dc7c",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 28 September 2024  10:34:05 -0400 (0:00:03.283)       0:02:23.501 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "selinux_modules is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 28 September 2024  10:34:05 -0400 (0:00:00.166)       0:02:23.668 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 28 September 2024  10:34:05 -0400 (0:00:00.098)       0:02:23.766 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 28 September 2024  10:34:05 -0400 (0:00:00.120)       0:02:23.887 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 28 September 2024  10:34:05 -0400 (0:00:00.243)       0:02:24.130 **** 
included: fedora.linux_system_roles.certificate for managed-node1

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 28 September 2024  10:34:06 -0400 (0:00:00.281)       0:02:24.412 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 28 September 2024  10:34:06 -0400 (0:00:00.227)       0:02:24.639 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 28 September 2024  10:34:06 -0400 (0:00:00.190)       0:02:24.830 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 28 September 2024  10:34:06 -0400 (0:00:00.115)       0:02:24.946 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 28 September 2024  10:34:06 -0400 (0:00:00.108)       0:02:25.055 **** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node1] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 28 September 2024  10:34:07 -0400 (0:00:00.245)       0:02:25.300 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 28 September 2024  10:34:08 -0400 (0:00:01.458)       0:02:26.759 **** 
ok: [managed-node1] => (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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 28 September 2024  10:34:09 -0400 (0:00:01.478)       0:02:28.238 **** 
ok: [managed-node1] => (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": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 28 September 2024  10:34:10 -0400 (0:00:00.550)       0:02:28.789 **** 
ok: [managed-node1] => (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": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 28 September 2024  10:34:11 -0400 (0:00:00.620)       0:02:29.409 **** 
ok: [managed-node1] => (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-09-28 10:32:20 EDT",
        "ActiveEnterTimestampMonotonic": "4768829685",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-journald.socket basic.target system.slice sysinit.target dbus.socket syslog.target network.target dbus-broker.service",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:32:20 EDT",
        "AssertTimestampMonotonic": "4768694640",
        "Before": "shutdown.target multi-user.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": "500120000",
        "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-09-28 10:32:20 EDT",
        "ConditionTimestampMonotonic": "4768694636",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlGroupId": "10996",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "45087",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:32:20 EDT",
        "ExecMainStartTimestampMonotonic": "4768699089",
        "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-09-28 10:32:20 EDT",
        "InactiveExitTimestampMonotonic": "4768699708",
        "InvocationID": "eebf0c9e04cb4803a296140ce0679416",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "45087",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3409072128",
        "MemoryCurrent": "3506176",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "20070400",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "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-09-28 10:33:28 EDT",
        "StateChangeTimestampMonotonic": "4836732514",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 28 September 2024  10:34:12 -0400 (0:00:00.888)       0:02:30.298 **** 
changed: [managed-node1] => (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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 28 September 2024  10:34:13 -0400 (0:00:01.043)       0:02:31.341 **** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 28 September 2024  10:34:13 -0400 (0:00:00.145)       0:02:31.486 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 28 September 2024  10:34:13 -0400 (0:00:00.143)       0:02:31.630 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 28 September 2024  10:34:13 -0400 (0:00:00.217)       0:02:31.849 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 28 September 2024  10:34:13 -0400 (0:00:00.232)       0:02:32.081 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.222)       0:02:32.304 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.145)       0:02:32.450 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.124)       0:02:32.574 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.117)       0:02:32.692 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.182)       0:02:32.875 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.102)       0:02:32.977 **** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.104)       0:02:33.082 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.084)       0:02:33.166 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 28 September 2024  10:34:14 -0400 (0:00:00.086)       0:02:33.252 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 28 September 2024  10:34:15 -0400 (0:00:00.063)       0:02:33.316 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 28 September 2024  10:34:15 -0400 (0:00:00.060)       0:02:33.376 **** 
ok: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 28 September 2024  10:34:15 -0400 (0:00:00.106)       0:02:33.483 **** 
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 28 September 2024  10:34:15 -0400 (0:00:00.107)       0:02:33.591 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 28 September 2024  10:34:15 -0400 (0:00:00.259)       0:02:33.850 **** 
skipping: [managed-node1] => (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-node1] => (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-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 28 September 2024  10:34:15 -0400 (0:00:00.188)       0:02:34.039 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 28 September 2024  10:34:15 -0400 (0:00:00.151)       0:02:34.190 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 28 September 2024  10:34:17 -0400 (0:00:01.601)       0:02:35.792 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 28 September 2024  10:34:18 -0400 (0:00:01.108)       0:02:37.059 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2312.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 28 September 2024  10:34:18 -0400 (0:00:00.066)       0:02:37.126 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 28 September 2024  10:34:19 -0400 (0:00:00.164)       0:02:37.290 **** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 28 September 2024  10:34:19 -0400 (0:00:00.089)       0:02:37.380 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 28 September 2024  10:34:19 -0400 (0:00:00.103)       0:02:37.484 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 28 September 2024  10:34:19 -0400 (0:00:00.616)       0:02:38.100 **** 
ok: [managed-node1] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 28 September 2024  10:34:20 -0400 (0:00:00.624)       0:02:38.724 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 28 September 2024  10:34:20 -0400 (0:00:00.482)       0:02:39.207 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 28 September 2024  10:34:21 -0400 (0:00:00.190)       0:02:39.397 **** 
changed: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\n)\n'}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
    "dest": "/etc/rsyslog.d/00-global.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "comment": "Global options",
        "filename": "00-global.conf",
        "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    },
    "md5sum": "04755d5349e9c6580948dbb90712be56",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 158,
    "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.source.conf",
    "state": "file",
    "uid": 0
}
skipping: [managed-node1] => (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-node1] => (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-1727534062.0673456-27495-23878198864685/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 28 September 2024  10:34:22 -0400 (0:00:01.733)       0:02:41.131 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 28 September 2024  10:34:23 -0400 (0:00:00.180)       0:02:41.312 **** 
skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\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=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 28 September 2024  10:34:23 -0400 (0:00:00.252)       0:02:41.564 **** 
ok: [managed-node1] => (item={'name': 'system_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/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"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 28 September 2024  10:34:23 -0400 (0:00:00.196)       0:02:41.761 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1 => (item={'name': 'system_input', 'type': 'basics'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Saturday 28 September 2024  10:34:23 -0400 (0:00:00.306)       0:02:42.068 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:34:23 -0400 (0:00:00.145)       0:02:42.213 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:34:24 -0400 (0:00:00.082)       0:02:42.296 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:34:24 -0400 (0:00:00.064)       0:02:42.360 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:34:24 -0400 (0:00:00.071)       0:02:42.432 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Saturday 28 September 2024  10:34:24 -0400 (0:00:00.060)       0:02:42.493 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:34:24 -0400 (0:00:00.109)       0:02:42.602 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:34:24 -0400 (0:00:00.111)       0:02:42.714 **** 
changed: [managed-node1] => (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 relp_client0\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call relp_client1\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
    "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 550,
    "src": "/root/.ansible/tmp/ansible-tmp-1727534064.9838507-27624-264099444097408/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:34:25 -0400 (0:00:01.417)       0:02:44.132 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1727534064.9838507-27624-264099444097408/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534064.9838507-27624-264099444097408/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:34:25 -0400 (0:00:00.098)       0:02:44.230 **** 
skipping: [managed-node1] => (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 relp_client0\n}\nif\n  ($inputname == "imjournal" or $inputname == "imuxsock")\n  then {\n    call relp_client1\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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
            }
        ],
        "state": "present",
        "type": "input"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 28 September 2024  10:34:26 -0400 (0:00:00.235)       0:02:44.465 **** 
ok: [managed-node1] => (item={'name': 'relp_client0', 'type': 'relp', 'target': 'localhost', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_servers': ['*.server.com', '*.example.com']}) => {
    "ansible_facts": {
        "__rsyslog_conf_output_relp_modules": [
            {
                "name": "output-relp-module",
                "sections": [
                    {
                        "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_output_relp_packages": [
            "rsyslog-relp",
            "librelp"
        ],
        "__rsyslog_output_relp_rules": [
            "{{ __rsyslog_conf_output_relp_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "ca_cert": "/etc/pki/tls/certs/logging_cert.crt",
        "cert": "/etc/pki/tls/certs/logging_cert.crt",
        "name": "relp_client0",
        "permitted_servers": [
            "*.server.com",
            "*.example.com"
        ],
        "pki_authmode": "name",
        "port": 6514,
        "private_key": "/etc/pki/tls/private/logging_cert.key",
        "target": "localhost",
        "tls": true,
        "type": "relp"
    }
}
ok: [managed-node1] => (item={'name': 'relp_client1', 'type': 'relp', 'target': 'localhost', 'port': 7514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => {
    "ansible_facts": {
        "__rsyslog_conf_output_relp_modules": [
            {
                "name": "output-relp-module",
                "sections": [
                    {
                        "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_output_relp_packages": [
            "rsyslog-relp",
            "librelp"
        ],
        "__rsyslog_output_relp_rules": [
            "{{ __rsyslog_conf_output_relp_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "ca_cert": "/etc/pki/tls/certs/logging_cert.crt",
        "cert": "/etc/pki/tls/certs/logging_cert.crt",
        "name": "relp_client1",
        "pki_authmode": "name",
        "port": 7514,
        "private_key": "/etc/pki/tls/private/logging_cert.key",
        "target": "localhost",
        "tls": true,
        "type": "relp"
    }
}
ok: [managed-node1] => (item={'name': 'default_files', 'type': 'files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules",
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format",
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_files_output_packages": [],
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "name": "default_files",
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 28 September 2024  10:34:26 -0400 (0:00:00.174)       0:02:44.640 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed-node1 => (item={'name': 'relp_client0', 'type': 'relp', 'target': 'localhost', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_servers': ['*.server.com', '*.example.com']})
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed-node1 => (item={'name': 'relp_client1', 'type': 'relp', 'target': 'localhost', 'port': 7514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'})
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1 => (item={'name': 'default_files', 'type': 'files'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp output] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2
Saturday 28 September 2024  10:34:26 -0400 (0:00:00.160)       0:02:44.801 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 28 September 2024  10:34:26 -0400 (0:00:00.108)       0:02:44.909 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.ca_cert_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 28 September 2024  10:34:26 -0400 (0:00:00.087)       0:02:44.997 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.cert_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 28 September 2024  10:34:26 -0400 (0:00:00.104)       0:02:45.101 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.private_key_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 28 September 2024  10:34:26 -0400 (0:00:00.075)       0:02:45.177 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not ((__rsyslog_cert_subject.ca_cert | d() and __rsyslog_cert_subject.cert | d() and __rsyslog_cert_subject.private_key | d()) or (__rsyslog_cert_subject.ca_cert_src | d() and __rsyslog_cert_subject.cert_src | d() and __rsyslog_cert_subject.private_key_src | d()))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 28 September 2024  10:34:27 -0400 (0:00:00.150)       0:02:45.328 **** 
skipping: [managed-node1] => {
    "false_condition": "not (__rsyslog_cert_subject.tls is defined | ternary(__rsyslog_cert_subject.tls, __rsyslog_cert_subject.use_cert | d(true)))"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9
Saturday 28 September 2024  10:34:27 -0400 (0:00:00.119)       0:02:45.447 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:34:27 -0400 (0:00:00.126)       0:02:45.573 **** 
Notification for handler Restart rsyslogd has been saved.
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-relp-8.2312.0-1.fc40.x86_64"
    ]
}
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:34:29 -0400 (0:00:02.212)       0:02:47.786 **** 
changed: [managed-node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
    "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-relp-module",
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
            }
        ],
        "type": "modules"
    },
    "md5sum": "a5889fcab7fd71b07c1fd45ed610f128",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 90,
    "src": "/root/.ansible/tmp/ansible-tmp-1727534069.6130087-27862-164120927009880/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:34:30 -0400 (0:00:00.822)       0:02:48.608 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1727534064.9838507-27624-264099444097408/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534064.9838507-27624-264099444097408/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-relp-module.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-1727534069.6130087-27862-164120927009880/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534069.6130087-27862-164120927009880/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:34:30 -0400 (0:00:00.118)       0:02:48.727 **** 
skipping: [managed-node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "output-relp-module",
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp output configuration file /etc/rsyslog.d/output-relp-relp_client0] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16
Saturday 28 September 2024  10:34:30 -0400 (0:00:00.088)       0:02:48.815 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:34:30 -0400 (0:00:00.148)       0:02:48.963 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:34:30 -0400 (0:00:00.092)       0:02:49.055 **** 
changed: [managed-node1] => (item={'name': 'output-relp-relp_client0', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client0") {\n    action(name="relp_client0"\n           type="omrelp"\n           target="localhost"\n           port="6514"\n           tls="on"\n           tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n           tls.authmode="name"\n           tls.permittedpeer=["*.server.com","*.example.com"]\n    )\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
    "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-relp-relp_client0",
        "sections": [
            {
                "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
            }
        ],
        "state": "present",
        "type": "output",
        "weight": "31"
    },
    "md5sum": "c25cc9fae0d84324cd64d7b746ead380",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 493,
    "src": "/root/.ansible/tmp/ansible-tmp-1727534071.0893178-27936-153878637570493/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:34:31 -0400 (0:00:01.069)       0:02:50.124 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1727534064.9838507-27624-264099444097408/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534064.9838507-27624-264099444097408/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-relp-module.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-1727534069.6130087-27862-164120927009880/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534069.6130087-27862-164120927009880/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-relp_client0",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.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-1727534071.0893178-27936-153878637570493/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 493,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534071.0893178-27936-153878637570493/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:34:31 -0400 (0:00:00.098)       0:02:50.223 **** 
skipping: [managed-node1] => (item={'name': 'output-relp-relp_client0', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client0") {\n    action(name="relp_client0"\n           type="omrelp"\n           target="localhost"\n           port="6514"\n           tls="on"\n           tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n           tls.authmode="name"\n           tls.permittedpeer=["*.server.com","*.example.com"]\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": "output-relp-relp_client0",
        "sections": [
            {
                "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
            }
        ],
        "state": "present",
        "type": "output",
        "weight": "31"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp output] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2
Saturday 28 September 2024  10:34:32 -0400 (0:00:00.173)       0:02:50.396 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Saturday 28 September 2024  10:34:32 -0400 (0:00:00.166)       0:02:50.563 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.ca_cert_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Saturday 28 September 2024  10:34:32 -0400 (0:00:00.101)       0:02:50.664 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.cert_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Saturday 28 September 2024  10:34:32 -0400 (0:00:00.079)       0:02:50.744 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rsyslog_cert_subject.private_key_src | d()",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Saturday 28 September 2024  10:34:32 -0400 (0:00:00.087)       0:02:50.831 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not ((__rsyslog_cert_subject.ca_cert | d() and __rsyslog_cert_subject.cert | d() and __rsyslog_cert_subject.private_key | d()) or (__rsyslog_cert_subject.ca_cert_src | d() and __rsyslog_cert_subject.cert_src | d() and __rsyslog_cert_subject.private_key_src | d()))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Saturday 28 September 2024  10:34:32 -0400 (0:00:00.100)       0:02:50.931 **** 
skipping: [managed-node1] => {
    "false_condition": "not (__rsyslog_cert_subject.tls is defined | ternary(__rsyslog_cert_subject.tls, __rsyslog_cert_subject.use_cert | d(true)))"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9
Saturday 28 September 2024  10:34:32 -0400 (0:00:00.119)       0:02:51.051 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:34:32 -0400 (0:00:00.203)       0:02:51.254 **** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: librelp rsyslog-relp

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:34:34 -0400 (0:00:01.480)       0:02:52.735 **** 
ok: [managed-node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
    "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-relp-module",
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
            }
        ],
        "type": "modules"
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.d/10-output-relp-module.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 90,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:34:35 -0400 (0:00:00.870)       0:02:53.605 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1727534064.9838507-27624-264099444097408/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534064.9838507-27624-264099444097408/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-relp-module.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-1727534069.6130087-27862-164120927009880/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534069.6130087-27862-164120927009880/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-relp_client0",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.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-1727534071.0893178-27936-153878637570493/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 493,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534071.0893178-27936-153878637570493/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "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-relp-module.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-relp-module.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-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:34:35 -0400 (0:00:00.134)       0:02:53.740 **** 
skipping: [managed-node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "output-relp-module",
        "sections": [
            {
                "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
            }
        ],
        "type": "modules"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp output configuration file /etc/rsyslog.d/output-relp-relp_client1] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16
Saturday 28 September 2024  10:34:35 -0400 (0:00:00.149)       0:02:53.890 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:34:35 -0400 (0:00:00.254)       0:02:54.144 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:34:35 -0400 (0:00:00.121)       0:02:54.266 **** 
changed: [managed-node1] => (item={'name': 'output-relp-relp_client1', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client1") {\n    action(name="relp_client1"\n           type="omrelp"\n           target="localhost"\n           port="7514"\n           tls="on"\n           tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n           tls.authmode="name"\n           tls.permittedpeer=["*.managed-node1"]\n    )\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5",
    "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-relp-relp_client1",
        "sections": [
            {
                "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
            }
        ],
        "state": "present",
        "type": "output",
        "weight": "31"
    },
    "md5sum": "740da1f44f583fc68a82303c2d630976",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 480,
    "src": "/root/.ansible/tmp/ansible-tmp-1727534076.3400414-28180-195095890028972/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:34:37 -0400 (0:00:01.202)       0:02:55.469 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1727534064.9838507-27624-264099444097408/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534064.9838507-27624-264099444097408/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-relp-module.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-1727534069.6130087-27862-164120927009880/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534069.6130087-27862-164120927009880/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-relp_client0",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.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-1727534071.0893178-27936-153878637570493/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 493,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534071.0893178-27936-153878637570493/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "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-relp-module.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-relp-module.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-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5",
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-relp_client1",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5",
                                "content": null,
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.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-1727534076.3400414-28180-195095890028972/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "740da1f44f583fc68a82303c2d630976",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 480,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534076.3400414-28180-195095890028972/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:34:37 -0400 (0:00:00.241)       0:02:55.710 **** 
skipping: [managed-node1] => (item={'name': 'output-relp-relp_client1', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client1") {\n    action(name="relp_client1"\n           type="omrelp"\n           target="localhost"\n           port="7514"\n           tls="on"\n           tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n           tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n           tls.authmode="name"\n           tls.permittedpeer=["*.managed-node1"]\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": "output-relp-relp_client1",
        "sections": [
            {
                "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
            }
        ],
        "state": "present",
        "type": "output",
        "weight": "31"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 28 September 2024  10:34:38 -0400 (0:00:00.662)       0:02:56.373 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:34:38 -0400 (0:00:00.227)       0:02:56.601 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:34:38 -0400 (0:00:00.169)       0:02:56.770 **** 
changed: [managed-node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
    "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-modules",
        "sections": [
            {
                "comment": "Log messages into files with traditional, syslog, or default format",
                "options": "module(load=\"builtin:omfile\")\n"
            }
        ],
        "type": "modules"
    },
    "md5sum": "00018829068d32b3c654252fff4f6884",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 151,
    "src": "/root/.ansible/tmp/ansible-tmp-1727534078.6965718-28256-195967364303272/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:34:39 -0400 (0:00:01.120)       0:02:57.890 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1727534064.9838507-27624-264099444097408/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534064.9838507-27624-264099444097408/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-relp-module.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-1727534069.6130087-27862-164120927009880/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534069.6130087-27862-164120927009880/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-relp_client0",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.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-1727534071.0893178-27936-153878637570493/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 493,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534071.0893178-27936-153878637570493/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "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-relp-module.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-relp-module.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-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5",
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-relp_client1",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5",
                                "content": null,
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.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-1727534076.3400414-28180-195095890028972/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "740da1f44f583fc68a82303c2d630976",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 480,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534076.3400414-28180-195095890028972/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727534078.6965718-28256-195967364303272/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "00018829068d32b3c654252fff4f6884",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534078.6965718-28256-195967364303272/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:34:39 -0400 (0:00:00.207)       0:02:58.098 **** 
skipping: [managed-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 28 September 2024  10:34:39 -0400 (0:00:00.144)       0:02:58.242 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:34:40 -0400 (0:00:00.269)       0:02:58.512 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:34:40 -0400 (0:00:00.151)       0:02:58.663 **** 
changed: [managed-node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "md5sum": "59b5e3a49aa4019cfcb5072a139717e9",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 1148,
    "src": "/root/.ansible/tmp/ansible-tmp-1727534080.95533-28307-33977266236920/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:34:41 -0400 (0:00:01.421)       0:03:00.085 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_template_results": [
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                        "dest": "/etc/rsyslog.d/00-global.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "comment": "Global options",
                            "filename": "00-global.conf",
                            "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d",
                                "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-1727534061.2223792-27495-38068392824234/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "04755d5349e9c6580948dbb90712be56",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 158,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534061.2223792-27495-38068392824234/.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-1727534062.0673456-27495-23878198864685/.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-1727534062.0673456-27495-23878198864685/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                        "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 relp_client0\n}\nif\n  ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n  then {\n    call relp_client1\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "input"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe",
                                "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-1727534064.9838507-27624-264099444097408/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c1a13c444bc3c659f6d352bdc44175e3",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 550,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534064.9838507-27624-264099444097408/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-relp-module.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-1727534069.6130087-27862-164120927009880/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "a5889fcab7fd71b07c1fd45ed610f128",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534069.6130087-27862-164120927009880/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-relp_client0",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client0\") {\n    action(name=\"relp_client0\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"6514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
                                "content": null,
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.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-1727534071.0893178-27936-153878637570493/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "c25cc9fae0d84324cd64d7b746ead380",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 493,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534071.0893178-27936-153878637570493/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "92b72242ee3183df01fb363984b0f44255ed3170",
                        "dest": "/etc/rsyslog.d/10-output-relp-module.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-relp-module.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-module",
                            "sections": [
                                {
                                    "options": "# Send logs over relp\nmodule(load=\"omrelp\")"
                                }
                            ],
                            "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-relp-module.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-relp-module.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-relp-module.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 90,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5",
                        "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-relp-relp_client1",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"relp_client1\") {\n    action(name=\"relp_client1\"\n           type=\"omrelp\"\n           target=\"localhost\"\n           port=\"7514\"\n           tls=\"on\"\n           tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n           tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n           tls.authmode=\"name\"\n           tls.permittedpeer=[\"*.managed-node1\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5",
                                "content": null,
                                "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.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-1727534076.3400414-28180-195095890028972/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "740da1f44f583fc68a82303c2d630976",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 480,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534076.3400414-28180-195095890028972/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                                "content": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727534078.6965718-28256-195967364303272/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "00018829068d32b3c654252fff4f6884",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534078.6965718-28256-195967364303272/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
                        "diff": [],
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-default_files",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
                                "content": null,
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
                                "directory_mode": null,
                                "follow": false,
                                "force": true,
                                "group": "root",
                                "local_follow": null,
                                "mode": "0644",
                                "owner": "root",
                                "remote_src": null,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": "/root/.ansible/tmp/ansible-tmp-1727534080.95533-28307-33977266236920/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "59b5e3a49aa4019cfcb5072a139717e9",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 1148,
                        "src": "/root/.ansible/tmp/ansible-tmp-1727534080.95533-28307-33977266236920/.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:34:42 -0400 (0:00:00.258)       0:03:00.343 **** 
skipping: [managed-node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 28 September 2024  10:34:42 -0400 (0:00:00.265)       0:03:00.609 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 28 September 2024  10:34:42 -0400 (0:00:00.125)       0:03:00.734 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 28 September 2024  10:34:42 -0400 (0:00:00.191)       0:03:00.925 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 28 September 2024  10:34:42 -0400 (0:00:00.182)       0:03:01.108 **** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 28 September 2024  10:34:42 -0400 (0:00:00.147)       0:03:01.255 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 28 September 2024  10:34:43 -0400 (0:00:00.121)       0:03:01.377 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 28 September 2024  10:34:43 -0400 (0:00:00.123)       0:03:01.500 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 28 September 2024  10:34:43 -0400 (0:00:00.129)       0:03:01.630 **** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "ActiveEnterTimestampMonotonic": "4849407470",
        "ActiveExitTimestamp": "Sat 2024-09-28 10:33:24 EDT",
        "ActiveExitTimestampMonotonic": "4832638246",
        "ActiveState": "active",
        "After": "system.slice sysinit.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "AssertTimestampMonotonic": "4849395947",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "160617000",
        "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-09-28 10:33:40 EDT",
        "ConditionTimestampMonotonic": "4849395944",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "12012",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "53860",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "ExecMainStartTimestampMonotonic": "4849402148",
        "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-09-28 10:33:40 EDT] ; stop_time=[n/a] ; pid=53860 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2024-09-28 10:33:40 EDT] ; stop_time=[n/a] ; pid=53860 ; 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-09-28 10:33:24 EDT",
        "InactiveEnterTimestampMonotonic": "4832964864",
        "InactiveExitTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "InactiveExitTimestampMonotonic": "4849402494",
        "InvocationID": "191edf9754234c6699d1926a708c1bd4",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "53860",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3453038592",
        "MemoryCurrent": "1789952",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "2306048",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "StateChangeTimestampMonotonic": "4849407470",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 28 September 2024  10:34:44 -0400 (0:00:00.665)       0:03:02.296 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 28 September 2024  10:34:44 -0400 (0:00:00.105)       0:03:02.402 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 28 September 2024  10:34:44 -0400 (0:00:00.194)       0:03:02.596 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 28 September 2024  10:34:44 -0400 (0:00:00.114)       0:03:02.711 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727534020.9515798,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32",
        "ctime": 1727534007.6784737,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 1749,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1707696000.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3223,
        "uid": 0,
        "version": "2433126330",
        "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 28 September 2024  10:34:44 -0400 (0:00:00.515)       0:03:03.226 **** 
Notification for handler Restart rsyslogd has been saved.
changed: [managed-node1] => {
    "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-1727534085.0223732-28460-23908336576493/.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-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:275
Saturday 28 September 2024  10:34:45 -0400 (0:00:00.846)       0:03:04.073 **** 
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1
META: triggered running handlers for managed-node1

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 28 September 2024  10:34:45 -0400 (0:00:00.066)       0:03:04.139 **** 
changed: [managed-node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "ActiveEnterTimestampMonotonic": "4849407470",
        "ActiveExitTimestamp": "Sat 2024-09-28 10:33:24 EDT",
        "ActiveExitTimestampMonotonic": "4832638246",
        "ActiveState": "active",
        "After": "system.slice sysinit.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "AssertTimestampMonotonic": "4849395947",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "170634000",
        "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-09-28 10:33:40 EDT",
        "ConditionTimestampMonotonic": "4849395944",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "12012",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "53860",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "ExecMainStartTimestampMonotonic": "4849402148",
        "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-09-28 10:33:40 EDT] ; stop_time=[n/a] ; pid=53860 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2024-09-28 10:33:40 EDT] ; stop_time=[n/a] ; pid=53860 ; 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-09-28 10:33:24 EDT",
        "InactiveEnterTimestampMonotonic": "4832964864",
        "InactiveExitTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "InactiveExitTimestampMonotonic": "4849402494",
        "InvocationID": "191edf9754234c6699d1926a708c1bd4",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "53860",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3463483392",
        "MemoryCurrent": "1826816",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "2322432",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-failure",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sat 2024-09-28 10:33:40 EDT",
        "StateChangeTimestampMonotonic": "4849407470",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Ensure config file size and counts] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:278
Saturday 28 September 2024  10:34:46 -0400 (0:00:01.018)       0:03:05.158 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1

TASK [Get info of /etc/rsyslog.conf] *******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Saturday 28 September 2024  10:34:47 -0400 (0:00:00.121)       0:03:05.279 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727534086.780201,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1727534085.6201887,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 282192,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1707696000.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "2197538266",
        "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-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Saturday 28 September 2024  10:34:47 -0400 (0:00:00.444)       0:03:05.724 **** 
ok: [managed-node1] => {
    "changed": false,
    "examined": 8,
    "files": [
        {
            "atime": 1727534086.780201,
            "ctime": 1727534062.7349465,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279223,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727534062.4419434,
            "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": 1727534086.780201,
            "ctime": 1727534077.047098,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 282186,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727534076.7100945,
            "nlink": 1,
            "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 480,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727534086.780201,
            "ctime": 1727534061.9699383,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 276660,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727534061.6459348,
            "nlink": 1,
            "path": "/etc/rsyslog.d/00-global.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 158,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727534086.780201,
            "ctime": 1727534065.5949767,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 279244,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727534065.3119738,
            "nlink": 1,
            "path": "/etc/rsyslog.d/90-input-basics-system_input.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 550,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727534086.780201,
            "ctime": 1727534071.7000413,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 276657,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727534071.4180384,
            "nlink": 1,
            "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 493,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727534086.780201,
            "ctime": 1727534081.6901472,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 282191,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727534081.3651435,
            "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": 1727534074.9050753,
            "ctime": 1727534070.2330258,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 282184,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727534069.9490228,
            "nlink": 1,
            "path": "/etc/rsyslog.d/10-output-relp-module.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 90,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1727534086.780201,
            "ctime": 1727534079.427123,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 282188,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1727534079.0921195,
            "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
        }
    ],
    "matched": 8,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Saturday 28 September 2024  10:34:47 -0400 (0:00:00.409)       0:03:06.133 **** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Saturday 28 September 2024  10:34:47 -0400 (0:00:00.048)       0:03:06.182 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__conf_size == \"more\"",
    "skip_reason": "Conditional result was False"
}

TASK [Check file counts in rsyslog.d] ******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Saturday 28 September 2024  10:34:47 -0400 (0:00:00.043)       0:03:06.225 **** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Saturday 28 September 2024  10:34:48 -0400 (0:00:00.061)       0:03:06.287 **** 
ok: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client0.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
    "stat": {
        "atime": 1727534086.780201,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
        "ctime": 1727534071.7000413,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 276657,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1727534071.4180384,
        "nlink": 1,
        "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 493,
        "uid": 0,
        "version": "3089362961",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
    "stat": {
        "atime": 1727534086.780201,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5",
        "ctime": 1727534077.047098,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 282186,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1727534076.7100945,
        "nlink": 1,
        "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 480,
        "uid": 0,
        "version": "1826436416",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Saturday 28 September 2024  10:34:48 -0400 (0:00:00.856)       0:03:07.144 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__check_systemctl_status == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Check the port in relp_client1] ******************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:288
Saturday 28 September 2024  10:34:48 -0400 (0:00:00.052)       0:03:07.196 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep \"7514\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l",
    "delta": "0:00:00.005468",
    "end": "2024-09-28 10:34:49.228312",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:34:49.222844"
}

STDOUT:

1

TASK [Check the ca cert in relp_client0 - 0] ***********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:297
Saturday 28 September 2024  10:34:49 -0400 (0:00:00.398)       0:03:07.594 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep 'tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l",
    "delta": "0:00:00.006447",
    "end": "2024-09-28 10:34:49.634891",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:34:49.628444"
}

STDOUT:

1

TASK [Check the ca cert in relp_client0 - 1] ***********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:305
Saturday 28 September 2024  10:34:49 -0400 (0:00:00.411)       0:03:08.006 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727534052.8448417,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "694f39b33ffd4342a90b58d66ef7a45145d7cf6b",
        "ctime": 1727534052.8408418,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 1741,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1727534052.8408418,
        "nlink": 1,
        "path": "/etc/pki/tls/certs/logging_cert.crt",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1302,
        "uid": 0,
        "version": "3448841299",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check the cert in relp_client0 - 0] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:309
Saturday 28 September 2024  10:34:50 -0400 (0:00:00.492)       0:03:08.498 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep 'tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l",
    "delta": "0:00:00.005658",
    "end": "2024-09-28 10:34:50.561171",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:34:50.555513"
}

STDOUT:

1

TASK [Check the cert in relp_client0 - 1] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:317
Saturday 28 September 2024  10:34:50 -0400 (0:00:00.454)       0:03:08.953 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727534052.8448417,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "694f39b33ffd4342a90b58d66ef7a45145d7cf6b",
        "ctime": 1727534052.8408418,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 1741,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1727534052.8408418,
        "nlink": 1,
        "path": "/etc/pki/tls/certs/logging_cert.crt",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1302,
        "uid": 0,
        "version": "3448841299",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check the private key in relp_client0 - 0] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:321
Saturday 28 September 2024  10:34:51 -0400 (0:00:00.564)       0:03:09.518 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep 'tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l",
    "delta": "0:00:00.006098",
    "end": "2024-09-28 10:34:51.580424",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:34:51.574326"
}

STDOUT:

1

TASK [Check the private key in relp_client0 - 1] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:329
Saturday 28 September 2024  10:34:51 -0400 (0:00:00.421)       0:03:09.939 **** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "atime": 1727533978.2962408,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d4e34598e330e647cfb94b1092c2c0b305189208",
        "ctime": 1727534052.8408418,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 714,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1727534052.8408418,
        "nlink": 1,
        "path": "/etc/pki/tls/private/logging_cert.key",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1704,
        "uid": 0,
        "version": "4216014759",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check tls.permittedpeer in relp_client0] *********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:333
Saturday 28 September 2024  10:34:52 -0400 (0:00:00.445)       0:03:10.385 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ngrep 'tls.permittedpeer=\\[\"\\*.server.com\",\"\\*.example.com\"\\]' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l",
    "delta": "0:00:00.005651",
    "end": "2024-09-28 10:34:52.476338",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:34:52.470687"
}

STDOUT:

1

TASK [Check tls.permittedpeer in relp_client1] *********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:341
Saturday 28 September 2024  10:34:52 -0400 (0:00:00.480)       0:03:10.865 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.managed-node1\\\"\\]\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l",
    "delta": "0:00:00.005519",
    "end": "2024-09-28 10:34:52.931598",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:34:52.926079"
}

STDOUT:

1

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:351
Saturday 28 September 2024  10:34:53 -0400 (0:00:00.454)       0:03:11.319 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 28 September 2024  10:34:53 -0400 (0:00:00.260)       0:03:11.580 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 28 September 2024  10:34:53 -0400 (0:00:00.151)       0:03:11.732 **** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n",
    "delta": "0:00:00.182755",
    "end": "2024-09-28 10:34:53.985853",
    "item": 6514,
    "rc": 0,
    "start": "2024-09-28 10:34:53.803098"
}

STDOUT:

1514/tcp 6514/tcp 7514/tcp 20514/tcp
ok: [managed-node1] => (item=7514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"7514/tcp\"\n",
    "delta": "0:00:00.181030",
    "end": "2024-09-28 10:34:54.513786",
    "item": 7514,
    "rc": 0,
    "start": "2024-09-28 10:34:54.332756"
}

STDOUT:

1514/tcp 6514/tcp 7514/tcp 20514/tcp

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 28 September 2024  10:34:54 -0400 (0:00:01.176)       0:03:12.908 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 28 September 2024  10:34:54 -0400 (0:00:00.079)       0:03:12.987 **** 
ok: [managed-node1] => (item=6514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"6514\" | grep \"tcp\"",
    "delta": "0:00:00.290777",
    "end": "2024-09-28 10:34:55.380286",
    "item": 6514,
    "rc": 0,
    "start": "2024-09-28 10:34:55.089509"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514, 7514


STDERR:

egrep: warning: egrep is obsolescent; using grep -E
ok: [managed-node1] => (item=7514) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" |  grep \"7514\" | grep \"tcp\"",
    "delta": "0:00:00.286030",
    "end": "2024-09-28 10:34:56.024256",
    "item": 7514,
    "rc": 0,
    "start": "2024-09-28 10:34:55.738226"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514, 7514


STDERR:

egrep: warning: egrep is obsolescent; using grep -E

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 28 September 2024  10:34:56 -0400 (0:00:01.401)       0:03:14.389 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Set firewall and selinux to false for cleanup] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:354
Saturday 28 September 2024  10:34:56 -0400 (0:00:00.118)       0:03:14.508 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_manage_firewall": false,
        "logging_manage_selinux": false
    },
    "changed": false
}

TASK [END TEST CASE 1; Clean up the deployed config] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:359
Saturday 28 September 2024  10:34:56 -0400 (0:00:00.054)       0:03:14.562 **** 
included: fedora.linux_system_roles.logging for managed-node1

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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 28 September 2024  10:34:56 -0400 (0:00:00.189)       0:03:14.752 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 28 September 2024  10:34:56 -0400 (0:00:00.117)       0:03:14.870 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_outputs": [
            {
                "name": "default_files",
                "type": "files"
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 28 September 2024  10:34:56 -0400 (0:00:00.094)       0:03:14.965 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 28 September 2024  10:34:56 -0400 (0:00:00.094)       0:03:15.059 **** 
skipping: [managed-node1] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 28 September 2024  10:34:56 -0400 (0:00:00.085)       0:03:15.145 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 28 September 2024  10:34:56 -0400 (0:00:00.098)       0:03:15.244 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 28 September 2024  10:34:57 -0400 (0:00:00.063)       0:03:15.308 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 28 September 2024  10:34:57 -0400 (0:00:00.322)       0:03:15.630 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 28 September 2024  10:34:57 -0400 (0:00:00.138)       0:03:15.769 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 28 September 2024  10:34:57 -0400 (0:00:00.147)       0:03:15.916 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 28 September 2024  10:34:57 -0400 (0:00:00.140)       0:03:16.057 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 28 September 2024  10:34:57 -0400 (0:00:00.105)       0:03:16.162 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 28 September 2024  10:34:57 -0400 (0:00:00.070)       0:03:16.233 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 28 September 2024  10:34:58 -0400 (0:00:00.069)       0:03:16.303 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 28 September 2024  10:34:58 -0400 (0:00:00.090)       0:03:16.394 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 28 September 2024  10:34:58 -0400 (0:00:00.082)       0:03:16.476 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 28 September 2024  10:34:58 -0400 (0:00:00.101)       0:03:16.577 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 28 September 2024  10:34:58 -0400 (0:00:00.370)       0:03:16.948 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 28 September 2024  10:34:58 -0400 (0:00:00.144)       0:03:17.092 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 28 September 2024  10:34:58 -0400 (0:00:00.135)       0:03:17.228 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 28 September 2024  10:34:59 -0400 (0:00:00.150)       0:03:17.378 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 28 September 2024  10:34:59 -0400 (0:00:00.093)       0:03:17.472 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 28 September 2024  10:34:59 -0400 (0:00:00.074)       0:03:17.546 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 28 September 2024  10:34:59 -0400 (0:00:00.134)       0:03:17.681 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 28 September 2024  10:34:59 -0400 (0:00:00.085)       0:03:17.767 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 28 September 2024  10:34:59 -0400 (0:00:00.069)       0:03:17.836 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 28 September 2024  10:34:59 -0400 (0:00:00.086)       0:03:17.923 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.365)       0:03:18.289 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.198)       0:03:18.487 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.143)       0:03:18.631 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.083)       0:03:18.714 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.074)       0:03:18.789 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.051)       0:03:18.841 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.054)       0:03:18.895 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.094)       0:03:18.990 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1

TASK [Generate certificates] ***************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 28 September 2024  10:35:00 -0400 (0:00:00.141)       0:03:19.131 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 28 September 2024  10:35:01 -0400 (0:00:00.355)       0:03:19.487 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 28 September 2024  10:35:01 -0400 (0:00:00.104)       0:03:19.592 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 28 September 2024  10:35:01 -0400 (0:00:00.083)       0:03:19.675 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 28 September 2024  10:35:01 -0400 (0:00:00.074)       0:03:19.750 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 28 September 2024  10:35:01 -0400 (0:00:00.087)       0:03:19.838 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 28 September 2024  10:35:01 -0400 (0:00:00.125)       0:03:19.963 **** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 28 September 2024  10:35:01 -0400 (0:00:00.117)       0:03:20.081 **** 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 28 September 2024  10:35:01 -0400 (0:00:00.177)       0:03:20.258 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 28 September 2024  10:35:02 -0400 (0:00:00.176)       0:03:20.435 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Saturday 28 September 2024  10:35:02 -0400 (0:00:00.240)       0:03:20.675 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Saturday 28 September 2024  10:35:02 -0400 (0:00:00.059)       0:03:20.735 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Saturday 28 September 2024  10:35:02 -0400 (0:00:00.058)       0:03:20.793 **** 
ok: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Saturday 28 September 2024  10:35:02 -0400 (0:00:00.095)       0:03:20.889 **** 
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/tmp/collections-NmZ/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-NmZ/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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Saturday 28 September 2024  10:35:02 -0400 (0:00:00.113)       0:03:21.003 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Saturday 28 September 2024  10:35:02 -0400 (0:00:00.207)       0:03:21.210 **** 
ok: [managed-node1] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.028114",
    "end": "2024-09-28 10:35:03.379178",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-09-28 10:35:03.351064"
}
ok: [managed-node1] => (item=rsyslog) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "rsyslog"
    ],
    "delta": "0:00:00.039667",
    "end": "2024-09-28 10:35:03.894425",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 1,
    "start": "2024-09-28 10:35:03.854758"
}

STDOUT:

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


MSG:

non-zero return code

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Saturday 28 September 2024  10:35:04 -0400 (0:00:01.076)       0:03:22.287 **** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: rsyslog-relp-8.2312.0-1.fc40.x86_64",
        "Removed: rsyslog-8.2312.0-1.fc40.x86_64",
        "Removed: iproute-6.7.0-2.fc40.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Saturday 28 September 2024  10:35:06 -0400 (0:00:02.892)       0:03:25.179 **** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: iproute-6.7.0-2.fc40.x86_64",
        "Installed: rsyslog-8.2312.0-1.fc40.x86_64"
    ]
}
lsrpackages: iproute rsyslog

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40
Saturday 28 September 2024  10:35:10 -0400 (0:00:03.150)       0:03:28.330 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_erased": false
    },
    "changed": false
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Saturday 28 September 2024  10:35:11 -0400 (0:00:01.155)       0:03:29.656 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2312.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Saturday 28 September 2024  10:35:11 -0400 (0:00:00.068)       0:03:29.724 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Saturday 28 September 2024  10:35:11 -0400 (0:00:00.058)       0:03:29.782 **** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Saturday 28 September 2024  10:35:11 -0400 (0:00:00.061)       0:03:29.843 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Saturday 28 September 2024  10:35:11 -0400 (0:00:00.093)       0:03:29.937 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Saturday 28 September 2024  10:35:12 -0400 (0:00:00.497)       0:03:30.434 **** 
ok: [managed-node1] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/var/lib/rsyslog",
    "secontext": "system_u:object_r:syslogd_var_lib_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Saturday 28 September 2024  10:35:12 -0400 (0:00:00.441)       0:03:30.875 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.413)       0:03:31.288 **** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rsyslog_common_rules": [
            {
                "comment": "Global options",
                "filename": "00-global.conf",
                "options": "global(\n  workDirectory=\"/var/lib/rsyslog\"\n  maxMessageSize=\"16384\"\n  preserveFQDN=\"on\"\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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.261)       0:03:31.550 **** 
skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\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=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.087)       0:03:31.637 **** 
ok: [managed-node1] => {
    "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=\"16384\"\n  preserveFQDN=\"on\"\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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.071)       0:03:31.709 **** 
skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n  workDirectory="/var/lib/rsyslog"\n  maxMessageSize="16384"\n  preserveFQDN="on"\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=\"16384\"\n  preserveFQDN=\"on\"\n)\n"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.100)       0:03:31.809 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.057)       0:03:31.866 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.099)       0:03:31.966 **** 
ok: [managed-node1] => (item={'name': 'default_files', 'type': 'files'}) => {
    "ansible_facts": {
        "__rsyslog_conf_files_output_modules": [
            {
                "name": "output-files-modules",
                "sections": [
                    {
                        "comment": "Log messages into files with traditional, syslog, or default format",
                        "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}"
                    }
                ],
                "type": "modules"
            }
        ],
        "__rsyslog_files_output_packages": [],
        "__rsyslog_files_output_rules": [
            "{{ __rsyslog_conf_files_output_modules }}"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml"
    ],
    "ansible_loop_var": "output_item",
    "changed": false,
    "output_item": {
        "name": "default_files",
        "type": "files"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.126)       0:03:32.093 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1 => (item={'name': 'default_files', 'type': 'files'})

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Saturday 28 September 2024  10:35:13 -0400 (0:00:00.174)       0:03:32.267 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:35:14 -0400 (0:00:00.102)       0:03:32.370 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:35:14 -0400 (0:00:00.126)       0:03:32.497 **** 
ok: [managed-node1] => (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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:35:14 -0400 (0:00:00.779)       0:03:33.276 **** 
ok: [managed-node1] => {
    "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=\"16384\"\n  preserveFQDN=\"on\"\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,
                "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:35:15 -0400 (0:00:00.129)       0:03:33.406 **** 
skipping: [managed-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Saturday 28 September 2024  10:35:15 -0400 (0:00:00.201)       0:03:33.607 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Saturday 28 September 2024  10:35:15 -0400 (0:00:00.209)       0:03:33.817 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Saturday 28 September 2024  10:35:15 -0400 (0:00:00.094)       0:03:33.911 **** 
ok: [managed-node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
    "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "gid": 0,
    "group": "root",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 1148,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Saturday 28 September 2024  10:35:16 -0400 (0:00:00.910)       0:03:34.822 **** 
ok: [managed-node1] => {
    "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=\"16384\"\n  preserveFQDN=\"on\"\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,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8",
                        "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-modules",
                            "sections": [
                                {
                                    "comment": "Log messages into files with traditional, syslog, or default format",
                                    "options": "module(load=\"builtin:omfile\")\n"
                                }
                            ],
                            "type": "modules"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/10-output-files-modules.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/10-output-files-modules.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 151,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": false,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": false,
                        "checksum": "5d0e449c124f3969caed011361d8076be6b778ed",
                        "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
                        "diff": {
                            "after": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            },
                            "before": {
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf"
                            }
                        },
                        "failed": false,
                        "gid": 0,
                        "group": "root",
                        "inner_item": {
                            "name": "output-files-default_files",
                            "sections": [
                                {
                                    "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output"
                        },
                        "invocation": {
                            "module_args": {
                                "_diff_peek": null,
                                "_original_basename": "rules.conf.j2",
                                "access_time": null,
                                "access_time_format": "%Y%m%d%H%M.%S",
                                "attributes": null,
                                "dest": "/etc/rsyslog.d/30-output-files-default_files.conf",
                                "follow": true,
                                "force": false,
                                "group": "root",
                                "mode": "0644",
                                "modification_time": null,
                                "modification_time_format": "%Y%m%d%H%M.%S",
                                "owner": "root",
                                "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
                                "recurse": false,
                                "selevel": null,
                                "serole": null,
                                "setype": null,
                                "seuser": null,
                                "src": null,
                                "state": "file",
                                "unsafe_writes": false
                            }
                        },
                        "mode": "0644",
                        "owner": "root",
                        "path": "/etc/rsyslog.d/30-output-files-default_files.conf",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 1148,
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Saturday 28 September 2024  10:35:16 -0400 (0:00:00.086)       0:03:34.909 **** 
skipping: [managed-node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don\'t log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n'}]})  => {
    "ansible_loop_var": "inner_item",
    "changed": false,
    "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')",
    "inner_item": {
        "name": "output-files-default_files",
        "sections": [
            {
                "options": "ruleset(name=\"default_files\") {\n    # Log all kernel messages to the console.\n    # Logging much else clutters up the screen.\n    kern.*                                                 /dev/console\n    # Log anything (except mail) of level info or higher.\n    # Don't log private authentication messages!\n*.info;mail.none;authpriv.none;cron.none                /var/log/messages\n    # The authpriv file has restricted access.\n    authpriv.*                                              /var/log/secure\n    # Log all the mail messages in one place.\n    mail.*                                                  -/var/log/maillog\n    # Log cron stuff\n    cron.*                                                  -/var/log/cron\n    # Everybody gets emergency messages\n    *.emerg                                                  :omusrmsg:*\n    # Save news errors of level crit and higher in a special file.\n    uucp,news.crit                                          /var/log/spooler\n    # Save boot messages also to boot.log\n    local7.*                                                /var/log/boot.log\n}\n"
            }
        ],
        "state": "present",
        "type": "output"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Saturday 28 September 2024  10:35:16 -0400 (0:00:00.239)       0:03:35.148 **** 
ok: [managed-node1] => {
    "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.065033",
    "end": "2024-09-28 10:35:17.338219",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-09-28 10:35:17.273186"
}

STDOUT:

/etc/rsyslog.d/00-global.conf
/etc/rsyslog.d/05-common-defaults.conf
/etc/rsyslog.d/10-output-files-modules.conf
/etc/rsyslog.d/10-output-relp-module.conf
/etc/rsyslog.d/30-output-files-default_files.conf
/etc/rsyslog.d/31-output-relp-relp_client0.conf
/etc/rsyslog.d/31-output-relp-relp_client1.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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Saturday 28 September 2024  10:35:17 -0400 (0:00:00.597)       0:03:35.746 **** 
changed: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
    "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
    "state": "absent"
}
changed: [managed-node1] => (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-node1] => (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-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client0.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
    "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf",
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-relp-module.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/rsyslog.d/10-output-relp-module.conf",
    "path": "/etc/rsyslog.d/10-output-relp-module.conf",
    "state": "absent"
}
changed: [managed-node1] => (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"
}
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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Saturday 28 September 2024  10:35:20 -0400 (0:00:02.800)       0:03:38.546 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Saturday 28 September 2024  10:35:20 -0400 (0:00:00.072)       0:03:38.619 **** 
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=[])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item | length > 0",
    "item": [],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Saturday 28 September 2024  10:35:20 -0400 (0:00:00.093)       0:03:38.712 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Saturday 28 September 2024  10:35:20 -0400 (0:00:00.084)       0:03:38.797 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Saturday 28 September 2024  10:35:20 -0400 (0:00:00.083)       0:03:38.880 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Saturday 28 September 2024  10:35:20 -0400 (0:00:00.076)       0:03:38.957 **** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-28 10:34:46 EDT",
        "ActiveEnterTimestampMonotonic": "4915238698",
        "ActiveExitTimestamp": "Sat 2024-09-28 10:35:05 EDT",
        "ActiveExitTimestampMonotonic": "4933969059",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:34:46 EDT",
        "AssertTimestampMonotonic": "4915217999",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "63883000",
        "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-09-28 10:34:46 EDT",
        "ConditionTimestampMonotonic": "4915217995",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-09-28 10:35:06 EDT",
        "ExecMainExitTimestampMonotonic": "4934463179",
        "ExecMainPID": "58714",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:34:46 EDT",
        "ExecMainStartTimestampMonotonic": "4915231100",
        "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-09-28 10:35:06 EDT",
        "InactiveEnterTimestampMonotonic": "4934463341",
        "InactiveExitTimestamp": "Sat 2024-09-28 10:34:46 EDT",
        "InactiveExitTimestampMonotonic": "4915231346",
        "InvocationID": "cc8c5a9de7e5495dbc6d4474666ff33e",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "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": "3473055744",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "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-09-28 10:35:06 EDT",
        "StateChangeTimestampMonotonic": "4934463341",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Saturday 28 September 2024  10:35:21 -0400 (0:00:00.595)       0:03:39.552 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Saturday 28 September 2024  10:35:21 -0400 (0:00:00.085)       0:03:39.638 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Saturday 28 September 2024  10:35:21 -0400 (0:00:00.065)       0:03:39.703 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Saturday 28 September 2024  10:35:21 -0400 (0:00:00.072)       0:03:39.775 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Saturday 28 September 2024  10:35:21 -0400 (0:00:00.074)       0:03:39.849 **** 
skipping: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:371
Saturday 28 September 2024  10:35:21 -0400 (0:00:00.246)       0:03:40.096 **** 
NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1
META: triggered running handlers for managed-node1

RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Saturday 28 September 2024  10:35:21 -0400 (0:00:00.066)       0:03:40.163 **** 
changed: [managed-node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-28 10:34:46 EDT",
        "ActiveEnterTimestampMonotonic": "4915238698",
        "ActiveExitTimestamp": "Sat 2024-09-28 10:35:05 EDT",
        "ActiveExitTimestampMonotonic": "4933969059",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-28 10:34:46 EDT",
        "AssertTimestampMonotonic": "4915217999",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "63883000",
        "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-09-28 10:34:46 EDT",
        "ConditionTimestampMonotonic": "4915217995",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-09-28 10:35:06 EDT",
        "ExecMainExitTimestampMonotonic": "4934463179",
        "ExecMainPID": "58714",
        "ExecMainStartTimestamp": "Sat 2024-09-28 10:34:46 EDT",
        "ExecMainStartTimestampMonotonic": "4915231100",
        "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-09-28 10:35:06 EDT",
        "InactiveEnterTimestampMonotonic": "4934463341",
        "InactiveExitTimestamp": "Sat 2024-09-28 10:34:46 EDT",
        "InactiveExitTimestampMonotonic": "4915231346",
        "InvocationID": "cc8c5a9de7e5495dbc6d4474666ff33e",
        "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": "14721",
        "LimitNPROCSoft": "14721",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14721",
        "LimitSIGPENDINGSoft": "14721",
        "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": "3472904192",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "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-09-28 10:35:06 EDT",
        "StateChangeTimestampMonotonic": "4934463341",
        "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": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Stop tracking certificate] ***********************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:374
Saturday 28 September 2024  10:35:22 -0400 (0:00:00.622)       0:03:40.786 **** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "getcert",
        "stop-tracking",
        "-f",
        "/etc/pki/tls/certs/logging_cert.crt"
    ],
    "delta": "0:00:00.028708",
    "end": "2024-09-28 10:35:22.835928",
    "rc": 0,
    "start": "2024-09-28 10:35:22.807220"
}

STDOUT:

Request "20240928143221" removed.

TASK [Clean up pki files] ******************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:378
Saturday 28 September 2024  10:35:22 -0400 (0:00:00.429)       0:03:41.215 **** 
changed: [managed-node1] => (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-node1] => (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-node1] => (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 [Check ports managed by firewall and selinux] *****************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:387
Saturday 28 September 2024  10:35:24 -0400 (0:00:01.114)       0:03:42.329 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1

TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] ***
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Saturday 28 September 2024  10:35:24 -0400 (0:00:00.158)       0:03:42.488 **** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Saturday 28 September 2024  10:35:24 -0400 (0:00:00.151)       0:03:42.640 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Saturday 28 September 2024  10:35:24 -0400 (0:00:00.042)       0:03:42.682 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Saturday 28 September 2024  10:35:24 -0400 (0:00:00.041)       0:03:42.723 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Saturday 28 September 2024  10:35:24 -0400 (0:00:00.062)       0:03:42.786 **** 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Assert /var/log/messages] ************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:390
Saturday 28 September 2024  10:35:24 -0400 (0:00:00.048)       0:03:42.835 **** 
included: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node1

TASK [Get content of /var/log/messages] ****************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3
Saturday 28 September 2024  10:35:24 -0400 (0:00:00.194)       0:03:43.029 **** 
ok: [managed-node1] => {
    "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-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9
Saturday 28 September 2024  10:35:25 -0400 (0:00:00.625)       0:03:43.655 **** 
skipping: [managed-node1] => {
    "false_condition": "errors | length > 0"
}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:19
Saturday 28 September 2024  10:35:25 -0400 (0:00:00.084)       0:03:43.740 **** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:23
Saturday 28 September 2024  10:35:25 -0400 (0:00:00.050)       0:03:43.790 **** 
changed: [managed-node1] => {
    "changed": true,
    "path": "/var/log/messages",
    "state": "absent"
}

PLAY RECAP *********************************************************************
managed-node1              : ok=354  changed=46   unreachable=0    failed=0    skipped=338  rescued=0    ignored=0   

Saturday 28 September 2024  10:35:26 -0400 (0:00:00.543)       0:03:44.334 **** 
=============================================================================== 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 4.32s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.90s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.70s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.33s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.31s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.28s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.15s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.15s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 2.90s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 2.89s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 2.80s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.47s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.37s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.34s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 2.30s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 
Install lsof ------------------------------------------------------------ 2.29s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.21s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.19s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 
Check associated selinux ports (manage - tcp) --------------------------- 2.18s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 
Check firewall port status (manage - tcp) ------------------------------- 1.81s
/tmp/collections-NmZ/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13