[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.2]
  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/tmp.1cVTXdNeex
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)] (/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:2
Tuesday 30 July 2024  20:22:26 -0400 (0:00:00.008)       0:00:00.008 ********** 
[WARNING]: Platform linux on host managed_node1 is using the discovered Python
interpreter at /usr/bin/python3.9, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed_node1]

TASK [Set firewall and selinux to true] ****************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:23
Tuesday 30 July 2024  20:22:27 -0400 (0:00:01.025)       0:00:01.033 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:28
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.013)       0:00:01.047 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.039)       0:00:01.086 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.027)       0:00:01.114 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.026)       0:00:01.141 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.034)       0:00:01.175 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.021)       0:00:01.196 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.026)       0:00:01.223 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.037)       0:00:01.260 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.040)       0:00:01.301 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.024)       0:00:01.325 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.026)       0:00:01.352 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.023)       0:00:01.376 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.024)       0:00:01.401 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.036)       0:00:01.437 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.035)       0:00:01.473 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.032)       0:00:01.505 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.033)       0:00:01.538 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.031)       0:00:01.570 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.032)       0:00:01.603 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.030)       0:00:01.633 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.037)       0:00:01.671 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.039)       0:00:01.710 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.036)       0:00:01.747 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.038)       0:00:01.785 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.036)       0:00:01.821 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.027)       0:00:01.848 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.063)       0:00:01.912 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.017)       0:00:01.929 ********** 
included: fedora.linux_system_roles.firewall for managed_node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 30 July 2024  20:22:27 -0400 (0:00:00.052)       0:00:01.982 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 30 July 2024  20:22:28 -0400 (0:00:00.039)       0:00:02.022 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 30 July 2024  20:22:28 -0400 (0:00:00.025)       0:00:02.048 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 30 July 2024  20:22:28 -0400 (0:00:00.426)       0:00:02.474 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 30 July 2024  20:22:28 -0400 (0:00:00.028)       0:00:02.503 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 30 July 2024  20:22:28 -0400 (0:00:00.348)       0:00:02.852 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 30 July 2024  20:22:28 -0400 (0:00:00.028)       0:00:02.880 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 30 July 2024  20:22:29 -0400 (0:00:01.028)       0:00:03.909 ********** 
skipping: [managed_node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 30 July 2024  20:22:29 -0400 (0:00:00.026)       0:00:03.936 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 30 July 2024  20:22:29 -0400 (0:00:00.027)       0:00:03.964 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 30 July 2024  20:22:30 -0400 (0:00:00.029)       0:00:03.993 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 30 July 2024  20:22:30 -0400 (0:00:00.025)       0:00:04.019 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 30 July 2024  20:22:30 -0400 (0:00:00.048)       0:00:04.068 ********** 
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": "basic.target dbus-broker.service dbus.socket polkit.service system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "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": "[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 ipset.service ip6tables.service ebtables.service nftables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "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": "sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 30 July 2024  20:22:30 -0400 (0:00:00.697)       0:00:04.765 ********** 
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 dbus-broker.service basic.target polkit.service sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "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": "[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": "ebtables.service iptables.service ipset.service ip6tables.service shutdown.target nftables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "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 sysinit.target dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 30 July 2024  20:22:32 -0400 (0:00:01.333)       0:00:06.098 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.9",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 30 July 2024  20:22:32 -0400 (0:00:00.031)       0:00:06.130 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 30 July 2024  20:22:32 -0400 (0:00:00.025)       0:00:06.156 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 30 July 2024  20:22:32 -0400 (0:00:00.022)       0:00:06.178 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Tuesday 30 July 2024  20:22:34 -0400 (0:00:02.508)       0:00:08.687 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.052)       0:00:08.740 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.026)       0:00:08.766 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.026)       0:00:08.793 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.024)       0:00:08.817 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.022)       0:00:08.840 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.024)       0:00:08.864 ********** 
skipping: [managed_node1] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.024)       0:00:08.889 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.042)       0:00:08.931 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Tuesday 30 July 2024  20:22:34 -0400 (0:00:00.023)       0:00:08.955 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.033)       0:00:08.988 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.044)       0:00:09.033 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.012)       0:00:09.046 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.011)       0:00:09.057 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.064)       0:00:09.122 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.039)       0:00:09.161 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.026)       0:00:09.188 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.040)       0:00:09.228 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.344)       0:00:09.573 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.029)       0:00:09.603 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.348)       0:00:09.951 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__selinux_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Tuesday 30 July 2024  20:22:35 -0400 (0:00:00.029)       0:00:09.980 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Tuesday 30 July 2024  20:22:36 -0400 (0:00:00.027)       0:00:10.008 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Tuesday 30 July 2024  20:22:36 -0400 (0:00:00.867)       0:00:10.875 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Tuesday 30 July 2024  20:22:36 -0400 (0:00:00.026)       0:00:10.901 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Tuesday 30 July 2024  20:22:37 -0400 (0:00:00.873)       0:00:11.775 ********** 
skipping: [managed_node1] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Tuesday 30 July 2024  20:22:37 -0400 (0:00:00.025)       0:00:11.801 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Tuesday 30 July 2024  20:22:37 -0400 (0:00:00.025)       0:00:11.826 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Tuesday 30 July 2024  20:22:37 -0400 (0:00:00.025)       0:00:11.852 ********** 
ok: [managed_node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.755)       0:00:12.608 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.026)       0:00:12.634 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.023)       0:00:12.658 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.029)       0:00:12.688 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.022)       0:00:12.710 ********** 
skipping: [managed_node1] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.023)       0:00:12.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.026)       0:00:12.761 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.023)       0:00:12.785 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.025)       0:00:12.810 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.024)       0:00:12.834 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.023)       0:00:12.857 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.015)       0:00:12.873 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Tuesday 30 July 2024  20:22:38 -0400 (0:00:00.013)       0:00:12.886 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Tuesday 30 July 2024  20:22:42 -0400 (0:00:03.311)       0:00:16.197 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Tuesday 30 July 2024  20:22:42 -0400 (0:00:00.013)       0:00:16.211 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:b51e3b6f704ac00c5bba8ac275f854f6d53a5e3a4eb5c5cbbc4b11004feca510",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:00a0d1af3601693070f723e0deaea1ee28734bde5ef4895843a1ba59cd7ceaa5",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:9cde24137141f8c2a8fcee6dd15537f0f54198da14360a30655a0606e4ba2818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:93c409c37386aacafd2d288f053c13e2a092696358aa991db322507eb9f4838b",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:bf8fa2c3b04f8d94648c37b69a4ad7108b4d544bc8d3598a4de58313a8761a0f",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:1433f430bc89a874d46961861e1da8520158d6794a0b778e86b88fe13f71798a",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:35a074f33aee562b559a5cb76637dc4602a70c70f573ec4efe3a4274cb3e3a75",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:a2afd368cdffc8ec7c2dccd978bda04ec9bcec8cc1d133521e526dbe196c5f90",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:be7eaf8e5da7b69d7d41422771e7e3692d41148f3e3c4e78b7b03d8117ddb2c6",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:84287ea4da0ed7b94b142d7b494666232e7a25209471ff689c7806866ce93f92",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:ee038524634638e4842fd478cf60861765476498940c7516ced038c6a9161282",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:4292aa3daa6a027612e80073403b822d55297b812dd9455e2842d8a89a563e25",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:75e3f196fca58dc489cf92c4fa8be3decec0bcedcb2008cb7a83df5bc00d5850",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:60e843a42569cd6efeb7da329e9593960e752c111dfa1df6874fe22f26d0a3a1",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:a00445c04d0003fce006ff5529e988671c09286372f803b2545bebc5302b71f4",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:083e097b9b3ac106fb9e9b0fc7b5a830b70a85a321ee913e0a3ce5a262d13779",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:46d9417dcf9bb31c077dc7ad25d8ac315fed23a2f0e69b00460c449534932765",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:286406a4369a79a0e868d0e73699ee829431f534733e527bf91b6363486b00ed",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:3c093f028ebb0a01031a7a03233c24fb3ba41c693d3246b3275337289b20251c",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:87a032f064920c8036648d1fde7f75dc96f7ea9f9e514b32a24a91acce93e27c",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:be2114af9cfa429328d94fd44aeb34a5f94a6dab76deb20f3b9cea7182dd1343",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:61b6b0c427f5c86b16f77231ce3aa989c8ef7b40bcefef99d8f7518d82bd8bc9",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:7c1bc02c72f6a9b86f6cb6b4e8307428346706171510fb17f1e09bf1c7600d35",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:ce150ead441c9ccbe062a9f7b868ff893eb427ff6a7bee500977699c42b89286",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:70fa46fcee1c327fbb59d24b26bf92aeb641705bb6821d29ee9a8c213b5822b0",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:7ff04b28e1684fa4f655051692015501aa0f0ad46edd79cadcdf7020fa2e66aa",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:8a66edccb685a6e1e7b6ea3dac90f3ec8274cc3dea27f127bb3232a11aaf84e8",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:a38aef4d9df7de368ce8f26c374fdd7c2d6c7f3a12b07c706265f35b40de7308",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:03544e87d5e1caca5b6b69fb627b482f44bfa63f49cf5a08245ff08fb9982809",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:eb7f9de13d74d31a934e7c58cf1a34b428d5695ad1f552d43af73ddfdf15f3e3",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:b75ceb3e1f47bed84573b3d82d4dbe9023adb0a9a40fc2ddba393addd5f9a1d8",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:a2645f50db0b15fac85915686e84d9e1ad347d72d77790f67f9e630d73ecaa13",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:370a05f9a92e9a3359ed79b853c1719b594592cd5541c56023a92bbc87764270",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:354fd26e2ef0e4c35edb3aa0bb068ee269f9d49f8180e0ebca24d06039aa8e0c",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:39592577c657fe9b8720c7c8fc0a382b56377cc6c8eff3d3068d276552467e4f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:9f65fcbe298e95e21bc82bd03776022a45823c99abaf4e684168248f43672519",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:21a4ec8c7068672a02d49a4ca8721a7d3e661d1c704908e04b7abc9c955e2343",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:c707603b2556dd53524e160e5c66150c18ffc0b4668b2404622282cd2925ddc7",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:36617fd6db4ebf3850675aeea3e096fa59a4bfdcb64613f93f8651b6f61db3cb",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:5c24db4b697cf2406a8c713240ffb78d953ad090e6287b842f86dffe1290ec26",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:496bef2bede30915da26b4136fb2f34becdcbc87925e0d44564667901b75d658",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:0e7317ff234ccbf01bac4d63543ed7babffd63081d4f64100c2bc5f35c3d288e",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:3246918462bd57ae9d412e4177a59735624f031c7c5bd79254d0e4ab8c799045",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:22eee16dbfbf19e6c7e3e8a22ecf7794a4667b9c0fe38de1b7892939e5383a9a",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:db38c31ae173d049f813fdcc8019651b1ea662ec270fa27943d851bb4e6fe951",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:e752c21e4c76ead1a95b3858a36df5c9fe1dcfc2fa72b6e3337db501b255ed14",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:2ed6f511d59167652141d928236900e08ac58f0347d5b13e384282f0c9d4bd7c",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:eb4506711c4aa4449d76ceff06bd4728a67b150fa6daa449329af99d55a7e05f",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f70165cc07c9c0edbada60c282cfd7b059e1c4dad3fd296c77238bfa7db74519",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:0ad5ac88aac27c3f65958235d1f71ae11ffdbbf0e30f2cd4a45fe0438f8b80c2",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:85e1d3dec4e26d58633e3a66dea23193fee975435de0432a33d9e3f0003148e3",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:0538edf6792efb191ae48f6f7ea825e7a0300b3f5941588a231e2e0ed84c3ef4",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:8a4ca1608501b748500da1cca0611feca68f892b6a0b931eff8391eff2880b83",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:d778deea4a45cf38804a67181906680a20b1f94f779096b4b291658a3f4f7797",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:4472d378d0cca0cac8ee119b40beac9a1528f7e8afe3835fc868d9ee50e857ef",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:65a156504f35a84298492048f07a967c74cca37467b5519175f0132356a4f3c0",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9aea31e33e0bbb1343acc95c4b96034c0e21cfc8098a6d9239c6fb2ddd964edd",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:5e2443a8b037a9f47d1082255f61bb3bc94ea76727732bec8ca477ed0f3d1cef",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:ffb0c7d931ae1d6bbd575684ae14dbcc542b1a589a5c70235143b6494dbce74e",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:c5a2c5234b842e5d65fe5aa739e2d30ae18b7a4398fd02ec03ffb5db8b0022f5",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:e55c52b2d9cca85a56a01f9a862ff089a008deb2e23d8dc36bf4db067f9d63d2",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:abdf9b12e79823ecdc818a9aaec4d6e4253f02e8c59b5c320677ae99096b8c8d",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:fd6d1f0d8446afdd95c5c88850751a9def7fb10d8efef9113f7808431296374b",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:087d0f4a10495e4186632d167181b302e35abaaa4aee055628c907e4feb5e60f",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:c7d8f1c628aba8babecb74c405389e5508768fce1c19a1a3ffb1f7e2cf21a9bc",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:a64ce927d71bdb89976bb02ee81c1c0cd362ce79760d529864deb95d78435a81",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:8610bf4d3c1c1fe1f037c0149f5126ed724947671d3ce2f43ce03318e5bbd6e9",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:38e74734b46d764bdf548bae5eb0322cb3efab0139b2c57c6293ad4270b2cd72",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:08fd88b15eadd335fb6909b0e19ccfc7fce465a0e1adf66ea23375a528c02a2b",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:8372c4e1250481b41d66a4c96f203cdc21079bc1c4c22d73daac6966a6734422",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:c2b8357f1cbba4813f68e96b8683bf56117ea18a08f509c47a9007d6dd7e37d0",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:bee8013d915739bd1e9a8ccb7d6936aa2d05ed68358b0c5624f9b7b20327a489",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:6fe6a19064410f60c3eb6f509429ef2b6a1ac56ea6f14c4f9c596087100ccb48",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:2155538ddced6cc2efbc8c54879c34b385aa1407ea62157644f787ea998de988",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:6287b50c36817f7293217a030803bf3d62c707699a0e529c7d067989248ddcf8",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:5b654bad71770454ff600a55533f4da984770414d0cb1541e5d6035b73e90544",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:867a24cfaf2c6935e7c2f0f85e3f9b47de8126ad509db5f7aecdf572492a982c",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:acfc1b83372629d838cd2e1a291d1e88ad352fb5577eee01c1bcf460d8444883",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b7034b37cb6a943ec0e0b1122fb168440623b525b9d9a871c8f0f80f01427b0e",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:6e83813cb5e03c15e648a7e798aae3e9c94f9a54ad542e971f176ab9271bc24e",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:d1da2a6beba9e0cd0bc492e8d8cafc7a9d3f1b13342967badb49fba668f6a985",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:1c94c8a99b9623387df88f2693f049682b4d4fc392904afab5bc9ba7a9ccb66a",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:0e9b5b78865e451e40a8f55b406801e55e98d4812c95f37130874438831a9145",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:6d9c565c834b41796ed712b843c7bd664fffafb667765c8d857432498388f9ff",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:49b7477e868249bf17c6b5467b705d12e9ddc87bf2060898e7529a646a0f7e34",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:e223c213d51685baf4d3be0c5c4805482c6954bd890d803062ddba896654b483",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:51d8f84dc3a8acb26b725e61aed99a1fdf79ea9dbc63fc7200a8d4697ff4c9c1",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:723f8c7cb84bd0f48a15663d09d67eb67be7f89b275c9ab2966c88ca8d8ac18a",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:9a380e1b546cf2d8eab55a099515bccd1b25d2dc0d0ba28666e7b95f9d665989",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:1735881cc778e961bd742e846686425ec4014676e507460c85158f83ffc131ad",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:a4988c85c75b5fd1b4a38b6335bc3fb962c0e78693042fc35785ce68ad5cb371",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:43becf8b756ebd6e31e51c71f8963de116feaff35ddc0d6f15c4cf9da79b9c73",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:4c8ca106fff85e11e0a1829ed2ac3f243e16e91d7b782b98ef8999501bf0ba95",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:0dc55ec34569ba57e832be6e33834acf3055e707f8a04e644a517fe6c25fbe0d",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:9a4b3d93e6fe7a710d739a682991df8e4fb3bfa5c4408f80b7bcf8bded0b3f91",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:c835e6157080af15bad60e3175ec73411ecc09c79b1f24488d38dbb43e49c524",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:77d3836aae67432fe5aaad6cf960c57c4c540253b884d0da7ce24f527f480bbb",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:dba3ca8b279efbe4c9d41b20c94f4eaaf69b63234781b6bffc7a0186e761d972",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b2a6e422462c98deab9be1ebbd7b4c0e541652cef6544eb817890b59691f6f63",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:a0e4a3f431978461ff0c6606dece39299123c11c0c50dd07dec0523b087e6d69",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ae9d99bc78f2f39ed963de93eacb8d15e06f9695542787fd88dd34ae5c417030",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:df1cfbb1ab78dbc0de7189c60173c3e0fa87640761050a6ee1915ad7b268f937",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:9050e1e27a67f06989fd7b1ae77b9c0086f4017aa6f4b3123e4d40b4c4be24ef",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:de1005aba353d2cd82e7d2542b9f0f22a537c0836598dc0d7b3fc739b0a1512d",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:0040a417e0edd66d8c3ebbc52a7b9a61a114724ef1b47f41e7d0e0dd9f496667",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:052196a9650b28088637ad2c1bc2e3e18c9ebb26b9d81fc22d06f9383448e082",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:7e077f2f9cbb7a67e901983f068e542f2ea7bf8fbd32398624006f2ec3721469",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:074ef28f63316a886aa80247be41c3f4eb0c4ab24be2538204a8473c206377dd",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:9123c9d8a6246155165e536233f76373dce5ed442b693d3adfad2cfb0d045d14",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:bd1c559e70c0fa8a6dd0e9e541410e8def49a3f8769e609a7371bcae87cbc7a1",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:651a0158d860694e2f7e3c2ff5842cb1167edd212f207d25fbd048cc0bca8b1e",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:b0055e597efbe80253d626f80a865cb814f393fa91e66afd4458d436fa896318",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:e8a220c3eef785816671acd81eb445e324d475a084fbd06263b797d578d02f3c",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:127cb7df805e3a46359a5207b063f90c1d19e6d3198182767ed70779b4b28221",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:9902176e4edcbecebd0f6ac300b28794668de3d4540a9ae5be717f396b0292be",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:c052a6835e70d9c0e051e979e81764ebb89f6f133a440db25d1dde163ffa48c4",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:45772c12ebf653bb9a623771101b99ab2ffe914d03370ebfbe3b0912ca0d6b8a",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:1e46eff6833500ac418eda8676b641bb33eeeaec5ade25dc6d3ab091f736cad1",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:708228486a23ad80ffd7d6a05a65a7b655f1dbc738ef8479e473d60e4cc6d3f7",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:32e35dc7eeec4247db73e826bcd13b91f8370e8544b223547f4354f42b8937ab",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:d7d5bebe879118666f1417ffae9f0772e0889406dcc768c4c3b394ec7cc2a231",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b3e2375f3c95924b4daa45ecd4951af233195f655f5cab28298b21782e7df2f0",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:9414bf98dd0ad365e8c880b881286f51845c6a14bb7fc1022770cbf78c33152c",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:86efbd64d547d08ff38c0ef19d92899032b5c7dd0972e1831dc8b58211e46d91",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:b547a37d1a7e474dd3e085d36e4ca7276ccd68bf3ecf2e09fe7a846030a80020",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:fc6c94c251896fa97e9298a902669eba5bb2179ad7ace408d5e6bc05973174e0",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:19c083472a464ada6846b9173292a9d72a06a4e5e778d69783bd51ecc1553eb0",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:3c8410c8c59ae99a170ad00ee7ad66d186d3e83d66ad3c2300333abdaa7fb21c",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:eea7130d539ac61485efb94b90bbb6af7bf5dee0957c37e3ebee3a8da4797deb",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:9722c02beeb44ba92062700b4c043eec7a1d39a7eb91a1289edea7a928129e0f",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:1d57e77e17f124ee365365513274cf402353add167245a839f89126f071bfbfb",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:9b8c53c2622515f672ffc22c9f18a6db6fc2566e91dbdfea83faf54a6cd7c8ed",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:2ab3e4455cd6580a63f4026c6b1b133e658bbca0de0d8d6c74a67ab0c3c866ad",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:cf362b5c9bd397a8d04ff430a173c5132b52a5fa0ca5c7ac1dd6d41920259ead",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:896fcf1247e335cbd9b09d4e0e15363dda32d2d0cede4c444416198af2330362",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:401eb3be55a99ce20f4514c94004d559a5dbb956979dc810c7288ed52ce20bef",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:40af9f330d0e9ae06e87e9501e571ad8dec8827a42fd207b91483ad64f73dab2",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:c475483816608ce48e61163a5d661b65c9a4ddaf119607c204d94ec220c74f92",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:79c55156850062f9d931ff310184927ffb8fad23533e0a81e8603c0eeb39473d",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:28a2c745252aa21cd15e9f5e5a7e4762da6305f88e21a724e5ee556463116b17",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:7d215013470faf3ba6da02e9b0eadd84100e27d3811d5239652e29a834dee4c9",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:9a25ddb951183ffbc71b83ab24c259f1572d9d47278862371f7d2c2b67eff05d",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:f7f9445c1945584a868329ec91cdf3812e2f1a19cf4ae8145a97ab5f60e9b728",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:4db5d6a9195336b52e11d78acc306a36d4d9b93a4bf9931f7ce42197a55f9619",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ae94ecc6603e112053d82c4b034e371fa0ae3ea6227d22730a79c2d88f7f518c",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:dea36801533eb8484f81e791e8e9bafbe2ee01a0a60cfabd45fcc99d768c958a",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:158f46e1903a9e4b59492cd3b6d002226ba99215a92f8ab7254cc201adfc6d41",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:8137b7bf2df668299a1f07a7357891c9b532623b8a4a647938502f0115a5719d",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:edd68cf00488897a118c97d42b68b5ebc42eade076d435668de403386055768a",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:c6a126a43e805c50b75ce428c6d06f2098aa3832c4c2b776c27de47db763a973",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:730425a2f8fcf7def5a5d3cd7e2fe86c4798f48ed990f01b6c4f61c2c1af4729",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:954964e3390965fb3bd16d9e0f04e5c1733b1d52d0f9aeb86c15097128847e98",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:cd35fa8929bafd81093cfc39e523c8fe55b1f3ebfe105630920d9aa1f50d27a0",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:60808a39b8af95362a9e430e000fe157e610f06845766c1bf84567986773c3a7",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:37b991b37d592bae92deb5719d208e9272492cc81358a603aeac66012da73303",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:8df5cf83cd544674505896c1aa2d5bbc3a63bfec5bd23082efb6d3e87fb1373f",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:1037dc7bcf3027e597f682ebaed125ffe524999e5ed9e5e59ba4d2d96dd56928",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:8ea474a204f637775dfaf134e51c27da197f647c4c01121c398c7135d17ae93a",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:7191052f585d5fafbac635931a6731644f0bd083abc2af3de0f9cf8a09dfa012",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:f0d2c1e478cf050cc9a4975c3e477c7ace50c8ec4f24e6378c3bf9f5375ac47c",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:fdb4d581281615682a3d84cb0d172eb400d4e421e05fa6eb53e935c998eb66c1",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:3ba626d0e10d52e23eb25ed2bcfb3333d10724cc37b811d191e2377b0a50a32c",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:c362a617fac2d877d61251310ac60e2dd1f914746224fb481fc5877ac4c9e615",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:ea52717eb9f8414bf6a91da0e0dcdf8911d0dbdc6ef24636e3d55364f9d74a48",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:3792d937dae3c0c5020fcd3d231635e0e3bce9855f5182f4a78596b402b1e01e",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:c341246894ef6ac35ff57578dad797e3cab4576289ed54fe79a8f520d5f97586",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:0e48d9b7b7fa1119f136c8069d0dc8b1411c4fab98855647ca97a58e20f49771",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:bfe184a21cf22e874bf9c4adf17d92ab37f78b212bac0a1e4205605666a72c5e",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:2e54d7f7a9bfb8313eb16163e91dbc59ebe37e99c5d1185a1e94301b026ce971",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:076102b64c364619c722ec50ff1bc6711583a48a3e4d628b3d5b702664ded6db",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:b86785f06b028f272cb8381750cfaaa3cf73aeede9d48227f051e6fc189b8dbd",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:be1fcc3f6423021d5dfff876c22329b76e2a8a3408277643cf19b387d3af18df",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:ebc240faa5377ca5d45a084da15424d873958197df22f16e7781f67da72c02da",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:7795d0bcc893b7d1a20b56969633604286a44c02b0b1e69f3e8e6cd7006d3e59",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:de8b3dab704fe78e803c012052bf2890d7e87b8b76d8fdfbf613d6d697f01c9d",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:952fe72cafbed51e96e7f051d9523c1ca3ef665b28c5b0f3c0d11d521258daac",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:31cb1e12fe7d8fbd64fe9e9913a00ac3aaebba1aa074abf1ab9bf76e101f7d87",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:bc3d6d6cdcb3b2dac1131f16f15bed74c8b1fa37a353da2793cde2061ffdc6b4",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:78e8c00d69c84ea399c88137b1c5276084c98a468eb4df58c13894c8c569cd18",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:d9cbeec25733f9393c0967a8f9726bd7cd1d070c3b86c0c0d82379601b99b3dd",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:4195de7172d5d5d1bde97be084e23e80032e07b4f2330ac5620759d4910a4da5",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:cf8fb1e0de66b91a3d35dd0b5a5f93a69937c1be4a8103d10e6edb70d17a4830",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:e7a424ee7f32c812faea57710e6766f23963ec2e5b2a38486a6c024d160f9c23",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:ccb6b5c8378542594d25426623373c4de49f01e37b8fd0f2bed8d7c4f83216b9",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:19d491afd9f4b258e4ec73ddbb3243feafc28db5f0c836784f8fa29b2146d215",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:e121209046f2487ef64048e7ae1408da84d9c6ee6a88d6639cef3b6c4b2be19a",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:528e84d30728ad73783b1cf6992be9cc1bc14f77f4d5e0ce6ca6ea2d759f2061",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:e3a13e4c9a9f651ba32221ebaa37b8a2f7d15f7480622a755f8301022dcc8f15",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:2c098f0612bbd9d9ee9db00a817c51726da69e7536d687adf74be7d4df7911f8",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:48343f6df53f591eff2c6a76bfbf12f351daa9e382785fb47e1017cd7badab91",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:a901c614ce730a6943df15300120f9c0dab9fa89f234c0301f4a995f5a1a60cb",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:03335203d0a113eead2d95a159df467fc164d12cc1c9ce4b58149da7b80d7943",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:bfbe9652c48ed1b2abdba90720f2abff11a3c31a72f5b3c56e8eac168542072f",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:d61743f3489bbc08417d6dbc894be0f19b50bb6e76bdb0b9a344a5b29a565a91",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:ab3a5b4c6d53cd2d6d1bb1e32d587bd65219f22d8f94b58d2f9948fcc6d4bfa5",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:56a370111ea7709b149e4a0fbdb1ac1b123427831161d3f6170efa64a18aeb5e",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:37cda21ca34e7585b6fb861d91cafeb146ca75d0a7878bbc06ab24eabe6706c3",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:f04df10eaf97dd9eb0520f7c208e6002d4c695acfb2ce58e52fd8b689c587226",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:6bf94b1043da99327b1f68a10215d963bdd7b0a7f7c3f74c801d1a8db22542d7",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:412ba79b5e6a4132630f2b8da80b9e66ff5992e81ebcc206ec2f90c67ccf4ee5",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:ca7b0cc6f9025c22895a9771ae1f761e265f05bd9ea4fc4f5d0fa6ddf409f648",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:665b33a4d2e32a1a3b08ebaca792c7d1093782e3f885d048c5c2be57cea07d1e",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:17b96152a9ff5a04a7cd3514903bca98e78369bc5791e7bb88aab6dcc47e3b7d",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:acd421e39f4c53a011a47ef7a271efc7d4f85a97575d03f69e30dedfaa1b14c2",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:9c2059177a49f2cfddca3629a29929594aec4b9dcd1fa06a80c1119fa687ac1f",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:0469642c05b99ec3b9f0472e91d161feead7bf4c4a4190cfd54b856ea9b93ea4",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:109d333319ff37383f2e3f6bfa356fb24b7adf3702c51f8badb8a4714c99a430",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:4ba142d40036af5be213284b79dd953533bcb4d9846c3b697813002b98107b7a",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:e778408f9ad76e2da9c32482ac1f0c0495f6f552ee39fea95dccc818c70a7798",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:bf848203e9b4e05ee5da14c2ced4592f7147f2674b296dd0ff76049364cb5d6d",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:c14a0cfca79de2171c617ec3aa77ab2a0358a78678c6711d570fe829e993a1dd",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:b8a45a6236afbcd2102f71330ffd2598a99531ec55b84be04b210c3cdea0d6dd",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:c0e62e19e20f833e62ad6a5fba025b3fc5d5ada2ea29db094f648dfa72cf713c",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:5513598214e4ac4737a0f73a4349d8f786334d62ca92ea0099a91d89f5717103",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:971a0c0ef295e7fa2ec443ae9e0d752bb1acab9928fa0c233995b7e7f3f1aad7",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:75db52cc67150da8946fb064fa2508885272c63af0628d48c4a35655eb912b79",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:68a8d2f4d8b1ebda8d47cb325bed05299f768c756932cf3bc9c027b32142f234",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:11505cafa9be1281e93b45a77229c321ac6bafb99673bc4c22e5326a42efca0c",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:5fd7eb85c1fb665c271665cf5c419d3dbb6305dfa40bfa34e8246cdb1232fce2",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:dec9414d3310d4f06ae940978da1b81fea6cbbd52eade15a5c7277558df3cc7b",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:31e40dfd1f5a028f5bc20da7b21ebb5103787122703feaeec8555eb067ce41be",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:26ed3cfe7224044d84743054fa4c4a4fe11b0dadbae54648d2e3c47b9f5e1b5d",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:9b4707184af17bb045236a2b198dc769a6c37716cb03b1c7b49698620ac0d00b",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:529d649b899b2609c0555f37e1bffd5d764943134a1a36a44bd3c0e58c42ac9b",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:8072b8372f9a40e1252ec63a0cec6687eef0f7fdec796831fe7359258fae71d7",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:21e4816c7552451bf7003ff77e760c89894101990008582618e0e1d183c8bf4c",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:811d6c99554491f38f1f09d4d6ec47a7bedbd438ff4aa0c0a9cf5bcbd635b58b",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:1f31f04eb1d7670d7b20305cc9630bd997a7422e591c90fc43ff11e86ce3033f",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:35e90cfdcf607f9adedf10cf3e6230e04d4d9186012285a83d2a0af49babd413",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:00a08503da498b8a8e909870a25c9e96095d58532cac58be44050af75b2565fb",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:a067fc44175cf9c5a7aa2763203f773cfe826dd0426c252d4ab6b2aae38c5875",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:837a6aa61c338fd1711d508ec7ec1430704e05d3e1447c075ac5790c25cb625d",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:6da583b7229d5e0e9044bdb93e0b2c24683b50d7b98ac4b7030f2badfb4a3977",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:99e37fc91859f012471c0382fb758ebb6276680c1aaa487fbfd5a0bb0fcbd32c",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:eae97e1b0d9f65da798618786f7a44fa088ba644fe43bd46cd518c0838d3317d",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:bd4443d1334e92e171729074cce48baecb8e4707aad0eb6f25d106886866d325",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:9e0ccc324238937c2fb3cc36ecb8210c7691b805f3739b23e1cef95be82bff17",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:66b940104f2ee7b701d17b5f2b7c5787c4d0d27c8434753cd5ffdc34ad662a3e",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:f0ac631bf1cab954ad343673dbcf311ce2686f1a90858ea31ef2b06260e2e142",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:0f8abc6a81b955b9888753f1b26342f1a4c943bdc0ced8cdcfde51c2cd12e0c6",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:b0b40f9da8cbf6f96048d61d33cdedd8c818a8ed3177de37291685089ade8483",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:890bfacbe2ba8de8ee35c0d7bb5a8191fdb49819d0d64441bd1d4f442d34adbf",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:87d03b717c75c41a100d297e542c47787922e5dd2f01d7b90071263d48687975",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:b017922f020abdd60b85a2b5d4743f982e85fca7f783dd32be78311fd5197ba7",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:e165f80516476ffe1b93bdd74ad3a6d69720e0136fc3620f6ec7710dc9765007",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:e9581e7e22fd035c8e7312f22d04171ffb807e16eb57205413fcca8deac68fc7",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:42155472938e6b25076cda306a0c176db03ae2722597fd4004380b5222589b67",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:f47fdeba48ebedde1b490b598cb46fd8b30d4e86264f7f3ce68bd2af91409792",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:ba8c88da0b90ee0eec84f709a7a89bb3b3e458db643317646e8379cb9d403255",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:6279e391de4f2978d93dd1a88c23aeffb8028bc50d81a0776a7247a011b3898f",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:09ef31338f328d05054169704c4cdcb78f291a93fd0d5165fdb33409d1c46018",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:94fb82e5d82810193cc60f465995348d0fd733501f2691d9cf8058b4bc611078",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:c8224a15f7049ea64edc179a5f7b940ffe72c46266cf3bccdf125b1b929e975b",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:b33562b9e8be469abed92ac9cb29e55e58e5d28caf5c5a295486fa1da4035d6b",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:e41889c43b795845eb734032b62894802290e804baecf62685e53211ee3997fc",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:e7a2236d582765d729ac6370ac64cca8d7c77537d4e9fd8d93b32997f0561fa5",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:8b5834f435b3bd76aba49516a21dcc5f45c867c4c1e748543e4c573085c7a15b",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:ac0c04cef30f7c01619c07f9e4c2028a7d647cafd46e818e163222bb9f6a98ba",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:7518a890684f833f06a9e0db0bc13bc187c3462f83aa0c07848d0fdf8f9d5461",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:2daf9e32ec14aa1b96f49dbc4cdd4afd7d666a87e2ce3acf5c35b32a681fa3e4",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:7ab6b9b9691f9a43bb258c657cb2748c10b811530461739b2449a7dcbedc6d5d",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:949a05604dd067f4bfbe8aefc95565ac5f1b14598713063d245e8f38fbf01a9a",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:873b2ae3732ee828b2fe956739072318924e333974d09be23d8af18d55150de5",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:fe135f8a642cd53b19fcbeca60b9eb5e0d2c5cc84f89167e686ae5f9fa42e6ed",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:c6dc9c24a34be05b9fecb9dc2566e35a47d7b5d0a70ce3249dda642258374f5f",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:0a89a59bbe58e1a5a0d8bb9dab70b6967cda66ce3a110993446d1213a488b631",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15d9f332240b57891a19bd34578401f532242fa4fdae003d872eb1ddb009cf86",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:69fec82f8d2a804a8641167815d32835237f878fe7d9d52297f7d4f4e732f3a8",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:7d9e1996a39738bc4bfb144deab9cafcf95aaa1a5639369f433d4788660733b1",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:193af5fba661c32470026dbf229440236737a59efb53b0fabe2c9aba14c35ccc",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:f3beab7d301e925c9114fc16905d28eb713bc118d215abe2f17a3db1514ff93a",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:8673b905d5b897c499e6911d91201e349af2666d906dbe2c1abc39c9f3a54116",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:99583ebe5e11399512e284d9d4de0752a1a6832e629953072b9ee94bb3980c8f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:a061be8d0233c31d52544aef63959c56aa5c634818898f465d5717918d654266",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:95e34699603fb38d98bc4491202d783f96ad0d51dd80cf80fac65f45b6fc1a4c",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:1fea11fb5b09a5956ca32654374d35ef281093f98cda7d0bc462d1b2a9cfcdd4",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:e2b0a84c1151d1f51128b53a7f406701188ef5c8ceb18a733db4f62d58a19b98",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:ecfa830cf53375b2ea1c0fb0921f5adeb47a4471488765fa43e724d7f5e9a11f",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:870f119b4194e42aff2f71722fb1fb11868f88d3bd2f323eacbdefeea2a9ef4e",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:6056d698ab7914842d62ef8908402e481e02014fbcf03c984df01e768f30abf8",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:4a01f517ea0fd510aaac2e918afaef70e40175f2c4744d96bc1fd9647c915e1f",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:35ea9020284c9fde1e544bb2b15698ea8b3ae46a3187539542ead64bf563020d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:ef67d14c742393291981705da797a401a758833e7ab4f3a116cce7b662836761",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:3714e0a36d43f8667e80c187637d847425155bde011be321043371b15098e3c8",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:e99893e32bdfbe81a09e2b01a27cf0ea8865e54e3b0fcb1563637a4ed59455b2",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:cd5654f248ed789cc12534dac789b9c1d3d32d325dceedb4eb27afa2c6c61780",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:aa4c8076bcd3d92db74d5e2394d885e6b10d729b86081f1683e349ac6da41794",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:f34ce67cab4573756019b1589e0e518c4933ef76887e0437f0ae582f6f703a9b",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:a759f5eba8608e6190b1649aeb7122d50de1b985878d9c1d5822bef5bc2b88e8",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:ad64588fda03fd0d8c6e9b7b4afa31b20472df41ee50b68b8e9f07d6878dcf81",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:225787ffe39a022ba6c552cd389e2ddb613353c5ca65bbd572d67ccf7dbdef6b",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:f62647ec8772b099e56d8ecc1df454735d5ce55a64559a1545fab76ac450ff7c",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:bdb6f062284dd7b12282604373958122db4d18b262bfd844520e919ed2845e5a",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:4d86b4c1044e1a8766f6ac6ade0296aa461ef5550efae9aeabc99a5c946936f6",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:43044ec71b5839b47dc5fa30b7d9ba500908143b64ad3b608775736a44b046d5",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:bcad6a7d597f894f1985bf46623a62ac2cbeff634770542c93e40a5fd7be93a9",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:075a71c98c377420b53c7b584f5d963598d97e7e49f58eb67bf0a5be1b20a908",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:e6f98b186ddfff611082d29031ae948dd23c737d7ff1d713760d1794906698ae",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:92774c1cc6fd16156001c4facda140bb33ddba4269198bd016bda6d92eac079e",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:9c65d7909e4c443dc490c9b58a6e6e5471e58b7e934d10f08359db09b5fc395e",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:03591f21a98cba8e5f4c5272a799067eca3ae1520a02dd50c13a607a318dfcc1",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:9b0fc4d87d27875c84b7c21c3b99d0af2e52903b611cb360804fe9f50f9d6f7a",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:271d37f30d3a338cc9bd6199a488d48a7c88068675c462df5071bca8c1f7c438",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:61036c73929ee84e32b776ecf2e8d03c2446addfa928834f0e95a44b92a4d5e5",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:308e6f81ea6fe3a196db021ad12cb7baae8bdd19f212bdc1f8ab404c27019abe",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:aef52847742df6eecd94fe50a9fd5021637088620a576daa6659b9783b9d8553",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:99e9cda55e22a71ebb3d74c56051f69ae895dd8134b627dcafda4b0a925e9ae9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:6d7c850c1ee0942bd60c30a8f112b82fb182a24bc594d3707bf7801c4b80d5ad",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:8b5d8041e76b9fdbad0d45ad1a37975171e424e56718dc139a93063729905cd5",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:01ae038a225e72270a6acc6bc6cc0b36c3b09a10e68112da9ec1b9d91fb414d5",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:3b74654cbf5033ee6ab8c2dbc22773af846c129879c2b7355bc99df7c293833c",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:c97daf9137ca479db4a7315e77f4475158475e674a12e1f42fa97f9db6cb398e",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:a369faf5cb76fd3dd29929a38cd6b3221e7f98cb3c57675cfeeef9736b041283",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:ededd2ec5ee4506eab2315599bf43a3deb8ceb83686c97406722968f5e93d759",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:d542bd71ac70b65fbe712194a3727e826ac414096230de7bc5c4a2aea037756f",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:d87f4f7f764a6282dccdfba116b34296f94f62e44c8ac2b51ae6ae7850be63e2",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:0ddb10f8d7a2bcd92cc2e68302467326c643e02a5623151c3168135a3ec290de",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:d5958076535790d5bad592f7eb70977ac9437bc0a7f97b34e431b9f414973648",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:a0a5f9fa55b3888c84c566cce656011bc1ad8dab2c4b700ea6bf2341f556d590",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:341b47d041b0df0aeadce1cd1a3cfa195aa9c5569d8f998edcd0169c13017894",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:5fab287cedea124b92aecc21550dafa4218805485040915716c00486d9cf04ca",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:75872a4c3a9922ba6935d078f68aab2b562705085e258aeb7dd2bfc3e087615c",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:05494ae3fb06ea416662e5084c9d198628eccefebaf32ade8476957c08ee5736",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:8ead836404a7e8a8b68aabeee3c649c214df9699b45f6c784989b3fcdd4f9e1a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:0776fe05eb5bcea62b434f30b893f79c06c7a18f352de24ed2546817f566c429",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:28c6186dc1bc711d42a3d1d2ff051038f0dd4a0259544e52f68c61139efd3a4e",
                    "enabled": 1
                }
            },
            "sap": {
                "100": {
                    "checksum": "sha256:1ba912e3e1e441a6b3f7b88c5603ff8ae915efdee90a76ae34e41d8556d851b0",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:61fd6af55a226605d0ad608c145c6650ccb29b31d7ccf50e32b95ec7686c53b3",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:f4a521054bd52ace05da7d520aabd132df773acf3037e2f414d81fe27f9ef04a",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:9f9bcb3b8190d76c1381443107531fc17c78be637320f00310e4784a7ebc5c3a",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:e0cbb8905423a2b910876e9ae63348c3abb6fde30522e4b2124b06818f35638f",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:8ba05b99b8e53560434f3e089cf7b104a3545febf9e28fdf0f03960e4741d88a",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:515aa85f67c92cfedced542c1222bd136f8fb51801166f807145141acf212736",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:39bb95e8d530daf28f0a11f4182e253e8b4f62a26c69874261ad37c9cd1e9c8b",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:9ec599103477e82c5a8da5e47ae1056cc519ccb236e171f9acfcc748af47b679",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:a422c0e74e5b98d753f582bc2adacd6be541580fdd4b226ccd9cd05ece2eba08",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:96030787f55e1e8c4d76f22919ca8dcf17a16cd08de745aad5b7f740f14c1958",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:20f38095965fcc5d0b454413085c7609588086942ae89a65d19d6e6e0a06a9ee",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:fc381f26f9cbc83f72d5063e4d028a5365401a202052012755fa49ea63a51a42",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:3ff3ca366bd0571039f42bf990acbe10aed992be87c89450536e2fdc0e31961a",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:19e4f50a756989bafc3d30aa2679b9730c5a297e1aa20f71425f024fe934c574",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:15789a6c47c2eba6ef224a7f4464819b37ed76cc6d7efadc7b1be0f212c85046",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:404e3e22459d7cb94c12408a3bc9d320f58eee24788ac11648318722d1bc0bee",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:628fc3630bfcc5437ffbe528c3c4c0d7a08130b7b01cb1a66cd630bf05eb8795",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:f05ecf227e69b096900cc9fcd863a6d5457d64d1c0c41b9b1fc9aac20d02160d",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:92f62e04b6f14736d375aae3c22f2da5edec288a6997212d194e062501a7128b",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:006443b6c33a37037fdc4dc689bbfc7695251a2766429859137555797652aa33",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:2af2c59f061d181581c0ee972630cac466f74d873731de2aa4a27dd0b9fdad9b",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:c9ef0cdfb822eba65e29c8bd6594ad8cf9bc5a7cdc3aeef553475c7127619d4b",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:4068e4127dc3f2252006ed676a6c27c3ee34df690139c8d5c55813ea30e7ceed",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:25fdb658f00c0a3bc753a69bfb58d2f054903e7000ad0c7788c3eb712d79bac6",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:a8a0fa6265d7b4b17243ff1fca6f0ba49135e12d0ded004bb7c515291f30641b",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:6a40d1bd53affea088d732dfa1cd97b0dbb30d88a5667ccf25c148942e3153b5",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:f23e5facc957ee792b529612c165040e87df4a7b49dc09c7887d2c5e6e4d7e41",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:68b2c3f88c1457ed4474f6ebbc85329d444acf473b25b0c505d58ee338399176",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:c2e79983fbc000e7909a339e8c5db16c57989f7df53182fcdd907017cdd09eef",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:008b343789eb4b2aef06e0eace24fb651fe60e8851b9f86bf5aa8b5e6eba8092",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:3e002e9f28e23f909ff86d1fbd93f16f5fa23e4803988f99eab78fcb5ea968c2",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:aa67b8e3b4e6a9795ac9b1d96527d69bb4f202f78e89d42241b697cd2590637f",
                    "enabled": 1
                }
            },
            "stalld": {
                "100": {
                    "checksum": "sha256:bb467e55083903177f5b764521080eb672d20393c61f174a1797a4ed7634ff93",
                    "enabled": 1
                }
            },
            "stapserver": {
                "100": {
                    "checksum": "sha256:67d0f2920bcead63390df082d6e187d9317e6ac0330fbd2f40cc29b054845b16",
                    "enabled": 1
                }
            },
            "stratisd": {
                "100": {
                    "checksum": "sha256:7581441e9dd2586371712d1c173061e6e3c0085e8654c97940963b168a7ea3ef",
                    "enabled": 1
                }
            },
            "stunnel": {
                "100": {
                    "checksum": "sha256:b6dbad9b252aec8e5a939b3e08454119cbea8725c83e410c260d6a06a388cd8f",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:857ff8acea720516985a8942d946c75b39ab4150b8983cdc0ba3ed99c82d1885",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:9877c22302189668e7a948cfda4273f7455d6f2ecec0bb6e1f3ffb2a217dc9d0",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:bb2418014f2be4d6b143586490bba8f56ee56d0b6a938b795118fa204f829016",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:8ffa1ab3ff17d35c16b701936fb37a4a1f398c801c51310cc084cebc0acf4f7c",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:e35a582f0adf2097f4ed9f762ef61236019c35020c6e9d11087f8e05c31515ad",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:26c80707a4a08f665d249670d9329eda36af31bdbb084d49e72198221090b7b8",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:3d4405968a8c9095460ab7e66da67f4e1168eb7194d630559aa58b78bdb25135",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:b767e9a66c473f2e3bb06336f0119a220bf08ef4380333c16b19acd05fb40f6d",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:067e0063142bbecc07595ff809dde7c9b1709cc7e89c3190f11713ac2bdb8166",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:8be8dbcf7392331a36d09547dc7a136f37b21e7eefacc7a849dd3ea29a8c2f1a",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:61a7d4ed0bbad560b1507fb13a27cb80f0ba9177e188369ee0388e208ad9a86e",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:f90f0a080b7822408e608f8ace404c2b3a7cce145fafda16d16c39c90412dd7b",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:e876f3f8dc496189fa7344870ca42edfd421dda506dcaaeaac67881f1c4a9f13",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:28d44df10f515e1f265d7bbdf51a377351efaaf2831b6bcc1ced928a358436ac",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:7da89bf5c9cf25955b4516e9fa763239b7bb23084aad6a04c1933fd50cf315e9",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:05185332feaed95a99162df1b3dc2bfb37c879d514db78015c4c083ca57028fd",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:178828a7d7ff1c30a3df812905214bce9de2ca0744dbe4dfe01691deb01d629e",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:2a20802eaae04dc1cf81bd9149ebd4db8e88eec3388b2d50bf078826d24994f0",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:dffaeb8dd84c75f302c5cab90c3e892c5f6e6efa26167a9f8efe949ac613f99d",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:f29a6896ff0b88c513fe7998390aae2ebe6c1d6f5785e10c6ca33c6411a8bfdf",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:9fd7f4b68daa0c6c8597e029f0a269e89731c2169d3f5d296062ca682d4e3ebf",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:9c14537b3fc129bf5e108017c16a8b5175f1c8a50ccb9d578bedb620e0e32503",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:48d267290c8bb1bb35a48bede09286690dde4c2991be32256776137569f6c586",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:18a978369799a6144a4dd7e0cab365a6c200218e64b453a70dd501613de3e379",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:6455edecd5a99a3f6a3d28887408b6e4a65532965072d0733ba271e66712345b",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:80d528807e7b8e942a801bdfab3fc402dbc09163536462ccd8a678dcfba4725c",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:7f90ada00012cf15d357503034f98494f56c9f1e6bb82249e4a2092fe0991be5",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:cd675dd586c7bf94418a5fdddc2f87502970ec19911356ec1d628b109a339dcf",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:612f53a60d4b66f641a379ce5f96d27fe6214edf138a579be295d4fcabf28b94",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:a1fbd41ce1ac921d18a97dbcb741ce9a1cdd7fe6867c676400c648f713603052",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:1f9ddc44dd992f32b0bc2788c6310c5c48536a06bf8a2855ec52999d1b13f1ac",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:8674a308bc39857ae30458a7ffe592c50fa6c61ed9efbda30016b9f5fcc55cb8",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:6843c341541e72e6e070ecda04baf2244fbcd2c50e876e403ab218959f39e7da",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:81736986d7599acaab02dd9a6512d81ea7f59476edccbe71b3ef32da493f5cd2",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:77c24ef9ae5b3e19e29054146e0b09b7fed37fb70aff8e9d53e85e262050d22a",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:025da4e2c2b5788f98226701462c27cefe41ce6abb617c699a29f5568678dae7",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:7762b92e8c8abf9e77a3cc23071aa6ce461d57fc4c629858f23195fb7a74d789",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:7bf185d5031851326d2d108c0d70d9653b1dc80d77f9d7f58d66250df509245f",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:f69db7e7153bd486110c500cb4817d274c159179afc4aa01eb1b86af39f01483",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:8f0c31f0713ab3e13fcea14186a5b0e749791dd7de8967efe21b6b427d1e0378",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:2eb5e03e9e4a0a294e97adcaa6e188881917f403561330d4c585f24c0e8801f0",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:2348ef1729d8e40d4287325736452cce1c24fcdf5af11df06d315e6a3ac6acf6",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:ecfe0c70380e1129186a81bc8778fe5904c88fd9c616ad69851241dd57d7fd78",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:8c8faf892551960dce6c61dbc2145ee637921a7ff62cc96328978d9946024ebd",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:04f9af430360595438f29cdba50fe3ce96fbe3a59cd1396d168cf3be57469538",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:0ca9b42013b2afcc9270bb5764d8f2437c262987975947876c9500804321ddd8",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:e213b634c2093ebf894adad9287c670dd73e43c79538c1e11d6b0cff574fd23d",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:9d2650b10280e0ecbdbb20692515598049e290ebfb426eafa5c0b067a2d33bf1",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:e1a096c9fa1aa6c4244c3cf8340c14a67ba60ade122a7bb5167604c4cdc2e341",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:03ccc49fc408c718f89b93502f1a7073efc8d9f81d18bcb69cede46300340130",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:71544fa054595557124ab7098947a966e33b98584eb1345f955e754be531038e",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:57482e874ec657d4d2a5840a4de5524df24b14e974e1a19e42bffc12428a5eca",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:81379d3f5bd7462ef59a44e4e6bbc5d5261fc8633be7a7ed9da248b7ed47700a",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:f0cec2f5898981b4e2768802facb4eee17c42e46d8da58b20467d7fd5ba0ed3b",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:994f8fb7a32079d30b68a1cc4c51fe6a10e425c6145a689e32ac0053a2ded7c4",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:ec56ec85299e7b46853f9d34abae5c56aba7244054e48ac40cb4cf6dee602dc1",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:2750d4c101cacb336bb717f3beba2e0967ce6d957609f647e6f92966536894c6",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:c039f714e791b72444890960412088848de91a23b909cab26386369f6fa55b67",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:60940e6f75a00c73fd15eea03eb69aa8151b3457020034910aa0a2b714cc2241",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:92dfa4c75176cfa571f1310629ba5befe920f6cbbec03144aa23a87a1e27e2f3",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:1862f5d7cfb921ef8b6adf56afd19db431a8f1aca74a38f46a543b83c0d02ac7",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:ce38e8a07ff5e1061cc51311f31a91233e02fd23d57ee21b9977c02ae6e361c1",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:bf751940e6d5acd7944addf8099e67e309b367b70a5ffba89a437301b7251619",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:cf760718fd967208648f32ae3528e9d42e7e2933487d3052bd5809474fc577ec",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:bba64baddec0addb05ac038c6a89a5a0fab53e43d797d8353a8a209cd66ca4e2",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:4e20f61fbbe4afebaa084066e9e4c445c6d7d36e1254642bef5315313333ad40",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:d0b7718e1270a44a288569b8a2f8c0a4931ea45a4c4e04b6264e0ff4f7752283",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Tuesday 30 July 2024  20:22:46 -0400 (0:00:04.414)       0:00:20.625 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Tuesday 30 July 2024  20:22:46 -0400 (0:00:00.032)       0:00:20.658 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Tuesday 30 July 2024  20:22:46 -0400 (0:00:00.022)       0:00:20.681 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Tuesday 30 July 2024  20:22:46 -0400 (0:00:00.031)       0:00:20.712 ********** 
included: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed_node1

TASK [Generate certificates] ***************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Tuesday 30 July 2024  20:22:46 -0400 (0:00:00.076)       0:00:20.789 ********** 
included: fedora.linux_system_roles.certificate for managed_node1

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Tuesday 30 July 2024  20:22:46 -0400 (0:00:00.061)       0:00:20.850 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Tuesday 30 July 2024  20:22:46 -0400 (0:00:00.045)       0:00:20.896 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Tuesday 30 July 2024  20:22:46 -0400 (0:00:00.037)       0:00:20.934 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Tuesday 30 July 2024  20:22:47 -0400 (0:00:00.354)       0:00:21.288 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Tuesday 30 July 2024  20:22:47 -0400 (0:00:00.035)       0:00:21.323 ********** 
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"
}
skipping: [managed_node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed_node1] => (item=CentOS_9.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [managed_node1] => (item=CentOS_9.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Tuesday 30 July 2024  20:22:47 -0400 (0:00:00.079)       0:00:21.402 ********** 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: python3-pyasn1-0.4.8-6.el9.noarch",
        "Installed: python3-cffi-1.14.5-5.el9.x86_64",
        "Installed: python3-ply-3.11-14.el9.noarch",
        "Installed: python3-pycparser-2.20-6.el9.noarch",
        "Installed: python3-cryptography-36.0.1-4.el9.x86_64"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Tuesday 30 July 2024  20:22:50 -0400 (0:00:02.593)       0:00:23.996 ********** 
changed: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: certmonger-0.79.17-2.el9.x86_64",
        "Installed: python3-packaging-20.9-5.el9.noarch",
        "Installed: python3-pyparsing-2.4.7-9.el9.noarch"
    ]
}

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Tuesday 30 July 2024  20:22:52 -0400 (0:00:02.625)       0:00:26.622 ********** 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Tuesday 30 July 2024  20:22:53 -0400 (0:00:00.467)       0:00:27.089 ********** 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Tuesday 30 July 2024  20:22:53 -0400 (0:00:00.372)       0:00:27.462 ********** 
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": "system.slice syslog.target dbus.socket sysinit.target dbus-broker.service systemd-journald.socket network.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",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus-broker.service",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Tuesday 30 July 2024  20:22:54 -0400 (0:00:00.785)       0:00:28.247 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.870)       0:00:29.118 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.050)       0:00:29.168 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.032)       0:00:29.201 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.032)       0:00:29.233 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.048)       0:00:29.282 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.031)       0:00:29.314 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.029)       0:00:29.344 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.034)       0:00:29.378 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.029)       0:00:29.408 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.059)       0:00:29.467 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.033)       0:00:29.501 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.039)       0:00:29.541 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.037)       0:00:29.579 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.032)       0:00:29.611 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Tuesday 30 July 2024  20:22:55 -0400 (0:00:00.357)       0:00:29.969 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Tuesday 30 July 2024  20:22:56 -0400 (0:00:00.029)       0:00:29.999 ********** 
ok: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Tuesday 30 July 2024  20:22:56 -0400 (0:00:00.056)       0:00:30.055 ********** 
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Tuesday 30 July 2024  20:22:56 -0400 (0:00:00.068)       0:00:30.123 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Tuesday 30 July 2024  20:22:56 -0400 (0:00:00.073)       0:00:30.197 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Tuesday 30 July 2024  20:22:56 -0400 (0:00:00.035)       0:00:30.233 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Tuesday 30 July 2024  20:22:56 -0400 (0:00:00.026)       0:00:30.260 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Tuesday 30 July 2024  20:22:58 -0400 (0:00:01.146)       0:00:32.351 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2310.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Tuesday 30 July 2024  20:22:58 -0400 (0:00:00.076)       0:00:32.427 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Tuesday 30 July 2024  20:22:58 -0400 (0:00:00.038)       0:00:32.466 ********** 
ok: [managed_node1] => {}

MSG:

Rsyslog_version is 8.2310.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Tuesday 30 July 2024  20:22:58 -0400 (0:00:00.043)       0:00:32.509 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Tuesday 30 July 2024  20:22:58 -0400 (0:00:00.038)       0:00:32.547 ********** 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Tuesday 30 July 2024  20:22:58 -0400 (0:00:00.376)       0:00:32.924 ********** 
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": 59,
    "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Tuesday 30 July 2024  20:22:59 -0400 (0:00:00.377)       0:00:33.302 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Tuesday 30 July 2024  20:22:59 -0400 (0:00:00.383)       0:00:33.686 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Tuesday 30 July 2024  20:22:59 -0400 (0:00:00.100)       0:00:33.786 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Tuesday 30 July 2024  20:23:01 -0400 (0:00:01.481)       0:00:35.268 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.047)       0:00:35.316 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.054)       0:00:35.371 ********** 
ok: [managed_node1] => (item={'name': 'system_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.066)       0:00:35.437 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.154)       0:00:35.591 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.071)       0:00:35.663 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.045)       0:00:35.708 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.041)       0:00:35.750 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.048)       0:00:35.798 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.039)       0:00:35.838 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.077)       0:00:35.916 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:01 -0400 (0:00:00.041)       0:00:35.957 ********** 
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-1722385382.1688442-21780-79024744706006/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:02 -0400 (0:00:00.830)       0:00:36.788 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:02 -0400 (0:00:00.085)       0:00:36.874 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2
Tuesday 30 July 2024  20:23:03 -0400 (0:00:00.146)       0:00:37.020 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Tuesday 30 July 2024  20:23:03 -0400 (0:00:00.072)       0:00:37.093 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Tuesday 30 July 2024  20:23:03 -0400 (0:00:00.050)       0:00:37.144 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Tuesday 30 July 2024  20:23:03 -0400 (0:00:00.050)       0:00:37.195 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Tuesday 30 July 2024  20:23:03 -0400 (0:00:00.049)       0:00:37.245 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Tuesday 30 July 2024  20:23:03 -0400 (0:00:00.053)       0:00:37.298 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9
Tuesday 30 July 2024  20:23:03 -0400 (0:00:00.048)       0:00:37.346 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:03 -0400 (0:00:00.073)       0:00:37.420 ********** 
Notification for handler Restart rsyslogd has been saved.
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: librelp-1.10.0-5.el9.x86_64",
        "Installed: rsyslog-relp-8.2310.0-4.el9.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:05 -0400 (0:00:01.690)       0:00:39.110 ********** 
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-1722385385.227505-21812-39142404463875/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:05 -0400 (0:00:00.779)       0:00:39.889 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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-1722385385.227505-21812-39142404463875/.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-1722385385.227505-21812-39142404463875/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:05 -0400 (0:00:00.053)       0:00:39.943 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16
Tuesday 30 July 2024  20:23:06 -0400 (0:00:00.051)       0:00:39.994 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:06 -0400 (0:00:00.078)       0:00:40.072 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:06 -0400 (0:00:00.043)       0:00:40.116 ********** 
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      maxDataSize="16384"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
    "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      maxDataSize=\"16384\"\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": "8cf96eeebeed7fff1aacc171bfc5be00",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 548,
    "src": "/root/.ansible/tmp/ansible-tmp-1722385386.254641-21831-264281483992159/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:06 -0400 (0:00:00.763)       0:00:40.879 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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-1722385385.227505-21812-39142404463875/.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-1722385385.227505-21812-39142404463875/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722385386.254641-21831-264281483992159/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385386.254641-21831-264281483992159/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:06 -0400 (0:00:00.052)       0:00:40.932 ********** 
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      maxDataSize="16384"\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      maxDataSize=\"16384\"\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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2
Tuesday 30 July 2024  20:23:07 -0400 (0:00:00.116)       0:00:41.048 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Tuesday 30 July 2024  20:23:07 -0400 (0:00:00.070)       0:00:41.119 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Tuesday 30 July 2024  20:23:07 -0400 (0:00:00.090)       0:00:41.209 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Tuesday 30 July 2024  20:23:07 -0400 (0:00:00.052)       0:00:41.262 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Tuesday 30 July 2024  20:23:07 -0400 (0:00:00.053)       0:00:41.315 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Tuesday 30 July 2024  20:23:07 -0400 (0:00:00.054)       0:00:41.369 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9
Tuesday 30 July 2024  20:23:07 -0400 (0:00:00.046)       0:00:41.416 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:07 -0400 (0:00:00.080)       0:00:41.496 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:08 -0400 (0:00:00.940)       0:00:42.436 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:09 -0400 (0:00:00.655)       0:00:43.092 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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-1722385385.227505-21812-39142404463875/.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-1722385385.227505-21812-39142404463875/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722385386.254641-21831-264281483992159/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385386.254641-21831-264281483992159/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:09 -0400 (0:00:00.055)       0:00:43.147 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16
Tuesday 30 July 2024  20:23:09 -0400 (0:00:00.050)       0:00:43.197 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:09 -0400 (0:00:00.119)       0:00:43.317 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:09 -0400 (0:00:00.046)       0:00:43.364 ********** 
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      maxDataSize="16384"\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=["*.us-east-1.aws.redhat.com"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
    "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "52dfa555cefaad128f4eea95b92357f5",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 547,
    "src": "/root/.ansible/tmp/ansible-tmp-1722385389.5069084-21879-37947108373405/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:10 -0400 (0:00:00.768)       0:00: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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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-1722385385.227505-21812-39142404463875/.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-1722385385.227505-21812-39142404463875/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722385386.254641-21831-264281483992159/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385386.254641-21831-264281483992159/.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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722385389.5069084-21879-37947108373405/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385389.5069084-21879-37947108373405/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:10 -0400 (0:00:00.054)       0:00:44.186 ********** 
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      maxDataSize="16384"\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=["*.us-east-1.aws.redhat.com"]\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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Tuesday 30 July 2024  20:23:10 -0400 (0:00:00.114)       0:00:44.300 ********** 
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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Tuesday 30 July 2024  20:23:10 -0400 (0:00:00.059)       0:00:44.359 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Tuesday 30 July 2024  20:23:10 -0400 (0:00:00.092)       0:00:44.452 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:10 -0400 (0:00:00.069)       0:00:44.522 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:10 -0400 (0:00:00.041)       0:00:44.564 ********** 
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-1722385390.6397593-21900-23618442128519/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:11 -0400 (0:00:00.693)       0:00:45.257 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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-1722385385.227505-21812-39142404463875/.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-1722385385.227505-21812-39142404463875/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722385386.254641-21831-264281483992159/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385386.254641-21831-264281483992159/.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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722385389.5069084-21879-37947108373405/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385389.5069084-21879-37947108373405/.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-1722385390.6397593-21900-23618442128519/.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-1722385390.6397593-21900-23618442128519/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:11 -0400 (0:00:00.139)       0:00:45.397 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Tuesday 30 July 2024  20:23:11 -0400 (0:00:00.051)       0:00:45.449 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:11 -0400 (0:00:00.071)       0:00:45.520 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:11 -0400 (0:00:00.042)       0:00:45.562 ********** 
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-1722385391.7014365-21919-40839139954295/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:12 -0400 (0:00:00.764)       0:00:46.327 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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-1722385385.227505-21812-39142404463875/.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-1722385385.227505-21812-39142404463875/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722385386.254641-21831-264281483992159/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385386.254641-21831-264281483992159/.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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722385389.5069084-21879-37947108373405/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385389.5069084-21879-37947108373405/.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-1722385390.6397593-21900-23618442128519/.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-1722385390.6397593-21900-23618442128519/.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-1722385391.7014365-21919-40839139954295/.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-1722385391.7014365-21919-40839139954295/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:12 -0400 (0:00:00.058)       0:00:46.385 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3
Tuesday 30 July 2024  20:23:12 -0400 (0:00:00.115)       0:00:46.501 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:12 -0400 (0:00:00.069)       0:00:46.571 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:12 -0400 (0:00:00.044)       0:00:46.615 ********** 
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-1722385392.6938217-21938-205955941688500/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:13 -0400 (0:00:00.741)       0:00:47.357 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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-1722385385.227505-21812-39142404463875/.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-1722385385.227505-21812-39142404463875/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722385386.254641-21831-264281483992159/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385386.254641-21831-264281483992159/.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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722385389.5069084-21879-37947108373405/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385389.5069084-21879-37947108373405/.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-1722385390.6397593-21900-23618442128519/.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-1722385390.6397593-21900-23618442128519/.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-1722385391.7014365-21919-40839139954295/.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-1722385391.7014365-21919-40839139954295/.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-1722385392.6938217-21938-205955941688500/.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-1722385392.6938217-21938-205955941688500/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:13 -0400 (0:00:00.059)       0:00:47.416 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10
Tuesday 30 July 2024  20:23:13 -0400 (0:00:00.050)       0:00:47.466 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:23:13 -0400 (0:00:00.072)       0:00:47.539 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:23:13 -0400 (0:00:00.044)       0:00:47.583 ********** 
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-1722385393.720152-21957-51004026618044/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.761)       0:00:48.345 ********** 
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-1722385379.866437-21740-164852850689410/.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-1722385379.866437-21740-164852850689410/.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-1722385380.628171-21740-6389333549738/.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-1722385380.628171-21740-6389333549738/.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-1722385382.1688442-21780-79024744706006/.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-1722385382.1688442-21780-79024744706006/.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-1722385385.227505-21812-39142404463875/.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-1722385385.227505-21812-39142404463875/.source.conf",
                        "state": "file",
                        "uid": 0
                    }
                ],
                "skipped": false
            },
            {
                "changed": true,
                "msg": "All items completed",
                "results": [
                    {
                        "ansible_loop_var": "inner_item",
                        "changed": true,
                        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                        "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      maxDataSize=\"16384\"\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": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
                                "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-1722385386.254641-21831-264281483992159/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "8cf96eeebeed7fff1aacc171bfc5be00",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 548,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385386.254641-21831-264281483992159/.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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                        "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      maxDataSize=\"16384\"\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=[\"*.us-east-1.aws.redhat.com\"]\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": "3db742531c20fdaabeb2221d6cf7bce996163db1",
                                "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-1722385389.5069084-21879-37947108373405/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "52dfa555cefaad128f4eea95b92357f5",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 547,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385389.5069084-21879-37947108373405/.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-1722385390.6397593-21900-23618442128519/.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-1722385390.6397593-21900-23618442128519/.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-1722385391.7014365-21919-40839139954295/.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-1722385391.7014365-21919-40839139954295/.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-1722385392.6938217-21938-205955941688500/.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-1722385392.6938217-21938-205955941688500/.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-1722385393.720152-21957-51004026618044/.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-1722385393.720152-21957-51004026618044/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.060)       0:00:48.405 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.109)       0:00:48.515 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.038)       0:00:48.554 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.052)       0:00:48.607 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.048)       0:00:48.655 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.100)       0:00:48.755 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.054)       0:00:48.810 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.050)       0:00:48.860 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Tuesday 30 July 2024  20:23:14 -0400 (0:00:00.053)       0:00:48.913 ********** 
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": "network-online.target sysinit.target basic.target system.slice network.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_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "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": "yes",
        "ProtectHome": "read-only",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "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",
        "RestartUSec": "100ms",
        "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network.target network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Tuesday 30 July 2024  20:23:15 -0400 (0:00:00.707)       0:00:49.621 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Tuesday 30 July 2024  20:23:15 -0400 (0:00:00.040)       0:00:49.662 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Tuesday 30 July 2024  20:23:15 -0400 (0:00:00.038)       0:00:49.700 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Tuesday 30 July 2024  20:23:15 -0400 (0:00:00.044)       0:00:49.745 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385330.4443243,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a7dd531fc2e3ba5ad28c868fcbd027874086c85b",
        "ctime": 1722385322.3553214,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 2360863,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1704700020.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3380,
        "uid": 0,
        "version": "1756774314",
        "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Tuesday 30 July 2024  20:23:16 -0400 (0:00:00.379)       0:00:50.124 ********** 
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-1722385396.1860957-22000-242104281637319/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:73
Tuesday 30 July 2024  20:23:16 -0400 (0:00:00.735)       0:00:50.860 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Tuesday 30 July 2024  20:23:16 -0400 (0:00:00.081)       0:00:50.941 ********** 
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": "network-online.target network.target 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_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "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": "yes",
        "ProtectHome": "read-only",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "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",
        "RestartUSec": "100ms",
        "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target network.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [Ensure config file size and counts] **************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:76
Tuesday 30 July 2024  20:23:17 -0400 (0:00:00.666)       0:00:51.608 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Tuesday 30 July 2024  20:23:17 -0400 (0:00:00.069)       0:00:51.677 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385397.4523456,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1722385396.7613454,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 241172806,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1704700020.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "2755538673",
        "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Tuesday 30 July 2024  20:23:18 -0400 (0:00:00.375)       0:00:52.053 ********** 
ok: [managed_node1] => {
    "changed": false,
    "examined": 10,
    "files": [
        {
            "atime": 1722385397.4523456,
            "ctime": 1722385380.5363402,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 153092422,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385380.1873403,
            "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": 1722385397.4523456,
            "ctime": 1722385381.2133405,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 159383878,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385380.9473405,
            "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": 1722385397.4523456,
            "ctime": 1722385382.735341,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 165675207,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385382.474341,
            "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": 1722385388.779343,
            "ctime": 1722385385.800342,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 178258119,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385385.5373418,
            "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
        },
        {
            "atime": 1722385397.4523456,
            "ctime": 1722385386.8253424,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 184549577,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385386.5623422,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 548,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722385397.4523456,
            "ctime": 1722385390.0783434,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 201326918,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385389.8173432,
            "nlink": 1,
            "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 547,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722385397.4523456,
            "ctime": 1722385391.2053437,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 207618247,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385390.9463437,
            "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": 1722385397.4523456,
            "ctime": 1722385392.273344,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 213909716,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385392.012344,
            "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": 1722385397.4523456,
            "ctime": 1722385393.2643445,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 220201159,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385393.0043442,
            "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": 1722385397.4523456,
            "ctime": 1722385394.2883446,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 226492678,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385394.0283446,
            "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
        }
    ],
    "matched": 10,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Tuesday 30 July 2024  20:23:18 -0400 (0:00:00.453)       0:00:52.506 ********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Tuesday 30 July 2024  20:23:18 -0400 (0:00:00.042)       0:00:52.549 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Tuesday 30 July 2024  20:23:18 -0400 (0:00:00.037)       0:00:52.586 ********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Tuesday 30 July 2024  20:23:18 -0400 (0:00:00.038)       0:00:52.625 ********** 
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": 1722385397.4523456,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5ac711bb2a485fc0df3ae541ca92d9d390a066d9",
        "ctime": 1722385386.8253424,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 184549577,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722385386.5623422,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 548,
        "uid": 0,
        "version": "1091305420",
        "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": 1722385397.4523456,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "3db742531c20fdaabeb2221d6cf7bce996163db1",
        "ctime": 1722385390.0783434,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 201326918,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722385389.8173432,
        "nlink": 1,
        "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 547,
        "uid": 0,
        "version": "2747700780",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Tuesday 30 July 2024  20:23:19 -0400 (0:00:00.732)       0:00:53.358 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__check_systemctl_status == \"true\"",
    "skip_reason": "Conditional result was False"
}

TASK [Install lsof] ************************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86
Tuesday 30 July 2024  20:23:19 -0400 (0:00:00.074)       0:00:53.432 ********** 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: lsof-4.94.0-3.el9.x86_64"
    ]
}

TASK [Check lsof outputs for rsyslogd] *****************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:92
Tuesday 30 July 2024  20:23:21 -0400 (0:00:01.603)       0:00:55.036 ********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd",
    "delta": "0:00:00.032531",
    "end": "2024-07-30 20:23:21.468005",
    "rc": 0,
    "start": "2024-07-30 20:23:21.435474"
}

STDOUT:

rsyslogd  155576   root    4u  IPv4 279764      0t0  TCP *:6514 (LISTEN)
rsyslogd  155576   root    5u  IPv6 279765      0t0  TCP *:6514 (LISTEN)
rsyslogd  155576   root    6u  IPv4 279767      0t0  TCP *:20514 (LISTEN)
rsyslogd  155576   root    7u  IPv6 279768      0t0  TCP *:20514 (LISTEN)

TASK [Show lsof output] ********************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:99
Tuesday 30 July 2024  20:23:21 -0400 (0:00:00.482)       0:00:55.518 ********** 
ok: [managed_node1] => {}

MSG:

lsof returned rsyslogd  155576   root    4u  IPv4 279764      0t0  TCP *:6514 (LISTEN)
rsyslogd  155576   root    5u  IPv6 279765      0t0  TCP *:6514 (LISTEN)
rsyslogd  155576   root    6u  IPv4 279767      0t0  TCP *:20514 (LISTEN)
rsyslogd  155576   root    7u  IPv6 279768      0t0  TCP *:20514 (LISTEN)

TASK [Check port 6514, 20514 are open for TCP] *********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:103
Tuesday 30 July 2024  20:23:21 -0400 (0:00:00.037)       0:00:55.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.025744",
    "end": "2024-07-30 20:23:21.888122",
    "item": 6514,
    "rc": 0,
    "start": "2024-07-30 20:23:21.862378"
}

STDOUT:

rsyslogd  155576   root    4u  IPv4 279764      0t0  TCP *:6514 (LISTEN)
rsyslogd  155576   root    5u  IPv6 279765      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.022984",
    "end": "2024-07-30 20:23:22.231063",
    "item": 20514,
    "rc": 0,
    "start": "2024-07-30 20:23:22.208079"
}

STDOUT:

rsyslogd  155576   root    6u  IPv4 279767      0t0  TCP *:20514 (LISTEN)
rsyslogd  155576   root    7u  IPv6 279768      0t0  TCP *:20514 (LISTEN)

TASK [Check the flows in relp_server0 - 0] *************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:111
Tuesday 30 July 2024  20:23:22 -0400 (0:00:00.725)       0:00:56.282 ********** 
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.005344",
    "end": "2024-07-30 20:23:22.591934",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:22.586590"
}

STDOUT:

2

TASK [Check the flows in relp_server0 - 1] *************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:119
Tuesday 30 July 2024  20:23:22 -0400 (0:00:00.361)       0:00:56.643 ********** 
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.006314",
    "end": "2024-07-30 20:23:22.955494",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:22.949180"
}

STDOUT:

1

TASK [Check the ca cert in relp_server0 - 0] ***********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:127
Tuesday 30 July 2024  20:23:23 -0400 (0:00:00.364)       0:00:57.007 ********** 
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.005262",
    "end": "2024-07-30 20:23:23.319640",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:23.314378"
}

STDOUT:

1

TASK [Check the ca cert in relp_server0 - 1] ***********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:135
Tuesday 30 July 2024  20:23:23 -0400 (0:00:00.364)       0:00:57.372 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385374.9453385,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "f9c1be912876db1af68cfe81d07e22ded513c847",
        "ctime": 1722385374.9433386,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4642563,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722385374.9433386,
        "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": "1784437241",
        "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:139
Tuesday 30 July 2024  20:23:23 -0400 (0:00:00.366)       0:00:57.738 ********** 
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.005525",
    "end": "2024-07-30 20:23:24.049793",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:24.044268"
}

STDOUT:

1

TASK [Check the cert in relp_server0 - 1] **************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:147
Tuesday 30 July 2024  20:23:24 -0400 (0:00:00.363)       0:00:58.101 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385374.9453385,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "f9c1be912876db1af68cfe81d07e22ded513c847",
        "ctime": 1722385374.9433386,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4642563,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722385374.9433386,
        "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": "1784437241",
        "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:151
Tuesday 30 July 2024  20:23:24 -0400 (0:00:00.369)       0:00:58.471 ********** 
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.005624",
    "end": "2024-07-30 20:23:24.781339",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:24.775715"
}

STDOUT:

1

TASK [Check the private key in relp_server0 - 1] *******************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:159
Tuesday 30 July 2024  20:23:24 -0400 (0:00:00.361)       0:00:58.833 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385397.4603457,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "1f37bc8f2cc3b41bbbed38bb31b632934585c1e6",
        "ctime": 1722385374.9433386,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 2449080,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722385374.9433386,
        "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": "2720306840",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check tls.permittedpeer in relp_server0] *********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:163
Tuesday 30 July 2024  20:23:25 -0400 (0:00:00.408)       0:00:59.241 ********** 
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.005578",
    "end": "2024-07-30 20:23:25.554066",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:25.548488"
}

STDOUT:

1

TASK [Check tls.permittedpeer in relp_server1] *********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:171
Tuesday 30 July 2024  20:23:25 -0400 (0:00:00.364)       0:00:59.605 ********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.us-east-1.aws.redhat.com\\\"\\]\" \"/etc/rsyslog.d/11-input-relp-relp_server1.conf\" | wc -l",
    "delta": "0:00:00.005268",
    "end": "2024-07-30 20:23:25.918440",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:25.913172"
}

STDOUT:

1

TASK [Check maxDataSize is logging_max_message_size] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:182
Tuesday 30 July 2024  20:23:25 -0400 (0:00:00.365)       0:00:59.971 ********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "grep",
        "-c",
        "maxDataSize=\"16384\"",
        "/etc/rsyslog.d/11-input-relp-relp_server0.conf"
    ],
    "delta": "0:00:00.003386",
    "end": "2024-07-30 20:23:26.288484",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:26.285098"
}

STDOUT:

1

TASK [Check preserveFQDN is on] ************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:193
Tuesday 30 July 2024  20:23:26 -0400 (0:00:00.369)       0:01:00.340 ********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "grep",
        "-c",
        "preserveFQDN=\"on\"",
        "/etc/rsyslog.d/00-global.conf"
    ],
    "delta": "0:00:00.003115",
    "end": "2024-07-30 20:23:26.652742",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:26.649627"
}

STDOUT:

1

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:199
Tuesday 30 July 2024  20:23:26 -0400 (0:00:00.364)       0:01:00.704 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Tuesday 30 July 2024  20:23:26 -0400 (0:00:00.071)       0:01:00.776 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Tuesday 30 July 2024  20:23:26 -0400 (0:00:00.040)       0:01:00.816 ********** 
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.236173",
    "end": "2024-07-30 20:23:27.367351",
    "item": 6514,
    "rc": 0,
    "start": "2024-07-30 20:23:27.131178"
}

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.226772",
    "end": "2024-07-30 20:23:27.929628",
    "item": 20514,
    "rc": 0,
    "start": "2024-07-30 20:23:27.702856"
}

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.225829",
    "end": "2024-07-30 20:23:28.482512",
    "item": 1514,
    "rc": 0,
    "start": "2024-07-30 20:23:28.256683"
}

STDOUT:

1514/tcp 6514/tcp 20514/tcp

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Tuesday 30 July 2024  20:23:28 -0400 (0:00:01.719)       0:01:02.535 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Tuesday 30 July 2024  20:23:28 -0400 (0:00:00.032)       0:01:02.567 ********** 
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.313178",
    "end": "2024-07-30 20:23:29.199499",
    "item": 6514,
    "rc": 0,
    "start": "2024-07-30 20:23:28.886321"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514
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.306665",
    "end": "2024-07-30 20:23:29.840140",
    "item": 20514,
    "rc": 0,
    "start": "2024-07-30 20:23:29.533475"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514
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.302610",
    "end": "2024-07-30 20:23:30.467656",
    "item": 1514,
    "rc": 0,
    "start": "2024-07-30 20:23:30.165046"
}

STDOUT:

syslogd_port_t                 tcp      2514, 1514, 44514

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Tuesday 30 July 2024  20:23:30 -0400 (0:00:01.951)       0:01:04.519 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Set firewall and selinux to false for cleanup] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:202
Tuesday 30 July 2024  20:23:30 -0400 (0:00:00.033)       0:01:04.552 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:207
Tuesday 30 July 2024  20:23:30 -0400 (0:00:00.075)       0:01:04.628 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Tuesday 30 July 2024  20:23:30 -0400 (0:00:00.097)       0:01:04.726 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Tuesday 30 July 2024  20:23:30 -0400 (0:00:00.051)       0:01:04.777 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Tuesday 30 July 2024  20:23:30 -0400 (0:00:00.050)       0:01:04.828 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Tuesday 30 July 2024  20:23:30 -0400 (0:00:00.049)       0:01:04.877 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Tuesday 30 July 2024  20:23:30 -0400 (0:00:00.045)       0:01:04.923 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Tuesday 30 July 2024  20:23:30 -0400 (0:00:00.049)       0:01:04.973 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.033)       0:01:05.007 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.082)       0:01:05.090 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.047)       0:01:05.137 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.085)       0:01:05.223 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.049)       0:01:05.272 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.047)       0:01:05.320 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.045)       0:01:05.365 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.042)       0:01:05.408 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.046)       0:01:05.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 (with tls)] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.044)       0:01:05.499 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.043)       0:01:05.542 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.044)       0:01:05.586 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.045)       0:01:05.632 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.047)       0:01:05.679 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.044)       0:01:05.723 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.085)       0:01:05.809 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.046)       0:01:05.855 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.079)       0:01:05.935 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Tuesday 30 July 2024  20:23:31 -0400 (0:00:00.045)       0:01:05.980 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.038)       0:01:06.018 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.039)       0:01:06.058 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.045)       0:01:06.103 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.081)       0:01:06.185 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.045)       0:01:06.230 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.031)       0:01:06.262 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.073)       0:01:06.335 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.033)       0:01:06.369 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.034)       0:01:06.403 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.046)       0:01:06.450 ********** 
included: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed_node1

TASK [Generate certificates] ***************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.081)       0:01:06.532 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.045)       0:01:06.578 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.043)       0:01:06.621 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.043)       0:01:06.665 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.044)       0:01:06.709 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.044)       0:01:06.754 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.044)       0:01:06.798 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.089)       0:01:06.887 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Tuesday 30 July 2024  20:23:32 -0400 (0:00:00.062)       0:01:06.950 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Tuesday 30 July 2024  20:23:33 -0400 (0:00:00.059)       0:01:07.010 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Tuesday 30 July 2024  20:23:33 -0400 (0:00:00.048)       0:01:07.059 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Tuesday 30 July 2024  20:23:33 -0400 (0:00:00.038)       0:01:07.097 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Tuesday 30 July 2024  20:23:33 -0400 (0:00:00.038)       0:01:07.136 ********** 
ok: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Tuesday 30 July 2024  20:23:33 -0400 (0:00:00.076)       0:01:07.213 ********** 
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Tuesday 30 July 2024  20:23:33 -0400 (0:00:00.082)       0:01:07.295 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Tuesday 30 July 2024  20:23:33 -0400 (0:00:00.132)       0:01:07.427 ********** 
ok: [managed_node1] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.027674",
    "end": "2024-07-30 20:23:33.776950",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-07-30 20:23:33.749276"
}
ok: [managed_node1] => (item=rsyslog) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "rsyslog"
    ],
    "delta": "0:00:00.039631",
    "end": "2024-07-30 20:23:34.150086",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 1,
    "start": "2024-07-30 20:23:34.110455"
}

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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Tuesday 30 July 2024  20:23:34 -0400 (0:00:00.775)       0:01:08.202 ********** 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: rsyslog-8.2310.0-4.el9.x86_64",
        "Removed: rsyslog-logrotate-8.2310.0-4.el9.x86_64",
        "Removed: iproute-6.2.0-5.el9.x86_64",
        "Removed: rsyslog-relp-8.2310.0-4.el9.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Tuesday 30 July 2024  20:23:36 -0400 (0:00:01.944)       0:01:10.147 ********** 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-8.2310.0-4.el9.x86_64",
        "Installed: rsyslog-logrotate-8.2310.0-4.el9.x86_64",
        "Installed: iproute-6.2.0-5.el9.x86_64"
    ]
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Tuesday 30 July 2024  20:23:39 -0400 (0:00:00.906)       0:01:13.939 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2310.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Tuesday 30 July 2024  20:23:40 -0400 (0:00:00.046)       0:01:13.986 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Tuesday 30 July 2024  20:23:40 -0400 (0:00:00.039)       0:01:14.025 ********** 
ok: [managed_node1] => {}

MSG:

Rsyslog_version is 8.2310.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Tuesday 30 July 2024  20:23:40 -0400 (0:00:00.042)       0:01:14.068 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Tuesday 30 July 2024  20:23:40 -0400 (0:00:00.037)       0:01:14.105 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Tuesday 30 July 2024  20:23:40 -0400 (0:00:00.420)       0:01:14.526 ********** 
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": 59,
    "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Tuesday 30 July 2024  20:23:40 -0400 (0:00:00.374)       0:01:14.901 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.376)       0:01:15.277 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.108)       0:01:15.385 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.054)       0:01:15.440 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.047)       0:01:15.487 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.052)       0:01:15.540 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.032)       0:01:15.572 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.041)       0:01:15.613 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.034)       0:01:15.648 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Tuesday 30 July 2024  20:23:41 -0400 (0:00:00.031)       0:01:15.679 ********** 
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.073565",
    "end": "2024-07-30 20:23:42.069363",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:23:41.995798"
}

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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Tuesday 30 July 2024  20:23:42 -0400 (0:00:00.443)       0:01:16.122 ********** 
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/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/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/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/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/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"
}
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/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/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-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"
}
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Tuesday 30 July 2024  20:23:45 -0400 (0:00:03.550)       0:01:19.673 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Tuesday 30 July 2024  20:23:45 -0400 (0:00:00.046)       0:01:19.719 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Tuesday 30 July 2024  20:23:45 -0400 (0:00:00.059)       0:01:19.778 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Tuesday 30 July 2024  20:23:45 -0400 (0:00:00.048)       0:01:19.827 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Tuesday 30 July 2024  20:23:45 -0400 (0:00:00.047)       0:01:19.875 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Tuesday 30 July 2024  20:23:45 -0400 (0:00:00.052)       0:01:19.927 ********** 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2024-07-30 20:23:17 EDT",
        "ActiveEnterTimestampMonotonic": "1141983560",
        "ActiveExitTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "ActiveExitTimestampMonotonic": "1159716446",
        "ActiveState": "inactive",
        "After": "network-online.target network.target sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:23:17 EDT",
        "AssertTimestampMonotonic": "1141924858",
        "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": "68958000",
        "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_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": "Tue 2024-07-30 20:23:17 EDT",
        "ConditionTimestampMonotonic": "1141924854",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "ExecMainExitTimestampMonotonic": "1160080935",
        "ExecMainPID": "155576",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:23:17 EDT",
        "ExecMainStartTimestampMonotonic": "1141934167",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "InactiveEnterTimestampMonotonic": "1160081125",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:23:17 EDT",
        "InactiveExitTimestampMonotonic": "1141934532",
        "InvocationID": "e119a93144de4a43bb8138717726ffc1",
        "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "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": "yes",
        "ProtectHome": "read-only",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "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",
        "RestartUSec": "100ms",
        "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "StateChangeTimestampMonotonic": "1160081125",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target network.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Tuesday 30 July 2024  20:23:46 -0400 (0:00:00.532)       0:01:20.460 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Tuesday 30 July 2024  20:23:46 -0400 (0:00:00.040)       0:01:20.500 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Tuesday 30 July 2024  20:23:46 -0400 (0:00:00.038)       0:01:20.539 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Tuesday 30 July 2024  20:23:46 -0400 (0:00:00.043)       0:01:20.583 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Tuesday 30 July 2024  20:23:46 -0400 (0:00:00.043)       0:01:20.627 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:219
Tuesday 30 July 2024  20:23:46 -0400 (0:00:00.131)       0:01:20.759 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Tuesday 30 July 2024  20:23:46 -0400 (0:00:00.041)       0:01:20.800 ********** 
changed: [managed_node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2024-07-30 20:23:17 EDT",
        "ActiveEnterTimestampMonotonic": "1141983560",
        "ActiveExitTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "ActiveExitTimestampMonotonic": "1159716446",
        "ActiveState": "inactive",
        "After": "network-online.target network.target sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:23:17 EDT",
        "AssertTimestampMonotonic": "1141924858",
        "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": "68958000",
        "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_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": "Tue 2024-07-30 20:23:17 EDT",
        "ConditionTimestampMonotonic": "1141924854",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "ExecMainExitTimestampMonotonic": "1160080935",
        "ExecMainPID": "155576",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:23:17 EDT",
        "ExecMainStartTimestampMonotonic": "1141934167",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "InactiveEnterTimestampMonotonic": "1160081125",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:23:17 EDT",
        "InactiveExitTimestampMonotonic": "1141934532",
        "InvocationID": "e119a93144de4a43bb8138717726ffc1",
        "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "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": "yes",
        "ProtectHome": "read-only",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "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",
        "RestartUSec": "100ms",
        "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "StateChangeTimestampMonotonic": "1160081125",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target network.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:222
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.563)       0:01:21.363 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.076)       0:01:21.440 ********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.046)       0:01:21.487 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.035)       0:01:21.522 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.032)       0:01:21.555 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.040)       0:01:21.596 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Set firewall true and selinux false] *************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:228
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.074)       0:01:21.671 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:233
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.038)       0:01:21.709 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.110)       0:01:21.819 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.060)       0:01:21.879 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Tuesday 30 July 2024  20:23:47 -0400 (0:00:00.057)       0:01:21.937 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.052)       0:01:21.990 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.042)       0:01:22.033 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.054)       0:01:22.087 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.056)       0:01:22.144 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.077)       0:01:22.221 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.091)       0:01:22.312 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.050)       0:01:22.363 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.048)       0:01:22.411 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.046)       0:01:22.457 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.057)       0:01:22.515 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.062)       0:01:22.578 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.060)       0:01:22.638 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.062)       0:01:22.701 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.063)       0:01:22.765 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.057)       0:01:22.822 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.064)       0:01:22.887 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Tuesday 30 July 2024  20:23:48 -0400 (0:00:00.054)       0:01:22.941 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.101)       0:01:23.043 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.058)       0:01:23.102 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.058)       0:01:23.160 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.082)       0:01:23.242 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.050)       0:01:23.292 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.075)       0:01:23.367 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.040)       0:01:23.408 ********** 
included: fedora.linux_system_roles.firewall for managed_node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.093)       0:01:23.501 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.124)       0:01:23.626 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.056)       0:01:23.682 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.048)       0:01:23.730 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.048)       0:01:23.779 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.049)       0:01:23.829 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 30 July 2024  20:23:49 -0400 (0:00:00.048)       0:01:23.877 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 30 July 2024  20:23:50 -0400 (0:00:00.945)       0:01:24.823 ********** 
skipping: [managed_node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 30 July 2024  20:23:50 -0400 (0:00:00.050)       0:01:24.874 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 30 July 2024  20:23:50 -0400 (0:00:00.046)       0:01:24.920 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 30 July 2024  20:23:50 -0400 (0:00:00.048)       0:01:24.969 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 30 July 2024  20:23:51 -0400 (0:00:00.047)       0:01:25.017 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 30 July 2024  20:23:51 -0400 (0:00:00.071)       0:01:25.089 ********** 
ok: [managed_node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2024-07-30 20:22:32 EDT",
        "ActiveEnterTimestampMonotonic": "1096557241",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target system.slice dbus-broker.service dbus.socket sysinit.target polkit.service",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:22:31 EDT",
        "AssertTimestampMonotonic": "1095921634",
        "Before": "shutdown.target network-pre.target multi-user.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": "1006041000",
        "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": "Tue 2024-07-30 20:22:31 EDT",
        "ConditionTimestampMonotonic": "1095921630",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service ip6tables.service iptables.service ipset.service nftables.service shutdown.target",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "11688",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "149525",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:22:31 EDT",
        "ExecMainStartTimestampMonotonic": "1095932166",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:22:31 EDT",
        "InactiveExitTimestampMonotonic": "1095932481",
        "InvocationID": "19513676396b46b5a105021f695b729e",
        "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "149525",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "32886784",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "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": "system.slice sysinit.target dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:23:38 EDT",
        "StateChangeTimestampMonotonic": "1163030129",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 30 July 2024  20:23:51 -0400 (0:00:00.597)       0:01:25.686 ********** 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2024-07-30 20:22:32 EDT",
        "ActiveEnterTimestampMonotonic": "1096557241",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target system.slice dbus-broker.service dbus.socket sysinit.target polkit.service",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:22:31 EDT",
        "AssertTimestampMonotonic": "1095921634",
        "Before": "shutdown.target network-pre.target multi-user.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": "1006041000",
        "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": "Tue 2024-07-30 20:22:31 EDT",
        "ConditionTimestampMonotonic": "1095921630",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service ip6tables.service iptables.service ipset.service nftables.service shutdown.target",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "11688",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "149525",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:22:31 EDT",
        "ExecMainStartTimestampMonotonic": "1095932166",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:22:31 EDT",
        "InactiveExitTimestampMonotonic": "1095932481",
        "InvocationID": "19513676396b46b5a105021f695b729e",
        "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "149525",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "32886784",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "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": "system.slice sysinit.target dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:23:38 EDT",
        "StateChangeTimestampMonotonic": "1163030129",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "2",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 30 July 2024  20:23:52 -0400 (0:00:00.543)       0:01:26.229 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.9",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 30 July 2024  20:23:52 -0400 (0:00:00.057)       0:01:26.286 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 30 July 2024  20:23:52 -0400 (0:00:00.049)       0:01:26.335 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 30 July 2024  20:23:52 -0400 (0:00:00.050)       0:01:26.386 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Tuesday 30 July 2024  20:23:53 -0400 (0:00:01.060)       0:01:27.446 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Tuesday 30 July 2024  20:23:53 -0400 (0:00:00.065)       0:01:27.512 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Tuesday 30 July 2024  20:23:53 -0400 (0:00:00.053)       0:01:27.566 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Tuesday 30 July 2024  20:23:53 -0400 (0:00:00.049)       0:01:27.615 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Tuesday 30 July 2024  20:23:53 -0400 (0:00:00.048)       0:01:27.664 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Tuesday 30 July 2024  20:23:53 -0400 (0:00:00.046)       0:01:27.710 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Tuesday 30 July 2024  20:23:53 -0400 (0:00:00.046)       0:01:27.757 ********** 
skipping: [managed_node1] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Tuesday 30 July 2024  20:23:53 -0400 (0:00:00.112)       0:01:27.869 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Tuesday 30 July 2024  20:23:53 -0400 (0:00:00.084)       0:01:27.954 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.049)       0:01:28.003 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.032)       0:01:28.035 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.067)       0:01:28.103 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.035)       0:01:28.138 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.033)       0:01:28.172 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.093)       0:01:28.265 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.121)       0:01:28.386 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.056)       0:01:28.443 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.079)       0:01:28.523 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.047)       0:01:28.571 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.047)       0:01:28.618 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.046)       0:01:28.664 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.048)       0:01:28.713 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Tuesday 30 July 2024  20:23:54 -0400 (0:00:00.045)       0:01:28.759 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Tuesday 30 July 2024  20:23:55 -0400 (0:00:00.924)       0:01:29.684 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Tuesday 30 July 2024  20:23:55 -0400 (0:00:00.050)       0:01:29.734 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Tuesday 30 July 2024  20:23:56 -0400 (0:00:00.913)       0:01:30.648 ********** 
skipping: [managed_node1] => {
    "false_condition": "__selinux_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Tuesday 30 July 2024  20:23:56 -0400 (0:00:00.146)       0:01:30.795 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Tuesday 30 July 2024  20:23:56 -0400 (0:00:00.050)       0:01:30.846 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Tuesday 30 July 2024  20:23:56 -0400 (0:00:00.047)       0:01:30.893 ********** 
ok: [managed_node1]

TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Tuesday 30 July 2024  20:23:57 -0400 (0:00:00.783)       0:01:31.677 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Tuesday 30 July 2024  20:23:57 -0400 (0:00:00.048)       0:01:31.726 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Tuesday 30 July 2024  20:23:57 -0400 (0:00:00.048)       0:01:31.774 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Tuesday 30 July 2024  20:23:57 -0400 (0:00:00.051)       0:01:31.825 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Tuesday 30 July 2024  20:23:57 -0400 (0:00:00.044)       0:01:31.870 ********** 
skipping: [managed_node1] => {
    "false_condition": "ansible_selinux.status == \"disabled\""
}

TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Tuesday 30 July 2024  20:23:57 -0400 (0:00:00.046)       0:01:31.916 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Tuesday 30 July 2024  20:23:57 -0400 (0:00:00.045)       0:01:31.961 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Tuesday 30 July 2024  20:23:58 -0400 (0:00:00.045)       0:01:32.006 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Tuesday 30 July 2024  20:23:58 -0400 (0:00:00.046)       0:01:32.053 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Tuesday 30 July 2024  20:23:58 -0400 (0:00:00.094)       0:01:32.147 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Tuesday 30 July 2024  20:23:58 -0400 (0:00:00.048)       0:01:32.196 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Tuesday 30 July 2024  20:23:58 -0400 (0:00:00.034)       0:01:32.230 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Tuesday 30 July 2024  20:23:58 -0400 (0:00:00.036)       0:01:32.267 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Tuesday 30 July 2024  20:24:00 -0400 (0:00:01.983)       0:01:34.251 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Tuesday 30 July 2024  20:24:00 -0400 (0:00:00.036)       0:01:34.287 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "selinux_checksums": true,
        "selinux_installed_modules": {
            "abrt": {
                "100": {
                    "checksum": "sha256:b51e3b6f704ac00c5bba8ac275f854f6d53a5e3a4eb5c5cbbc4b11004feca510",
                    "enabled": 1
                }
            },
            "accountsd": {
                "100": {
                    "checksum": "sha256:00a0d1af3601693070f723e0deaea1ee28734bde5ef4895843a1ba59cd7ceaa5",
                    "enabled": 1
                }
            },
            "acct": {
                "100": {
                    "checksum": "sha256:9cde24137141f8c2a8fcee6dd15537f0f54198da14360a30655a0606e4ba2818",
                    "enabled": 1
                }
            },
            "afs": {
                "100": {
                    "checksum": "sha256:93c409c37386aacafd2d288f053c13e2a092696358aa991db322507eb9f4838b",
                    "enabled": 1
                }
            },
            "afterburn": {
                "100": {
                    "checksum": "sha256:bf8fa2c3b04f8d94648c37b69a4ad7108b4d544bc8d3598a4de58313a8761a0f",
                    "enabled": 1
                }
            },
            "aiccu": {
                "100": {
                    "checksum": "sha256:1433f430bc89a874d46961861e1da8520158d6794a0b778e86b88fe13f71798a",
                    "enabled": 1
                }
            },
            "aide": {
                "100": {
                    "checksum": "sha256:35a074f33aee562b559a5cb76637dc4602a70c70f573ec4efe3a4274cb3e3a75",
                    "enabled": 1
                }
            },
            "ajaxterm": {
                "100": {
                    "checksum": "sha256:a2afd368cdffc8ec7c2dccd978bda04ec9bcec8cc1d133521e526dbe196c5f90",
                    "enabled": 1
                }
            },
            "alsa": {
                "100": {
                    "checksum": "sha256:be7eaf8e5da7b69d7d41422771e7e3692d41148f3e3c4e78b7b03d8117ddb2c6",
                    "enabled": 1
                }
            },
            "amanda": {
                "100": {
                    "checksum": "sha256:84287ea4da0ed7b94b142d7b494666232e7a25209471ff689c7806866ce93f92",
                    "enabled": 1
                }
            },
            "amtu": {
                "100": {
                    "checksum": "sha256:ee038524634638e4842fd478cf60861765476498940c7516ced038c6a9161282",
                    "enabled": 1
                }
            },
            "anaconda": {
                "100": {
                    "checksum": "sha256:4292aa3daa6a027612e80073403b822d55297b812dd9455e2842d8a89a563e25",
                    "enabled": 1
                }
            },
            "antivirus": {
                "100": {
                    "checksum": "sha256:75e3f196fca58dc489cf92c4fa8be3decec0bcedcb2008cb7a83df5bc00d5850",
                    "enabled": 1
                }
            },
            "apache": {
                "100": {
                    "checksum": "sha256:60e843a42569cd6efeb7da329e9593960e752c111dfa1df6874fe22f26d0a3a1",
                    "enabled": 1
                }
            },
            "apcupsd": {
                "100": {
                    "checksum": "sha256:a00445c04d0003fce006ff5529e988671c09286372f803b2545bebc5302b71f4",
                    "enabled": 1
                }
            },
            "apm": {
                "100": {
                    "checksum": "sha256:083e097b9b3ac106fb9e9b0fc7b5a830b70a85a321ee913e0a3ce5a262d13779",
                    "enabled": 1
                }
            },
            "application": {
                "100": {
                    "checksum": "sha256:46d9417dcf9bb31c077dc7ad25d8ac315fed23a2f0e69b00460c449534932765",
                    "enabled": 1
                }
            },
            "arpwatch": {
                "100": {
                    "checksum": "sha256:286406a4369a79a0e868d0e73699ee829431f534733e527bf91b6363486b00ed",
                    "enabled": 1
                }
            },
            "asterisk": {
                "100": {
                    "checksum": "sha256:3c093f028ebb0a01031a7a03233c24fb3ba41c693d3246b3275337289b20251c",
                    "enabled": 1
                }
            },
            "auditadm": {
                "100": {
                    "checksum": "sha256:87a032f064920c8036648d1fde7f75dc96f7ea9f9e514b32a24a91acce93e27c",
                    "enabled": 1
                }
            },
            "authconfig": {
                "100": {
                    "checksum": "sha256:be2114af9cfa429328d94fd44aeb34a5f94a6dab76deb20f3b9cea7182dd1343",
                    "enabled": 1
                }
            },
            "authlogin": {
                "100": {
                    "checksum": "sha256:61b6b0c427f5c86b16f77231ce3aa989c8ef7b40bcefef99d8f7518d82bd8bc9",
                    "enabled": 1
                }
            },
            "automount": {
                "100": {
                    "checksum": "sha256:7c1bc02c72f6a9b86f6cb6b4e8307428346706171510fb17f1e09bf1c7600d35",
                    "enabled": 1
                }
            },
            "avahi": {
                "100": {
                    "checksum": "sha256:ce150ead441c9ccbe062a9f7b868ff893eb427ff6a7bee500977699c42b89286",
                    "enabled": 1
                }
            },
            "awstats": {
                "100": {
                    "checksum": "sha256:70fa46fcee1c327fbb59d24b26bf92aeb641705bb6821d29ee9a8c213b5822b0",
                    "enabled": 1
                }
            },
            "bacula": {
                "100": {
                    "checksum": "sha256:7ff04b28e1684fa4f655051692015501aa0f0ad46edd79cadcdf7020fa2e66aa",
                    "enabled": 1
                }
            },
            "base": {
                "100": {
                    "checksum": "sha256:8a66edccb685a6e1e7b6ea3dac90f3ec8274cc3dea27f127bb3232a11aaf84e8",
                    "enabled": 1
                }
            },
            "bcfg2": {
                "100": {
                    "checksum": "sha256:a38aef4d9df7de368ce8f26c374fdd7c2d6c7f3a12b07c706265f35b40de7308",
                    "enabled": 1
                }
            },
            "bind": {
                "100": {
                    "checksum": "sha256:03544e87d5e1caca5b6b69fb627b482f44bfa63f49cf5a08245ff08fb9982809",
                    "enabled": 1
                }
            },
            "bitlbee": {
                "100": {
                    "checksum": "sha256:eb7f9de13d74d31a934e7c58cf1a34b428d5695ad1f552d43af73ddfdf15f3e3",
                    "enabled": 1
                }
            },
            "blkmapd": {
                "100": {
                    "checksum": "sha256:b75ceb3e1f47bed84573b3d82d4dbe9023adb0a9a40fc2ddba393addd5f9a1d8",
                    "enabled": 1
                }
            },
            "blueman": {
                "100": {
                    "checksum": "sha256:a2645f50db0b15fac85915686e84d9e1ad347d72d77790f67f9e630d73ecaa13",
                    "enabled": 1
                }
            },
            "bluetooth": {
                "100": {
                    "checksum": "sha256:370a05f9a92e9a3359ed79b853c1719b594592cd5541c56023a92bbc87764270",
                    "enabled": 1
                }
            },
            "boinc": {
                "100": {
                    "checksum": "sha256:354fd26e2ef0e4c35edb3aa0bb068ee269f9d49f8180e0ebca24d06039aa8e0c",
                    "enabled": 1
                }
            },
            "boltd": {
                "100": {
                    "checksum": "sha256:39592577c657fe9b8720c7c8fc0a382b56377cc6c8eff3d3068d276552467e4f",
                    "enabled": 1
                }
            },
            "boothd": {
                "100": {
                    "checksum": "sha256:9f65fcbe298e95e21bc82bd03776022a45823c99abaf4e684168248f43672519",
                    "enabled": 1
                }
            },
            "bootloader": {
                "100": {
                    "checksum": "sha256:21a4ec8c7068672a02d49a4ca8721a7d3e661d1c704908e04b7abc9c955e2343",
                    "enabled": 1
                }
            },
            "bootupd": {
                "100": {
                    "checksum": "sha256:c707603b2556dd53524e160e5c66150c18ffc0b4668b2404622282cd2925ddc7",
                    "enabled": 1
                }
            },
            "brctl": {
                "100": {
                    "checksum": "sha256:36617fd6db4ebf3850675aeea3e096fa59a4bfdcb64613f93f8651b6f61db3cb",
                    "enabled": 1
                }
            },
            "brltty": {
                "100": {
                    "checksum": "sha256:5c24db4b697cf2406a8c713240ffb78d953ad090e6287b842f86dffe1290ec26",
                    "enabled": 1
                }
            },
            "bugzilla": {
                "100": {
                    "checksum": "sha256:496bef2bede30915da26b4136fb2f34becdcbc87925e0d44564667901b75d658",
                    "enabled": 1
                }
            },
            "bumblebee": {
                "100": {
                    "checksum": "sha256:0e7317ff234ccbf01bac4d63543ed7babffd63081d4f64100c2bc5f35c3d288e",
                    "enabled": 1
                }
            },
            "cachefilesd": {
                "100": {
                    "checksum": "sha256:3246918462bd57ae9d412e4177a59735624f031c7c5bd79254d0e4ab8c799045",
                    "enabled": 1
                }
            },
            "calamaris": {
                "100": {
                    "checksum": "sha256:22eee16dbfbf19e6c7e3e8a22ecf7794a4667b9c0fe38de1b7892939e5383a9a",
                    "enabled": 1
                }
            },
            "callweaver": {
                "100": {
                    "checksum": "sha256:db38c31ae173d049f813fdcc8019651b1ea662ec270fa27943d851bb4e6fe951",
                    "enabled": 1
                }
            },
            "canna": {
                "100": {
                    "checksum": "sha256:e752c21e4c76ead1a95b3858a36df5c9fe1dcfc2fa72b6e3337db501b255ed14",
                    "enabled": 1
                }
            },
            "ccs": {
                "100": {
                    "checksum": "sha256:2ed6f511d59167652141d928236900e08ac58f0347d5b13e384282f0c9d4bd7c",
                    "enabled": 1
                }
            },
            "cdrecord": {
                "100": {
                    "checksum": "sha256:eb4506711c4aa4449d76ceff06bd4728a67b150fa6daa449329af99d55a7e05f",
                    "enabled": 1
                }
            },
            "certmaster": {
                "100": {
                    "checksum": "sha256:f70165cc07c9c0edbada60c282cfd7b059e1c4dad3fd296c77238bfa7db74519",
                    "enabled": 1
                }
            },
            "certmonger": {
                "100": {
                    "checksum": "sha256:0ad5ac88aac27c3f65958235d1f71ae11ffdbbf0e30f2cd4a45fe0438f8b80c2",
                    "enabled": 1
                }
            },
            "certwatch": {
                "100": {
                    "checksum": "sha256:85e1d3dec4e26d58633e3a66dea23193fee975435de0432a33d9e3f0003148e3",
                    "enabled": 1
                }
            },
            "cfengine": {
                "100": {
                    "checksum": "sha256:0538edf6792efb191ae48f6f7ea825e7a0300b3f5941588a231e2e0ed84c3ef4",
                    "enabled": 1
                }
            },
            "cgroup": {
                "100": {
                    "checksum": "sha256:8a4ca1608501b748500da1cca0611feca68f892b6a0b931eff8391eff2880b83",
                    "enabled": 1
                }
            },
            "chrome": {
                "100": {
                    "checksum": "sha256:d778deea4a45cf38804a67181906680a20b1f94f779096b4b291658a3f4f7797",
                    "enabled": 1
                }
            },
            "chronyd": {
                "100": {
                    "checksum": "sha256:4472d378d0cca0cac8ee119b40beac9a1528f7e8afe3835fc868d9ee50e857ef",
                    "enabled": 1
                }
            },
            "cinder": {
                "100": {
                    "checksum": "sha256:65a156504f35a84298492048f07a967c74cca37467b5519175f0132356a4f3c0",
                    "enabled": 1
                }
            },
            "cipe": {
                "100": {
                    "checksum": "sha256:9aea31e33e0bbb1343acc95c4b96034c0e21cfc8098a6d9239c6fb2ddd964edd",
                    "enabled": 1
                }
            },
            "clock": {
                "100": {
                    "checksum": "sha256:5e2443a8b037a9f47d1082255f61bb3bc94ea76727732bec8ca477ed0f3d1cef",
                    "enabled": 1
                }
            },
            "clogd": {
                "100": {
                    "checksum": "sha256:ffb0c7d931ae1d6bbd575684ae14dbcc542b1a589a5c70235143b6494dbce74e",
                    "enabled": 1
                }
            },
            "cloudform": {
                "100": {
                    "checksum": "sha256:c5a2c5234b842e5d65fe5aa739e2d30ae18b7a4398fd02ec03ffb5db8b0022f5",
                    "enabled": 1
                }
            },
            "cmirrord": {
                "100": {
                    "checksum": "sha256:e55c52b2d9cca85a56a01f9a862ff089a008deb2e23d8dc36bf4db067f9d63d2",
                    "enabled": 1
                }
            },
            "cobbler": {
                "100": {
                    "checksum": "sha256:abdf9b12e79823ecdc818a9aaec4d6e4253f02e8c59b5c320677ae99096b8c8d",
                    "enabled": 1
                }
            },
            "collectd": {
                "100": {
                    "checksum": "sha256:fd6d1f0d8446afdd95c5c88850751a9def7fb10d8efef9113f7808431296374b",
                    "enabled": 1
                }
            },
            "colord": {
                "100": {
                    "checksum": "sha256:087d0f4a10495e4186632d167181b302e35abaaa4aee055628c907e4feb5e60f",
                    "enabled": 1
                }
            },
            "comsat": {
                "100": {
                    "checksum": "sha256:c7d8f1c628aba8babecb74c405389e5508768fce1c19a1a3ffb1f7e2cf21a9bc",
                    "enabled": 1
                }
            },
            "condor": {
                "100": {
                    "checksum": "sha256:a64ce927d71bdb89976bb02ee81c1c0cd362ce79760d529864deb95d78435a81",
                    "enabled": 1
                }
            },
            "conman": {
                "100": {
                    "checksum": "sha256:8610bf4d3c1c1fe1f037c0149f5126ed724947671d3ce2f43ce03318e5bbd6e9",
                    "enabled": 1
                }
            },
            "conntrackd": {
                "100": {
                    "checksum": "sha256:38e74734b46d764bdf548bae5eb0322cb3efab0139b2c57c6293ad4270b2cd72",
                    "enabled": 1
                }
            },
            "consolekit": {
                "100": {
                    "checksum": "sha256:08fd88b15eadd335fb6909b0e19ccfc7fce465a0e1adf66ea23375a528c02a2b",
                    "enabled": 1
                }
            },
            "coreos_installer": {
                "100": {
                    "checksum": "sha256:8372c4e1250481b41d66a4c96f203cdc21079bc1c4c22d73daac6966a6734422",
                    "enabled": 1
                }
            },
            "couchdb": {
                "100": {
                    "checksum": "sha256:c2b8357f1cbba4813f68e96b8683bf56117ea18a08f509c47a9007d6dd7e37d0",
                    "enabled": 1
                }
            },
            "courier": {
                "100": {
                    "checksum": "sha256:bee8013d915739bd1e9a8ccb7d6936aa2d05ed68358b0c5624f9b7b20327a489",
                    "enabled": 1
                }
            },
            "cpucontrol": {
                "100": {
                    "checksum": "sha256:6fe6a19064410f60c3eb6f509429ef2b6a1ac56ea6f14c4f9c596087100ccb48",
                    "enabled": 1
                }
            },
            "cpufreqselector": {
                "100": {
                    "checksum": "sha256:2155538ddced6cc2efbc8c54879c34b385aa1407ea62157644f787ea998de988",
                    "enabled": 1
                }
            },
            "cpuplug": {
                "100": {
                    "checksum": "sha256:6287b50c36817f7293217a030803bf3d62c707699a0e529c7d067989248ddcf8",
                    "enabled": 1
                }
            },
            "cron": {
                "100": {
                    "checksum": "sha256:5b654bad71770454ff600a55533f4da984770414d0cb1541e5d6035b73e90544",
                    "enabled": 1
                }
            },
            "ctdb": {
                "100": {
                    "checksum": "sha256:867a24cfaf2c6935e7c2f0f85e3f9b47de8126ad509db5f7aecdf572492a982c",
                    "enabled": 1
                }
            },
            "cups": {
                "100": {
                    "checksum": "sha256:acfc1b83372629d838cd2e1a291d1e88ad352fb5577eee01c1bcf460d8444883",
                    "enabled": 1
                }
            },
            "cvs": {
                "100": {
                    "checksum": "sha256:b7034b37cb6a943ec0e0b1122fb168440623b525b9d9a871c8f0f80f01427b0e",
                    "enabled": 1
                }
            },
            "cyphesis": {
                "100": {
                    "checksum": "sha256:6e83813cb5e03c15e648a7e798aae3e9c94f9a54ad542e971f176ab9271bc24e",
                    "enabled": 1
                }
            },
            "cyrus": {
                "100": {
                    "checksum": "sha256:d1da2a6beba9e0cd0bc492e8d8cafc7a9d3f1b13342967badb49fba668f6a985",
                    "enabled": 1
                }
            },
            "daemontools": {
                "100": {
                    "checksum": "sha256:1c94c8a99b9623387df88f2693f049682b4d4fc392904afab5bc9ba7a9ccb66a",
                    "enabled": 1
                }
            },
            "dbadm": {
                "100": {
                    "checksum": "sha256:0e9b5b78865e451e40a8f55b406801e55e98d4812c95f37130874438831a9145",
                    "enabled": 1
                }
            },
            "dbskk": {
                "100": {
                    "checksum": "sha256:6d9c565c834b41796ed712b843c7bd664fffafb667765c8d857432498388f9ff",
                    "enabled": 1
                }
            },
            "dbus": {
                "100": {
                    "checksum": "sha256:49b7477e868249bf17c6b5467b705d12e9ddc87bf2060898e7529a646a0f7e34",
                    "enabled": 1
                }
            },
            "dcc": {
                "100": {
                    "checksum": "sha256:e223c213d51685baf4d3be0c5c4805482c6954bd890d803062ddba896654b483",
                    "enabled": 1
                }
            },
            "ddclient": {
                "100": {
                    "checksum": "sha256:51d8f84dc3a8acb26b725e61aed99a1fdf79ea9dbc63fc7200a8d4697ff4c9c1",
                    "enabled": 1
                }
            },
            "denyhosts": {
                "100": {
                    "checksum": "sha256:723f8c7cb84bd0f48a15663d09d67eb67be7f89b275c9ab2966c88ca8d8ac18a",
                    "enabled": 1
                }
            },
            "devicekit": {
                "100": {
                    "checksum": "sha256:9a380e1b546cf2d8eab55a099515bccd1b25d2dc0d0ba28666e7b95f9d665989",
                    "enabled": 1
                }
            },
            "dhcp": {
                "100": {
                    "checksum": "sha256:1735881cc778e961bd742e846686425ec4014676e507460c85158f83ffc131ad",
                    "enabled": 1
                }
            },
            "dictd": {
                "100": {
                    "checksum": "sha256:a4988c85c75b5fd1b4a38b6335bc3fb962c0e78693042fc35785ce68ad5cb371",
                    "enabled": 1
                }
            },
            "dirsrv": {
                "100": {
                    "checksum": "sha256:43becf8b756ebd6e31e51c71f8963de116feaff35ddc0d6f15c4cf9da79b9c73",
                    "enabled": 1
                }
            },
            "dirsrv-admin": {
                "100": {
                    "checksum": "sha256:4c8ca106fff85e11e0a1829ed2ac3f243e16e91d7b782b98ef8999501bf0ba95",
                    "enabled": 1
                }
            },
            "dmesg": {
                "100": {
                    "checksum": "sha256:0dc55ec34569ba57e832be6e33834acf3055e707f8a04e644a517fe6c25fbe0d",
                    "enabled": 1
                }
            },
            "dmidecode": {
                "100": {
                    "checksum": "sha256:9a4b3d93e6fe7a710d739a682991df8e4fb3bfa5c4408f80b7bcf8bded0b3f91",
                    "enabled": 1
                }
            },
            "dnsmasq": {
                "100": {
                    "checksum": "sha256:c835e6157080af15bad60e3175ec73411ecc09c79b1f24488d38dbb43e49c524",
                    "enabled": 1
                }
            },
            "dnssec": {
                "100": {
                    "checksum": "sha256:77d3836aae67432fe5aaad6cf960c57c4c540253b884d0da7ce24f527f480bbb",
                    "enabled": 1
                }
            },
            "dovecot": {
                "100": {
                    "checksum": "sha256:dba3ca8b279efbe4c9d41b20c94f4eaaf69b63234781b6bffc7a0186e761d972",
                    "enabled": 1
                }
            },
            "drbd": {
                "100": {
                    "checksum": "sha256:b2a6e422462c98deab9be1ebbd7b4c0e541652cef6544eb817890b59691f6f63",
                    "enabled": 1
                }
            },
            "dspam": {
                "100": {
                    "checksum": "sha256:a0e4a3f431978461ff0c6606dece39299123c11c0c50dd07dec0523b087e6d69",
                    "enabled": 1
                }
            },
            "entropyd": {
                "100": {
                    "checksum": "sha256:ae9d99bc78f2f39ed963de93eacb8d15e06f9695542787fd88dd34ae5c417030",
                    "enabled": 1
                }
            },
            "exim": {
                "100": {
                    "checksum": "sha256:df1cfbb1ab78dbc0de7189c60173c3e0fa87640761050a6ee1915ad7b268f937",
                    "enabled": 1
                }
            },
            "fail2ban": {
                "100": {
                    "checksum": "sha256:9050e1e27a67f06989fd7b1ae77b9c0086f4017aa6f4b3123e4d40b4c4be24ef",
                    "enabled": 1
                }
            },
            "fcoe": {
                "100": {
                    "checksum": "sha256:de1005aba353d2cd82e7d2542b9f0f22a537c0836598dc0d7b3fc739b0a1512d",
                    "enabled": 1
                }
            },
            "fdo": {
                "100": {
                    "checksum": "sha256:0040a417e0edd66d8c3ebbc52a7b9a61a114724ef1b47f41e7d0e0dd9f496667",
                    "enabled": 1
                }
            },
            "fetchmail": {
                "100": {
                    "checksum": "sha256:052196a9650b28088637ad2c1bc2e3e18c9ebb26b9d81fc22d06f9383448e082",
                    "enabled": 1
                }
            },
            "finger": {
                "100": {
                    "checksum": "sha256:7e077f2f9cbb7a67e901983f068e542f2ea7bf8fbd32398624006f2ec3721469",
                    "enabled": 1
                }
            },
            "firewalld": {
                "100": {
                    "checksum": "sha256:074ef28f63316a886aa80247be41c3f4eb0c4ab24be2538204a8473c206377dd",
                    "enabled": 1
                }
            },
            "firewallgui": {
                "100": {
                    "checksum": "sha256:9123c9d8a6246155165e536233f76373dce5ed442b693d3adfad2cfb0d045d14",
                    "enabled": 1
                }
            },
            "firstboot": {
                "100": {
                    "checksum": "sha256:bd1c559e70c0fa8a6dd0e9e541410e8def49a3f8769e609a7371bcae87cbc7a1",
                    "enabled": 1
                }
            },
            "fprintd": {
                "100": {
                    "checksum": "sha256:651a0158d860694e2f7e3c2ff5842cb1167edd212f207d25fbd048cc0bca8b1e",
                    "enabled": 1
                }
            },
            "freeipmi": {
                "100": {
                    "checksum": "sha256:b0055e597efbe80253d626f80a865cb814f393fa91e66afd4458d436fa896318",
                    "enabled": 1
                }
            },
            "freqset": {
                "100": {
                    "checksum": "sha256:e8a220c3eef785816671acd81eb445e324d475a084fbd06263b797d578d02f3c",
                    "enabled": 1
                }
            },
            "fstools": {
                "100": {
                    "checksum": "sha256:127cb7df805e3a46359a5207b063f90c1d19e6d3198182767ed70779b4b28221",
                    "enabled": 1
                }
            },
            "ftp": {
                "100": {
                    "checksum": "sha256:9902176e4edcbecebd0f6ac300b28794668de3d4540a9ae5be717f396b0292be",
                    "enabled": 1
                }
            },
            "fwupd": {
                "100": {
                    "checksum": "sha256:c052a6835e70d9c0e051e979e81764ebb89f6f133a440db25d1dde163ffa48c4",
                    "enabled": 1
                }
            },
            "games": {
                "100": {
                    "checksum": "sha256:45772c12ebf653bb9a623771101b99ab2ffe914d03370ebfbe3b0912ca0d6b8a",
                    "enabled": 1
                }
            },
            "gdomap": {
                "100": {
                    "checksum": "sha256:1e46eff6833500ac418eda8676b641bb33eeeaec5ade25dc6d3ab091f736cad1",
                    "enabled": 1
                }
            },
            "geoclue": {
                "100": {
                    "checksum": "sha256:708228486a23ad80ffd7d6a05a65a7b655f1dbc738ef8479e473d60e4cc6d3f7",
                    "enabled": 1
                }
            },
            "getty": {
                "100": {
                    "checksum": "sha256:32e35dc7eeec4247db73e826bcd13b91f8370e8544b223547f4354f42b8937ab",
                    "enabled": 1
                }
            },
            "git": {
                "100": {
                    "checksum": "sha256:d7d5bebe879118666f1417ffae9f0772e0889406dcc768c4c3b394ec7cc2a231",
                    "enabled": 1
                }
            },
            "gitosis": {
                "100": {
                    "checksum": "sha256:b3e2375f3c95924b4daa45ecd4951af233195f655f5cab28298b21782e7df2f0",
                    "enabled": 1
                }
            },
            "glance": {
                "100": {
                    "checksum": "sha256:9414bf98dd0ad365e8c880b881286f51845c6a14bb7fc1022770cbf78c33152c",
                    "enabled": 1
                }
            },
            "gnome": {
                "100": {
                    "checksum": "sha256:86efbd64d547d08ff38c0ef19d92899032b5c7dd0972e1831dc8b58211e46d91",
                    "enabled": 1
                }
            },
            "gpg": {
                "100": {
                    "checksum": "sha256:b547a37d1a7e474dd3e085d36e4ca7276ccd68bf3ecf2e09fe7a846030a80020",
                    "enabled": 1
                }
            },
            "gpm": {
                "100": {
                    "checksum": "sha256:fc6c94c251896fa97e9298a902669eba5bb2179ad7ace408d5e6bc05973174e0",
                    "enabled": 1
                }
            },
            "gpsd": {
                "100": {
                    "checksum": "sha256:19c083472a464ada6846b9173292a9d72a06a4e5e778d69783bd51ecc1553eb0",
                    "enabled": 1
                }
            },
            "gssproxy": {
                "100": {
                    "checksum": "sha256:3c8410c8c59ae99a170ad00ee7ad66d186d3e83d66ad3c2300333abdaa7fb21c",
                    "enabled": 1
                }
            },
            "guest": {
                "100": {
                    "checksum": "sha256:eea7130d539ac61485efb94b90bbb6af7bf5dee0957c37e3ebee3a8da4797deb",
                    "enabled": 1
                }
            },
            "hddtemp": {
                "100": {
                    "checksum": "sha256:9722c02beeb44ba92062700b4c043eec7a1d39a7eb91a1289edea7a928129e0f",
                    "enabled": 1
                }
            },
            "hostapd": {
                "100": {
                    "checksum": "sha256:1d57e77e17f124ee365365513274cf402353add167245a839f89126f071bfbfb",
                    "enabled": 1
                }
            },
            "hostname": {
                "100": {
                    "checksum": "sha256:9b8c53c2622515f672ffc22c9f18a6db6fc2566e91dbdfea83faf54a6cd7c8ed",
                    "enabled": 1
                }
            },
            "hsqldb": {
                "100": {
                    "checksum": "sha256:2ab3e4455cd6580a63f4026c6b1b133e658bbca0de0d8d6c74a67ab0c3c866ad",
                    "enabled": 1
                }
            },
            "hwloc": {
                "100": {
                    "checksum": "sha256:cf362b5c9bd397a8d04ff430a173c5132b52a5fa0ca5c7ac1dd6d41920259ead",
                    "enabled": 1
                }
            },
            "hypervkvp": {
                "100": {
                    "checksum": "sha256:896fcf1247e335cbd9b09d4e0e15363dda32d2d0cede4c444416198af2330362",
                    "enabled": 1
                }
            },
            "ibacm": {
                "100": {
                    "checksum": "sha256:401eb3be55a99ce20f4514c94004d559a5dbb956979dc810c7288ed52ce20bef",
                    "enabled": 1
                }
            },
            "ica": {
                "100": {
                    "checksum": "sha256:40af9f330d0e9ae06e87e9501e571ad8dec8827a42fd207b91483ad64f73dab2",
                    "enabled": 1
                }
            },
            "icecast": {
                "100": {
                    "checksum": "sha256:c475483816608ce48e61163a5d661b65c9a4ddaf119607c204d94ec220c74f92",
                    "enabled": 1
                }
            },
            "inetd": {
                "100": {
                    "checksum": "sha256:79c55156850062f9d931ff310184927ffb8fad23533e0a81e8603c0eeb39473d",
                    "enabled": 1
                }
            },
            "init": {
                "100": {
                    "checksum": "sha256:28a2c745252aa21cd15e9f5e5a7e4762da6305f88e21a724e5ee556463116b17",
                    "enabled": 1
                }
            },
            "inn": {
                "100": {
                    "checksum": "sha256:7d215013470faf3ba6da02e9b0eadd84100e27d3811d5239652e29a834dee4c9",
                    "enabled": 1
                }
            },
            "insights_client": {
                "100": {
                    "checksum": "sha256:9a25ddb951183ffbc71b83ab24c259f1572d9d47278862371f7d2c2b67eff05d",
                    "enabled": 1
                }
            },
            "iodine": {
                "100": {
                    "checksum": "sha256:f7f9445c1945584a868329ec91cdf3812e2f1a19cf4ae8145a97ab5f60e9b728",
                    "enabled": 1
                }
            },
            "iotop": {
                "100": {
                    "checksum": "sha256:4db5d6a9195336b52e11d78acc306a36d4d9b93a4bf9931f7ce42197a55f9619",
                    "enabled": 1
                }
            },
            "ipmievd": {
                "100": {
                    "checksum": "sha256:ae94ecc6603e112053d82c4b034e371fa0ae3ea6227d22730a79c2d88f7f518c",
                    "enabled": 1
                }
            },
            "ipsec": {
                "100": {
                    "checksum": "sha256:dea36801533eb8484f81e791e8e9bafbe2ee01a0a60cfabd45fcc99d768c958a",
                    "enabled": 1
                }
            },
            "iptables": {
                "100": {
                    "checksum": "sha256:158f46e1903a9e4b59492cd3b6d002226ba99215a92f8ab7254cc201adfc6d41",
                    "enabled": 1
                }
            },
            "irc": {
                "100": {
                    "checksum": "sha256:8137b7bf2df668299a1f07a7357891c9b532623b8a4a647938502f0115a5719d",
                    "enabled": 1
                }
            },
            "irqbalance": {
                "100": {
                    "checksum": "sha256:edd68cf00488897a118c97d42b68b5ebc42eade076d435668de403386055768a",
                    "enabled": 1
                }
            },
            "iscsi": {
                "100": {
                    "checksum": "sha256:c6a126a43e805c50b75ce428c6d06f2098aa3832c4c2b776c27de47db763a973",
                    "enabled": 1
                }
            },
            "isns": {
                "100": {
                    "checksum": "sha256:730425a2f8fcf7def5a5d3cd7e2fe86c4798f48ed990f01b6c4f61c2c1af4729",
                    "enabled": 1
                }
            },
            "jabber": {
                "100": {
                    "checksum": "sha256:954964e3390965fb3bd16d9e0f04e5c1733b1d52d0f9aeb86c15097128847e98",
                    "enabled": 1
                }
            },
            "jetty": {
                "100": {
                    "checksum": "sha256:cd35fa8929bafd81093cfc39e523c8fe55b1f3ebfe105630920d9aa1f50d27a0",
                    "enabled": 1
                }
            },
            "jockey": {
                "100": {
                    "checksum": "sha256:60808a39b8af95362a9e430e000fe157e610f06845766c1bf84567986773c3a7",
                    "enabled": 1
                }
            },
            "journalctl": {
                "100": {
                    "checksum": "sha256:37b991b37d592bae92deb5719d208e9272492cc81358a603aeac66012da73303",
                    "enabled": 1
                }
            },
            "kdump": {
                "100": {
                    "checksum": "sha256:8df5cf83cd544674505896c1aa2d5bbc3a63bfec5bd23082efb6d3e87fb1373f",
                    "enabled": 1
                }
            },
            "kdumpgui": {
                "100": {
                    "checksum": "sha256:1037dc7bcf3027e597f682ebaed125ffe524999e5ed9e5e59ba4d2d96dd56928",
                    "enabled": 1
                }
            },
            "keepalived": {
                "100": {
                    "checksum": "sha256:8ea474a204f637775dfaf134e51c27da197f647c4c01121c398c7135d17ae93a",
                    "enabled": 1
                }
            },
            "kerberos": {
                "100": {
                    "checksum": "sha256:7191052f585d5fafbac635931a6731644f0bd083abc2af3de0f9cf8a09dfa012",
                    "enabled": 1
                }
            },
            "keyboardd": {
                "100": {
                    "checksum": "sha256:f0d2c1e478cf050cc9a4975c3e477c7ace50c8ec4f24e6378c3bf9f5375ac47c",
                    "enabled": 1
                }
            },
            "keystone": {
                "100": {
                    "checksum": "sha256:fdb4d581281615682a3d84cb0d172eb400d4e421e05fa6eb53e935c998eb66c1",
                    "enabled": 1
                }
            },
            "kismet": {
                "100": {
                    "checksum": "sha256:3ba626d0e10d52e23eb25ed2bcfb3333d10724cc37b811d191e2377b0a50a32c",
                    "enabled": 1
                }
            },
            "kmscon": {
                "100": {
                    "checksum": "sha256:c362a617fac2d877d61251310ac60e2dd1f914746224fb481fc5877ac4c9e615",
                    "enabled": 1
                }
            },
            "kpatch": {
                "100": {
                    "checksum": "sha256:ea52717eb9f8414bf6a91da0e0dcdf8911d0dbdc6ef24636e3d55364f9d74a48",
                    "enabled": 1
                }
            },
            "ksmtuned": {
                "100": {
                    "checksum": "sha256:3792d937dae3c0c5020fcd3d231635e0e3bce9855f5182f4a78596b402b1e01e",
                    "enabled": 1
                }
            },
            "ktalk": {
                "100": {
                    "checksum": "sha256:c341246894ef6ac35ff57578dad797e3cab4576289ed54fe79a8f520d5f97586",
                    "enabled": 1
                }
            },
            "l2tp": {
                "100": {
                    "checksum": "sha256:0e48d9b7b7fa1119f136c8069d0dc8b1411c4fab98855647ca97a58e20f49771",
                    "enabled": 1
                }
            },
            "ldap": {
                "100": {
                    "checksum": "sha256:bfe184a21cf22e874bf9c4adf17d92ab37f78b212bac0a1e4205605666a72c5e",
                    "enabled": 1
                }
            },
            "libraries": {
                "100": {
                    "checksum": "sha256:2e54d7f7a9bfb8313eb16163e91dbc59ebe37e99c5d1185a1e94301b026ce971",
                    "enabled": 1
                }
            },
            "likewise": {
                "100": {
                    "checksum": "sha256:076102b64c364619c722ec50ff1bc6711583a48a3e4d628b3d5b702664ded6db",
                    "enabled": 1
                }
            },
            "linuxptp": {
                "100": {
                    "checksum": "sha256:b86785f06b028f272cb8381750cfaaa3cf73aeede9d48227f051e6fc189b8dbd",
                    "enabled": 1
                }
            },
            "lircd": {
                "100": {
                    "checksum": "sha256:be1fcc3f6423021d5dfff876c22329b76e2a8a3408277643cf19b387d3af18df",
                    "enabled": 1
                }
            },
            "livecd": {
                "100": {
                    "checksum": "sha256:ebc240faa5377ca5d45a084da15424d873958197df22f16e7781f67da72c02da",
                    "enabled": 1
                }
            },
            "lldpad": {
                "100": {
                    "checksum": "sha256:7795d0bcc893b7d1a20b56969633604286a44c02b0b1e69f3e8e6cd7006d3e59",
                    "enabled": 1
                }
            },
            "loadkeys": {
                "100": {
                    "checksum": "sha256:de8b3dab704fe78e803c012052bf2890d7e87b8b76d8fdfbf613d6d697f01c9d",
                    "enabled": 1
                }
            },
            "locallogin": {
                "100": {
                    "checksum": "sha256:952fe72cafbed51e96e7f051d9523c1ca3ef665b28c5b0f3c0d11d521258daac",
                    "enabled": 1
                }
            },
            "lockdev": {
                "100": {
                    "checksum": "sha256:31cb1e12fe7d8fbd64fe9e9913a00ac3aaebba1aa074abf1ab9bf76e101f7d87",
                    "enabled": 1
                }
            },
            "logadm": {
                "100": {
                    "checksum": "sha256:bc3d6d6cdcb3b2dac1131f16f15bed74c8b1fa37a353da2793cde2061ffdc6b4",
                    "enabled": 1
                }
            },
            "logging": {
                "100": {
                    "checksum": "sha256:78e8c00d69c84ea399c88137b1c5276084c98a468eb4df58c13894c8c569cd18",
                    "enabled": 1
                }
            },
            "logrotate": {
                "100": {
                    "checksum": "sha256:d9cbeec25733f9393c0967a8f9726bd7cd1d070c3b86c0c0d82379601b99b3dd",
                    "enabled": 1
                }
            },
            "logwatch": {
                "100": {
                    "checksum": "sha256:4195de7172d5d5d1bde97be084e23e80032e07b4f2330ac5620759d4910a4da5",
                    "enabled": 1
                }
            },
            "lpd": {
                "100": {
                    "checksum": "sha256:cf8fb1e0de66b91a3d35dd0b5a5f93a69937c1be4a8103d10e6edb70d17a4830",
                    "enabled": 1
                }
            },
            "lsm": {
                "100": {
                    "checksum": "sha256:e7a424ee7f32c812faea57710e6766f23963ec2e5b2a38486a6c024d160f9c23",
                    "enabled": 1
                }
            },
            "lttng-tools": {
                "100": {
                    "checksum": "sha256:ccb6b5c8378542594d25426623373c4de49f01e37b8fd0f2bed8d7c4f83216b9",
                    "enabled": 1
                }
            },
            "lvm": {
                "100": {
                    "checksum": "sha256:19d491afd9f4b258e4ec73ddbb3243feafc28db5f0c836784f8fa29b2146d215",
                    "enabled": 1
                }
            },
            "mailman": {
                "100": {
                    "checksum": "sha256:e121209046f2487ef64048e7ae1408da84d9c6ee6a88d6639cef3b6c4b2be19a",
                    "enabled": 1
                }
            },
            "mailscanner": {
                "100": {
                    "checksum": "sha256:528e84d30728ad73783b1cf6992be9cc1bc14f77f4d5e0ce6ca6ea2d759f2061",
                    "enabled": 1
                }
            },
            "man2html": {
                "100": {
                    "checksum": "sha256:e3a13e4c9a9f651ba32221ebaa37b8a2f7d15f7480622a755f8301022dcc8f15",
                    "enabled": 1
                }
            },
            "mandb": {
                "100": {
                    "checksum": "sha256:2c098f0612bbd9d9ee9db00a817c51726da69e7536d687adf74be7d4df7911f8",
                    "enabled": 1
                }
            },
            "mcelog": {
                "100": {
                    "checksum": "sha256:48343f6df53f591eff2c6a76bfbf12f351daa9e382785fb47e1017cd7badab91",
                    "enabled": 1
                }
            },
            "mediawiki": {
                "100": {
                    "checksum": "sha256:a901c614ce730a6943df15300120f9c0dab9fa89f234c0301f4a995f5a1a60cb",
                    "enabled": 1
                }
            },
            "memcached": {
                "100": {
                    "checksum": "sha256:03335203d0a113eead2d95a159df467fc164d12cc1c9ce4b58149da7b80d7943",
                    "enabled": 1
                }
            },
            "milter": {
                "100": {
                    "checksum": "sha256:bfbe9652c48ed1b2abdba90720f2abff11a3c31a72f5b3c56e8eac168542072f",
                    "enabled": 1
                }
            },
            "minidlna": {
                "100": {
                    "checksum": "sha256:d61743f3489bbc08417d6dbc894be0f19b50bb6e76bdb0b9a344a5b29a565a91",
                    "enabled": 1
                }
            },
            "minissdpd": {
                "100": {
                    "checksum": "sha256:ab3a5b4c6d53cd2d6d1bb1e32d587bd65219f22d8f94b58d2f9948fcc6d4bfa5",
                    "enabled": 1
                }
            },
            "mip6d": {
                "100": {
                    "checksum": "sha256:56a370111ea7709b149e4a0fbdb1ac1b123427831161d3f6170efa64a18aeb5e",
                    "enabled": 1
                }
            },
            "mirrormanager": {
                "100": {
                    "checksum": "sha256:37cda21ca34e7585b6fb861d91cafeb146ca75d0a7878bbc06ab24eabe6706c3",
                    "enabled": 1
                }
            },
            "miscfiles": {
                "100": {
                    "checksum": "sha256:f04df10eaf97dd9eb0520f7c208e6002d4c695acfb2ce58e52fd8b689c587226",
                    "enabled": 1
                }
            },
            "mock": {
                "100": {
                    "checksum": "sha256:6bf94b1043da99327b1f68a10215d963bdd7b0a7f7c3f74c801d1a8db22542d7",
                    "enabled": 1
                }
            },
            "modemmanager": {
                "100": {
                    "checksum": "sha256:412ba79b5e6a4132630f2b8da80b9e66ff5992e81ebcc206ec2f90c67ccf4ee5",
                    "enabled": 1
                }
            },
            "modutils": {
                "100": {
                    "checksum": "sha256:ca7b0cc6f9025c22895a9771ae1f761e265f05bd9ea4fc4f5d0fa6ddf409f648",
                    "enabled": 1
                }
            },
            "mojomojo": {
                "100": {
                    "checksum": "sha256:665b33a4d2e32a1a3b08ebaca792c7d1093782e3f885d048c5c2be57cea07d1e",
                    "enabled": 1
                }
            },
            "mon_statd": {
                "100": {
                    "checksum": "sha256:17b96152a9ff5a04a7cd3514903bca98e78369bc5791e7bb88aab6dcc47e3b7d",
                    "enabled": 1
                }
            },
            "mongodb": {
                "100": {
                    "checksum": "sha256:acd421e39f4c53a011a47ef7a271efc7d4f85a97575d03f69e30dedfaa1b14c2",
                    "enabled": 1
                }
            },
            "motion": {
                "100": {
                    "checksum": "sha256:9c2059177a49f2cfddca3629a29929594aec4b9dcd1fa06a80c1119fa687ac1f",
                    "enabled": 1
                }
            },
            "mount": {
                "100": {
                    "checksum": "sha256:0469642c05b99ec3b9f0472e91d161feead7bf4c4a4190cfd54b856ea9b93ea4",
                    "enabled": 1
                }
            },
            "mozilla": {
                "100": {
                    "checksum": "sha256:109d333319ff37383f2e3f6bfa356fb24b7adf3702c51f8badb8a4714c99a430",
                    "enabled": 1
                }
            },
            "mpd": {
                "100": {
                    "checksum": "sha256:4ba142d40036af5be213284b79dd953533bcb4d9846c3b697813002b98107b7a",
                    "enabled": 1
                }
            },
            "mplayer": {
                "100": {
                    "checksum": "sha256:e778408f9ad76e2da9c32482ac1f0c0495f6f552ee39fea95dccc818c70a7798",
                    "enabled": 1
                }
            },
            "mptcpd": {
                "100": {
                    "checksum": "sha256:bf848203e9b4e05ee5da14c2ced4592f7147f2674b296dd0ff76049364cb5d6d",
                    "enabled": 1
                }
            },
            "mrtg": {
                "100": {
                    "checksum": "sha256:c14a0cfca79de2171c617ec3aa77ab2a0358a78678c6711d570fe829e993a1dd",
                    "enabled": 1
                }
            },
            "mta": {
                "100": {
                    "checksum": "sha256:b8a45a6236afbcd2102f71330ffd2598a99531ec55b84be04b210c3cdea0d6dd",
                    "enabled": 1
                }
            },
            "munin": {
                "100": {
                    "checksum": "sha256:c0e62e19e20f833e62ad6a5fba025b3fc5d5ada2ea29db094f648dfa72cf713c",
                    "enabled": 1
                }
            },
            "mysql": {
                "100": {
                    "checksum": "sha256:5513598214e4ac4737a0f73a4349d8f786334d62ca92ea0099a91d89f5717103",
                    "enabled": 1
                }
            },
            "mythtv": {
                "100": {
                    "checksum": "sha256:971a0c0ef295e7fa2ec443ae9e0d752bb1acab9928fa0c233995b7e7f3f1aad7",
                    "enabled": 1
                }
            },
            "naemon": {
                "100": {
                    "checksum": "sha256:75db52cc67150da8946fb064fa2508885272c63af0628d48c4a35655eb912b79",
                    "enabled": 1
                }
            },
            "nagios": {
                "100": {
                    "checksum": "sha256:68a8d2f4d8b1ebda8d47cb325bed05299f768c756932cf3bc9c027b32142f234",
                    "enabled": 1
                }
            },
            "namespace": {
                "100": {
                    "checksum": "sha256:11505cafa9be1281e93b45a77229c321ac6bafb99673bc4c22e5326a42efca0c",
                    "enabled": 1
                }
            },
            "ncftool": {
                "100": {
                    "checksum": "sha256:5fd7eb85c1fb665c271665cf5c419d3dbb6305dfa40bfa34e8246cdb1232fce2",
                    "enabled": 1
                }
            },
            "netlabel": {
                "100": {
                    "checksum": "sha256:dec9414d3310d4f06ae940978da1b81fea6cbbd52eade15a5c7277558df3cc7b",
                    "enabled": 1
                }
            },
            "netutils": {
                "100": {
                    "checksum": "sha256:31e40dfd1f5a028f5bc20da7b21ebb5103787122703feaeec8555eb067ce41be",
                    "enabled": 1
                }
            },
            "networkmanager": {
                "100": {
                    "checksum": "sha256:26ed3cfe7224044d84743054fa4c4a4fe11b0dadbae54648d2e3c47b9f5e1b5d",
                    "enabled": 1
                }
            },
            "ninfod": {
                "100": {
                    "checksum": "sha256:9b4707184af17bb045236a2b198dc769a6c37716cb03b1c7b49698620ac0d00b",
                    "enabled": 1
                }
            },
            "nis": {
                "100": {
                    "checksum": "sha256:529d649b899b2609c0555f37e1bffd5d764943134a1a36a44bd3c0e58c42ac9b",
                    "enabled": 1
                }
            },
            "nova": {
                "100": {
                    "checksum": "sha256:8072b8372f9a40e1252ec63a0cec6687eef0f7fdec796831fe7359258fae71d7",
                    "enabled": 1
                }
            },
            "nscd": {
                "100": {
                    "checksum": "sha256:21e4816c7552451bf7003ff77e760c89894101990008582618e0e1d183c8bf4c",
                    "enabled": 1
                }
            },
            "nsd": {
                "100": {
                    "checksum": "sha256:811d6c99554491f38f1f09d4d6ec47a7bedbd438ff4aa0c0a9cf5bcbd635b58b",
                    "enabled": 1
                }
            },
            "nslcd": {
                "100": {
                    "checksum": "sha256:1f31f04eb1d7670d7b20305cc9630bd997a7422e591c90fc43ff11e86ce3033f",
                    "enabled": 1
                }
            },
            "ntop": {
                "100": {
                    "checksum": "sha256:35e90cfdcf607f9adedf10cf3e6230e04d4d9186012285a83d2a0af49babd413",
                    "enabled": 1
                }
            },
            "ntp": {
                "100": {
                    "checksum": "sha256:00a08503da498b8a8e909870a25c9e96095d58532cac58be44050af75b2565fb",
                    "enabled": 1
                }
            },
            "numad": {
                "100": {
                    "checksum": "sha256:a067fc44175cf9c5a7aa2763203f773cfe826dd0426c252d4ab6b2aae38c5875",
                    "enabled": 1
                }
            },
            "nut": {
                "100": {
                    "checksum": "sha256:837a6aa61c338fd1711d508ec7ec1430704e05d3e1447c075ac5790c25cb625d",
                    "enabled": 1
                }
            },
            "nvme_stas": {
                "100": {
                    "checksum": "sha256:6da583b7229d5e0e9044bdb93e0b2c24683b50d7b98ac4b7030f2badfb4a3977",
                    "enabled": 1
                }
            },
            "nx": {
                "100": {
                    "checksum": "sha256:99e37fc91859f012471c0382fb758ebb6276680c1aaa487fbfd5a0bb0fcbd32c",
                    "enabled": 1
                }
            },
            "obex": {
                "100": {
                    "checksum": "sha256:eae97e1b0d9f65da798618786f7a44fa088ba644fe43bd46cd518c0838d3317d",
                    "enabled": 1
                }
            },
            "oddjob": {
                "100": {
                    "checksum": "sha256:bd4443d1334e92e171729074cce48baecb8e4707aad0eb6f25d106886866d325",
                    "enabled": 1
                }
            },
            "opafm": {
                "100": {
                    "checksum": "sha256:9e0ccc324238937c2fb3cc36ecb8210c7691b805f3739b23e1cef95be82bff17",
                    "enabled": 1
                }
            },
            "openct": {
                "100": {
                    "checksum": "sha256:66b940104f2ee7b701d17b5f2b7c5787c4d0d27c8434753cd5ffdc34ad662a3e",
                    "enabled": 1
                }
            },
            "opendnssec": {
                "100": {
                    "checksum": "sha256:f0ac631bf1cab954ad343673dbcf311ce2686f1a90858ea31ef2b06260e2e142",
                    "enabled": 1
                }
            },
            "openfortivpn": {
                "100": {
                    "checksum": "sha256:0f8abc6a81b955b9888753f1b26342f1a4c943bdc0ced8cdcfde51c2cd12e0c6",
                    "enabled": 1
                }
            },
            "openhpid": {
                "100": {
                    "checksum": "sha256:b0b40f9da8cbf6f96048d61d33cdedd8c818a8ed3177de37291685089ade8483",
                    "enabled": 1
                }
            },
            "openshift": {
                "100": {
                    "checksum": "sha256:890bfacbe2ba8de8ee35c0d7bb5a8191fdb49819d0d64441bd1d4f442d34adbf",
                    "enabled": 1
                }
            },
            "openshift-origin": {
                "100": {
                    "checksum": "sha256:87d03b717c75c41a100d297e542c47787922e5dd2f01d7b90071263d48687975",
                    "enabled": 1
                }
            },
            "opensm": {
                "100": {
                    "checksum": "sha256:b017922f020abdd60b85a2b5d4743f982e85fca7f783dd32be78311fd5197ba7",
                    "enabled": 1
                }
            },
            "openvpn": {
                "100": {
                    "checksum": "sha256:e165f80516476ffe1b93bdd74ad3a6d69720e0136fc3620f6ec7710dc9765007",
                    "enabled": 1
                }
            },
            "openvswitch": {
                "100": {
                    "checksum": "sha256:e9581e7e22fd035c8e7312f22d04171ffb807e16eb57205413fcca8deac68fc7",
                    "enabled": 1
                }
            },
            "openwsman": {
                "100": {
                    "checksum": "sha256:42155472938e6b25076cda306a0c176db03ae2722597fd4004380b5222589b67",
                    "enabled": 1
                }
            },
            "oracleasm": {
                "100": {
                    "checksum": "sha256:f47fdeba48ebedde1b490b598cb46fd8b30d4e86264f7f3ce68bd2af91409792",
                    "enabled": 1
                }
            },
            "osad": {
                "100": {
                    "checksum": "sha256:ba8c88da0b90ee0eec84f709a7a89bb3b3e458db643317646e8379cb9d403255",
                    "enabled": 1
                }
            },
            "pads": {
                "100": {
                    "checksum": "sha256:6279e391de4f2978d93dd1a88c23aeffb8028bc50d81a0776a7247a011b3898f",
                    "enabled": 1
                }
            },
            "passenger": {
                "100": {
                    "checksum": "sha256:09ef31338f328d05054169704c4cdcb78f291a93fd0d5165fdb33409d1c46018",
                    "enabled": 1
                }
            },
            "pcmcia": {
                "100": {
                    "checksum": "sha256:94fb82e5d82810193cc60f465995348d0fd733501f2691d9cf8058b4bc611078",
                    "enabled": 1
                }
            },
            "pcp": {
                "100": {
                    "checksum": "sha256:c8224a15f7049ea64edc179a5f7b940ffe72c46266cf3bccdf125b1b929e975b",
                    "enabled": 1
                }
            },
            "pcscd": {
                "100": {
                    "checksum": "sha256:b33562b9e8be469abed92ac9cb29e55e58e5d28caf5c5a295486fa1da4035d6b",
                    "enabled": 1
                }
            },
            "pdns": {
                "100": {
                    "checksum": "sha256:e41889c43b795845eb734032b62894802290e804baecf62685e53211ee3997fc",
                    "enabled": 1
                }
            },
            "pegasus": {
                "100": {
                    "checksum": "sha256:e7a2236d582765d729ac6370ac64cca8d7c77537d4e9fd8d93b32997f0561fa5",
                    "enabled": 1
                }
            },
            "permissivedomains": {
                "100": {
                    "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
                    "enabled": 1
                }
            },
            "pesign": {
                "100": {
                    "checksum": "sha256:8b5834f435b3bd76aba49516a21dcc5f45c867c4c1e748543e4c573085c7a15b",
                    "enabled": 1
                }
            },
            "pingd": {
                "100": {
                    "checksum": "sha256:ac0c04cef30f7c01619c07f9e4c2028a7d647cafd46e818e163222bb9f6a98ba",
                    "enabled": 1
                }
            },
            "piranha": {
                "100": {
                    "checksum": "sha256:7518a890684f833f06a9e0db0bc13bc187c3462f83aa0c07848d0fdf8f9d5461",
                    "enabled": 1
                }
            },
            "pkcs": {
                "100": {
                    "checksum": "sha256:2daf9e32ec14aa1b96f49dbc4cdd4afd7d666a87e2ce3acf5c35b32a681fa3e4",
                    "enabled": 1
                }
            },
            "pkcs11proxyd": {
                "100": {
                    "checksum": "sha256:7ab6b9b9691f9a43bb258c657cb2748c10b811530461739b2449a7dcbedc6d5d",
                    "enabled": 1
                }
            },
            "pki": {
                "100": {
                    "checksum": "sha256:949a05604dd067f4bfbe8aefc95565ac5f1b14598713063d245e8f38fbf01a9a",
                    "enabled": 1
                }
            },
            "plymouthd": {
                "100": {
                    "checksum": "sha256:873b2ae3732ee828b2fe956739072318924e333974d09be23d8af18d55150de5",
                    "enabled": 1
                }
            },
            "podsleuth": {
                "100": {
                    "checksum": "sha256:fe135f8a642cd53b19fcbeca60b9eb5e0d2c5cc84f89167e686ae5f9fa42e6ed",
                    "enabled": 1
                }
            },
            "policykit": {
                "100": {
                    "checksum": "sha256:c6dc9c24a34be05b9fecb9dc2566e35a47d7b5d0a70ce3249dda642258374f5f",
                    "enabled": 1
                }
            },
            "polipo": {
                "100": {
                    "checksum": "sha256:0a89a59bbe58e1a5a0d8bb9dab70b6967cda66ce3a110993446d1213a488b631",
                    "enabled": 1
                }
            },
            "portmap": {
                "100": {
                    "checksum": "sha256:15d9f332240b57891a19bd34578401f532242fa4fdae003d872eb1ddb009cf86",
                    "enabled": 1
                }
            },
            "portreserve": {
                "100": {
                    "checksum": "sha256:69fec82f8d2a804a8641167815d32835237f878fe7d9d52297f7d4f4e732f3a8",
                    "enabled": 1
                }
            },
            "postfix": {
                "100": {
                    "checksum": "sha256:7d9e1996a39738bc4bfb144deab9cafcf95aaa1a5639369f433d4788660733b1",
                    "enabled": 1
                }
            },
            "postgresql": {
                "100": {
                    "checksum": "sha256:193af5fba661c32470026dbf229440236737a59efb53b0fabe2c9aba14c35ccc",
                    "enabled": 1
                }
            },
            "postgrey": {
                "100": {
                    "checksum": "sha256:f3beab7d301e925c9114fc16905d28eb713bc118d215abe2f17a3db1514ff93a",
                    "enabled": 1
                }
            },
            "ppp": {
                "100": {
                    "checksum": "sha256:8673b905d5b897c499e6911d91201e349af2666d906dbe2c1abc39c9f3a54116",
                    "enabled": 1
                }
            },
            "prelink": {
                "100": {
                    "checksum": "sha256:99583ebe5e11399512e284d9d4de0752a1a6832e629953072b9ee94bb3980c8f",
                    "enabled": 1
                }
            },
            "prelude": {
                "100": {
                    "checksum": "sha256:a061be8d0233c31d52544aef63959c56aa5c634818898f465d5717918d654266",
                    "enabled": 1
                }
            },
            "privoxy": {
                "100": {
                    "checksum": "sha256:95e34699603fb38d98bc4491202d783f96ad0d51dd80cf80fac65f45b6fc1a4c",
                    "enabled": 1
                }
            },
            "procmail": {
                "100": {
                    "checksum": "sha256:1fea11fb5b09a5956ca32654374d35ef281093f98cda7d0bc462d1b2a9cfcdd4",
                    "enabled": 1
                }
            },
            "prosody": {
                "100": {
                    "checksum": "sha256:e2b0a84c1151d1f51128b53a7f406701188ef5c8ceb18a733db4f62d58a19b98",
                    "enabled": 1
                }
            },
            "psad": {
                "100": {
                    "checksum": "sha256:ecfa830cf53375b2ea1c0fb0921f5adeb47a4471488765fa43e724d7f5e9a11f",
                    "enabled": 1
                }
            },
            "ptchown": {
                "100": {
                    "checksum": "sha256:870f119b4194e42aff2f71722fb1fb11868f88d3bd2f323eacbdefeea2a9ef4e",
                    "enabled": 1
                }
            },
            "publicfile": {
                "100": {
                    "checksum": "sha256:6056d698ab7914842d62ef8908402e481e02014fbcf03c984df01e768f30abf8",
                    "enabled": 1
                }
            },
            "pulseaudio": {
                "100": {
                    "checksum": "sha256:4a01f517ea0fd510aaac2e918afaef70e40175f2c4744d96bc1fd9647c915e1f",
                    "enabled": 1
                }
            },
            "puppet": {
                "100": {
                    "checksum": "sha256:35ea9020284c9fde1e544bb2b15698ea8b3ae46a3187539542ead64bf563020d",
                    "enabled": 1
                }
            },
            "pwauth": {
                "100": {
                    "checksum": "sha256:ef67d14c742393291981705da797a401a758833e7ab4f3a116cce7b662836761",
                    "enabled": 1
                }
            },
            "qatlib": {
                "100": {
                    "checksum": "sha256:3714e0a36d43f8667e80c187637d847425155bde011be321043371b15098e3c8",
                    "enabled": 1
                }
            },
            "qmail": {
                "100": {
                    "checksum": "sha256:e99893e32bdfbe81a09e2b01a27cf0ea8865e54e3b0fcb1563637a4ed59455b2",
                    "enabled": 1
                }
            },
            "qpid": {
                "100": {
                    "checksum": "sha256:cd5654f248ed789cc12534dac789b9c1d3d32d325dceedb4eb27afa2c6c61780",
                    "enabled": 1
                }
            },
            "quantum": {
                "100": {
                    "checksum": "sha256:aa4c8076bcd3d92db74d5e2394d885e6b10d729b86081f1683e349ac6da41794",
                    "enabled": 1
                }
            },
            "quota": {
                "100": {
                    "checksum": "sha256:f34ce67cab4573756019b1589e0e518c4933ef76887e0437f0ae582f6f703a9b",
                    "enabled": 1
                }
            },
            "rabbitmq": {
                "100": {
                    "checksum": "sha256:a759f5eba8608e6190b1649aeb7122d50de1b985878d9c1d5822bef5bc2b88e8",
                    "enabled": 1
                }
            },
            "radius": {
                "100": {
                    "checksum": "sha256:ad64588fda03fd0d8c6e9b7b4afa31b20472df41ee50b68b8e9f07d6878dcf81",
                    "enabled": 1
                }
            },
            "radvd": {
                "100": {
                    "checksum": "sha256:225787ffe39a022ba6c552cd389e2ddb613353c5ca65bbd572d67ccf7dbdef6b",
                    "enabled": 1
                }
            },
            "raid": {
                "100": {
                    "checksum": "sha256:f62647ec8772b099e56d8ecc1df454735d5ce55a64559a1545fab76ac450ff7c",
                    "enabled": 1
                }
            },
            "rasdaemon": {
                "100": {
                    "checksum": "sha256:bdb6f062284dd7b12282604373958122db4d18b262bfd844520e919ed2845e5a",
                    "enabled": 1
                }
            },
            "rdisc": {
                "100": {
                    "checksum": "sha256:4d86b4c1044e1a8766f6ac6ade0296aa461ef5550efae9aeabc99a5c946936f6",
                    "enabled": 1
                }
            },
            "readahead": {
                "100": {
                    "checksum": "sha256:43044ec71b5839b47dc5fa30b7d9ba500908143b64ad3b608775736a44b046d5",
                    "enabled": 1
                }
            },
            "realmd": {
                "100": {
                    "checksum": "sha256:bcad6a7d597f894f1985bf46623a62ac2cbeff634770542c93e40a5fd7be93a9",
                    "enabled": 1
                }
            },
            "redis": {
                "100": {
                    "checksum": "sha256:075a71c98c377420b53c7b584f5d963598d97e7e49f58eb67bf0a5be1b20a908",
                    "enabled": 1
                }
            },
            "remotelogin": {
                "100": {
                    "checksum": "sha256:e6f98b186ddfff611082d29031ae948dd23c737d7ff1d713760d1794906698ae",
                    "enabled": 1
                }
            },
            "restraint": {
                "400": {
                    "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
                    "enabled": 1
                }
            },
            "rhcd": {
                "100": {
                    "checksum": "sha256:92774c1cc6fd16156001c4facda140bb33ddba4269198bd016bda6d92eac079e",
                    "enabled": 1
                }
            },
            "rhcs": {
                "100": {
                    "checksum": "sha256:9c65d7909e4c443dc490c9b58a6e6e5471e58b7e934d10f08359db09b5fc395e",
                    "enabled": 1
                }
            },
            "rhev": {
                "100": {
                    "checksum": "sha256:03591f21a98cba8e5f4c5272a799067eca3ae1520a02dd50c13a607a318dfcc1",
                    "enabled": 1
                }
            },
            "rhgb": {
                "100": {
                    "checksum": "sha256:9b0fc4d87d27875c84b7c21c3b99d0af2e52903b611cb360804fe9f50f9d6f7a",
                    "enabled": 1
                }
            },
            "rhnsd": {
                "100": {
                    "checksum": "sha256:271d37f30d3a338cc9bd6199a488d48a7c88068675c462df5071bca8c1f7c438",
                    "enabled": 1
                }
            },
            "rhsmcertd": {
                "100": {
                    "checksum": "sha256:61036c73929ee84e32b776ecf2e8d03c2446addfa928834f0e95a44b92a4d5e5",
                    "enabled": 1
                }
            },
            "rhts": {
                "400": {
                    "checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c",
                    "enabled": 1
                }
            },
            "ricci": {
                "100": {
                    "checksum": "sha256:308e6f81ea6fe3a196db021ad12cb7baae8bdd19f212bdc1f8ab404c27019abe",
                    "enabled": 1
                }
            },
            "rkhunter": {
                "100": {
                    "checksum": "sha256:aef52847742df6eecd94fe50a9fd5021637088620a576daa6659b9783b9d8553",
                    "enabled": 1
                }
            },
            "rkt": {
                "100": {
                    "checksum": "sha256:99e9cda55e22a71ebb3d74c56051f69ae895dd8134b627dcafda4b0a925e9ae9",
                    "enabled": 1
                }
            },
            "rlogin": {
                "100": {
                    "checksum": "sha256:6d7c850c1ee0942bd60c30a8f112b82fb182a24bc594d3707bf7801c4b80d5ad",
                    "enabled": 1
                }
            },
            "rngd": {
                "100": {
                    "checksum": "sha256:8b5d8041e76b9fdbad0d45ad1a37975171e424e56718dc139a93063729905cd5",
                    "enabled": 1
                }
            },
            "rolekit": {
                "100": {
                    "checksum": "sha256:01ae038a225e72270a6acc6bc6cc0b36c3b09a10e68112da9ec1b9d91fb414d5",
                    "enabled": 1
                }
            },
            "roundup": {
                "100": {
                    "checksum": "sha256:3b74654cbf5033ee6ab8c2dbc22773af846c129879c2b7355bc99df7c293833c",
                    "enabled": 1
                }
            },
            "rpc": {
                "100": {
                    "checksum": "sha256:c97daf9137ca479db4a7315e77f4475158475e674a12e1f42fa97f9db6cb398e",
                    "enabled": 1
                }
            },
            "rpcbind": {
                "100": {
                    "checksum": "sha256:a369faf5cb76fd3dd29929a38cd6b3221e7f98cb3c57675cfeeef9736b041283",
                    "enabled": 1
                }
            },
            "rpm": {
                "100": {
                    "checksum": "sha256:ededd2ec5ee4506eab2315599bf43a3deb8ceb83686c97406722968f5e93d759",
                    "enabled": 1
                }
            },
            "rrdcached": {
                "100": {
                    "checksum": "sha256:d542bd71ac70b65fbe712194a3727e826ac414096230de7bc5c4a2aea037756f",
                    "enabled": 1
                }
            },
            "rshd": {
                "100": {
                    "checksum": "sha256:d87f4f7f764a6282dccdfba116b34296f94f62e44c8ac2b51ae6ae7850be63e2",
                    "enabled": 1
                }
            },
            "rshim": {
                "100": {
                    "checksum": "sha256:0ddb10f8d7a2bcd92cc2e68302467326c643e02a5623151c3168135a3ec290de",
                    "enabled": 1
                }
            },
            "rssh": {
                "100": {
                    "checksum": "sha256:d5958076535790d5bad592f7eb70977ac9437bc0a7f97b34e431b9f414973648",
                    "enabled": 1
                }
            },
            "rsync": {
                "100": {
                    "checksum": "sha256:a0a5f9fa55b3888c84c566cce656011bc1ad8dab2c4b700ea6bf2341f556d590",
                    "enabled": 1
                }
            },
            "rtas": {
                "100": {
                    "checksum": "sha256:341b47d041b0df0aeadce1cd1a3cfa195aa9c5569d8f998edcd0169c13017894",
                    "enabled": 1
                }
            },
            "rtkit": {
                "100": {
                    "checksum": "sha256:5fab287cedea124b92aecc21550dafa4218805485040915716c00486d9cf04ca",
                    "enabled": 1
                }
            },
            "rwho": {
                "100": {
                    "checksum": "sha256:75872a4c3a9922ba6935d078f68aab2b562705085e258aeb7dd2bfc3e087615c",
                    "enabled": 1
                }
            },
            "samba": {
                "100": {
                    "checksum": "sha256:05494ae3fb06ea416662e5084c9d198628eccefebaf32ade8476957c08ee5736",
                    "enabled": 1
                }
            },
            "sambagui": {
                "100": {
                    "checksum": "sha256:8ead836404a7e8a8b68aabeee3c649c214df9699b45f6c784989b3fcdd4f9e1a",
                    "enabled": 1
                }
            },
            "sandboxX": {
                "100": {
                    "checksum": "sha256:0776fe05eb5bcea62b434f30b893f79c06c7a18f352de24ed2546817f566c429",
                    "enabled": 1
                }
            },
            "sanlock": {
                "100": {
                    "checksum": "sha256:28c6186dc1bc711d42a3d1d2ff051038f0dd4a0259544e52f68c61139efd3a4e",
                    "enabled": 1
                }
            },
            "sap": {
                "100": {
                    "checksum": "sha256:1ba912e3e1e441a6b3f7b88c5603ff8ae915efdee90a76ae34e41d8556d851b0",
                    "enabled": 1
                }
            },
            "sasl": {
                "100": {
                    "checksum": "sha256:61fd6af55a226605d0ad608c145c6650ccb29b31d7ccf50e32b95ec7686c53b3",
                    "enabled": 1
                }
            },
            "sbd": {
                "100": {
                    "checksum": "sha256:f4a521054bd52ace05da7d520aabd132df773acf3037e2f414d81fe27f9ef04a",
                    "enabled": 1
                }
            },
            "sblim": {
                "100": {
                    "checksum": "sha256:9f9bcb3b8190d76c1381443107531fc17c78be637320f00310e4784a7ebc5c3a",
                    "enabled": 1
                }
            },
            "screen": {
                "100": {
                    "checksum": "sha256:e0cbb8905423a2b910876e9ae63348c3abb6fde30522e4b2124b06818f35638f",
                    "enabled": 1
                }
            },
            "secadm": {
                "100": {
                    "checksum": "sha256:8ba05b99b8e53560434f3e089cf7b104a3545febf9e28fdf0f03960e4741d88a",
                    "enabled": 1
                }
            },
            "sectoolm": {
                "100": {
                    "checksum": "sha256:515aa85f67c92cfedced542c1222bd136f8fb51801166f807145141acf212736",
                    "enabled": 1
                }
            },
            "selinuxutil": {
                "100": {
                    "checksum": "sha256:39bb95e8d530daf28f0a11f4182e253e8b4f62a26c69874261ad37c9cd1e9c8b",
                    "enabled": 1
                }
            },
            "sendmail": {
                "100": {
                    "checksum": "sha256:9ec599103477e82c5a8da5e47ae1056cc519ccb236e171f9acfcc748af47b679",
                    "enabled": 1
                }
            },
            "sensord": {
                "100": {
                    "checksum": "sha256:a422c0e74e5b98d753f582bc2adacd6be541580fdd4b226ccd9cd05ece2eba08",
                    "enabled": 1
                }
            },
            "setrans": {
                "100": {
                    "checksum": "sha256:96030787f55e1e8c4d76f22919ca8dcf17a16cd08de745aad5b7f740f14c1958",
                    "enabled": 1
                }
            },
            "setroubleshoot": {
                "100": {
                    "checksum": "sha256:20f38095965fcc5d0b454413085c7609588086942ae89a65d19d6e6e0a06a9ee",
                    "enabled": 1
                }
            },
            "seunshare": {
                "100": {
                    "checksum": "sha256:fc381f26f9cbc83f72d5063e4d028a5365401a202052012755fa49ea63a51a42",
                    "enabled": 1
                }
            },
            "sge": {
                "100": {
                    "checksum": "sha256:3ff3ca366bd0571039f42bf990acbe10aed992be87c89450536e2fdc0e31961a",
                    "enabled": 1
                }
            },
            "shorewall": {
                "100": {
                    "checksum": "sha256:19e4f50a756989bafc3d30aa2679b9730c5a297e1aa20f71425f024fe934c574",
                    "enabled": 1
                }
            },
            "slocate": {
                "100": {
                    "checksum": "sha256:15789a6c47c2eba6ef224a7f4464819b37ed76cc6d7efadc7b1be0f212c85046",
                    "enabled": 1
                }
            },
            "slpd": {
                "100": {
                    "checksum": "sha256:404e3e22459d7cb94c12408a3bc9d320f58eee24788ac11648318722d1bc0bee",
                    "enabled": 1
                }
            },
            "smartmon": {
                "100": {
                    "checksum": "sha256:628fc3630bfcc5437ffbe528c3c4c0d7a08130b7b01cb1a66cd630bf05eb8795",
                    "enabled": 1
                }
            },
            "smokeping": {
                "100": {
                    "checksum": "sha256:f05ecf227e69b096900cc9fcd863a6d5457d64d1c0c41b9b1fc9aac20d02160d",
                    "enabled": 1
                }
            },
            "smoltclient": {
                "100": {
                    "checksum": "sha256:92f62e04b6f14736d375aae3c22f2da5edec288a6997212d194e062501a7128b",
                    "enabled": 1
                }
            },
            "smsd": {
                "100": {
                    "checksum": "sha256:006443b6c33a37037fdc4dc689bbfc7695251a2766429859137555797652aa33",
                    "enabled": 1
                }
            },
            "snapper": {
                "100": {
                    "checksum": "sha256:2af2c59f061d181581c0ee972630cac466f74d873731de2aa4a27dd0b9fdad9b",
                    "enabled": 1
                }
            },
            "snmp": {
                "100": {
                    "checksum": "sha256:c9ef0cdfb822eba65e29c8bd6594ad8cf9bc5a7cdc3aeef553475c7127619d4b",
                    "enabled": 1
                }
            },
            "snort": {
                "100": {
                    "checksum": "sha256:4068e4127dc3f2252006ed676a6c27c3ee34df690139c8d5c55813ea30e7ceed",
                    "enabled": 1
                }
            },
            "sosreport": {
                "100": {
                    "checksum": "sha256:25fdb658f00c0a3bc753a69bfb58d2f054903e7000ad0c7788c3eb712d79bac6",
                    "enabled": 1
                }
            },
            "soundserver": {
                "100": {
                    "checksum": "sha256:a8a0fa6265d7b4b17243ff1fca6f0ba49135e12d0ded004bb7c515291f30641b",
                    "enabled": 1
                }
            },
            "spamassassin": {
                "100": {
                    "checksum": "sha256:6a40d1bd53affea088d732dfa1cd97b0dbb30d88a5667ccf25c148942e3153b5",
                    "enabled": 1
                }
            },
            "speech-dispatcher": {
                "100": {
                    "checksum": "sha256:f23e5facc957ee792b529612c165040e87df4a7b49dc09c7887d2c5e6e4d7e41",
                    "enabled": 1
                }
            },
            "squid": {
                "100": {
                    "checksum": "sha256:68b2c3f88c1457ed4474f6ebbc85329d444acf473b25b0c505d58ee338399176",
                    "enabled": 1
                }
            },
            "ssh": {
                "100": {
                    "checksum": "sha256:c2e79983fbc000e7909a339e8c5db16c57989f7df53182fcdd907017cdd09eef",
                    "enabled": 1
                }
            },
            "sslh": {
                "100": {
                    "checksum": "sha256:008b343789eb4b2aef06e0eace24fb651fe60e8851b9f86bf5aa8b5e6eba8092",
                    "enabled": 1
                }
            },
            "sssd": {
                "100": {
                    "checksum": "sha256:3e002e9f28e23f909ff86d1fbd93f16f5fa23e4803988f99eab78fcb5ea968c2",
                    "enabled": 1
                }
            },
            "staff": {
                "100": {
                    "checksum": "sha256:aa67b8e3b4e6a9795ac9b1d96527d69bb4f202f78e89d42241b697cd2590637f",
                    "enabled": 1
                }
            },
            "stalld": {
                "100": {
                    "checksum": "sha256:bb467e55083903177f5b764521080eb672d20393c61f174a1797a4ed7634ff93",
                    "enabled": 1
                }
            },
            "stapserver": {
                "100": {
                    "checksum": "sha256:67d0f2920bcead63390df082d6e187d9317e6ac0330fbd2f40cc29b054845b16",
                    "enabled": 1
                }
            },
            "stratisd": {
                "100": {
                    "checksum": "sha256:7581441e9dd2586371712d1c173061e6e3c0085e8654c97940963b168a7ea3ef",
                    "enabled": 1
                }
            },
            "stunnel": {
                "100": {
                    "checksum": "sha256:b6dbad9b252aec8e5a939b3e08454119cbea8725c83e410c260d6a06a388cd8f",
                    "enabled": 1
                }
            },
            "su": {
                "100": {
                    "checksum": "sha256:857ff8acea720516985a8942d946c75b39ab4150b8983cdc0ba3ed99c82d1885",
                    "enabled": 1
                }
            },
            "sudo": {
                "100": {
                    "checksum": "sha256:9877c22302189668e7a948cfda4273f7455d6f2ecec0bb6e1f3ffb2a217dc9d0",
                    "enabled": 1
                }
            },
            "svnserve": {
                "100": {
                    "checksum": "sha256:bb2418014f2be4d6b143586490bba8f56ee56d0b6a938b795118fa204f829016",
                    "enabled": 1
                }
            },
            "swift": {
                "100": {
                    "checksum": "sha256:8ffa1ab3ff17d35c16b701936fb37a4a1f398c801c51310cc084cebc0acf4f7c",
                    "enabled": 1
                }
            },
            "sysadm": {
                "100": {
                    "checksum": "sha256:e35a582f0adf2097f4ed9f762ef61236019c35020c6e9d11087f8e05c31515ad",
                    "enabled": 1
                }
            },
            "sysadm_secadm": {
                "100": {
                    "checksum": "sha256:26c80707a4a08f665d249670d9329eda36af31bdbb084d49e72198221090b7b8",
                    "enabled": 1
                }
            },
            "sysnetwork": {
                "100": {
                    "checksum": "sha256:3d4405968a8c9095460ab7e66da67f4e1168eb7194d630559aa58b78bdb25135",
                    "enabled": 1
                }
            },
            "sysstat": {
                "100": {
                    "checksum": "sha256:b767e9a66c473f2e3bb06336f0119a220bf08ef4380333c16b19acd05fb40f6d",
                    "enabled": 1
                }
            },
            "systemd": {
                "100": {
                    "checksum": "sha256:067e0063142bbecc07595ff809dde7c9b1709cc7e89c3190f11713ac2bdb8166",
                    "enabled": 1
                }
            },
            "tangd": {
                "100": {
                    "checksum": "sha256:8be8dbcf7392331a36d09547dc7a136f37b21e7eefacc7a849dd3ea29a8c2f1a",
                    "enabled": 1
                }
            },
            "targetd": {
                "100": {
                    "checksum": "sha256:61a7d4ed0bbad560b1507fb13a27cb80f0ba9177e188369ee0388e208ad9a86e",
                    "enabled": 1
                }
            },
            "tcpd": {
                "100": {
                    "checksum": "sha256:f90f0a080b7822408e608f8ace404c2b3a7cce145fafda16d16c39c90412dd7b",
                    "enabled": 1
                }
            },
            "tcsd": {
                "100": {
                    "checksum": "sha256:e876f3f8dc496189fa7344870ca42edfd421dda506dcaaeaac67881f1c4a9f13",
                    "enabled": 1
                }
            },
            "telepathy": {
                "100": {
                    "checksum": "sha256:28d44df10f515e1f265d7bbdf51a377351efaaf2831b6bcc1ced928a358436ac",
                    "enabled": 1
                }
            },
            "telnet": {
                "100": {
                    "checksum": "sha256:7da89bf5c9cf25955b4516e9fa763239b7bb23084aad6a04c1933fd50cf315e9",
                    "enabled": 1
                }
            },
            "tftp": {
                "100": {
                    "checksum": "sha256:05185332feaed95a99162df1b3dc2bfb37c879d514db78015c4c083ca57028fd",
                    "enabled": 1
                }
            },
            "tgtd": {
                "100": {
                    "checksum": "sha256:178828a7d7ff1c30a3df812905214bce9de2ca0744dbe4dfe01691deb01d629e",
                    "enabled": 1
                }
            },
            "thin": {
                "100": {
                    "checksum": "sha256:2a20802eaae04dc1cf81bd9149ebd4db8e88eec3388b2d50bf078826d24994f0",
                    "enabled": 1
                }
            },
            "thumb": {
                "100": {
                    "checksum": "sha256:dffaeb8dd84c75f302c5cab90c3e892c5f6e6efa26167a9f8efe949ac613f99d",
                    "enabled": 1
                }
            },
            "timedatex": {
                "100": {
                    "checksum": "sha256:f29a6896ff0b88c513fe7998390aae2ebe6c1d6f5785e10c6ca33c6411a8bfdf",
                    "enabled": 1
                }
            },
            "tlp": {
                "100": {
                    "checksum": "sha256:9fd7f4b68daa0c6c8597e029f0a269e89731c2169d3f5d296062ca682d4e3ebf",
                    "enabled": 1
                }
            },
            "tmpreaper": {
                "100": {
                    "checksum": "sha256:9c14537b3fc129bf5e108017c16a8b5175f1c8a50ccb9d578bedb620e0e32503",
                    "enabled": 1
                }
            },
            "tomcat": {
                "100": {
                    "checksum": "sha256:48d267290c8bb1bb35a48bede09286690dde4c2991be32256776137569f6c586",
                    "enabled": 1
                }
            },
            "tor": {
                "100": {
                    "checksum": "sha256:18a978369799a6144a4dd7e0cab365a6c200218e64b453a70dd501613de3e379",
                    "enabled": 1
                }
            },
            "tuned": {
                "100": {
                    "checksum": "sha256:6455edecd5a99a3f6a3d28887408b6e4a65532965072d0733ba271e66712345b",
                    "enabled": 1
                }
            },
            "tvtime": {
                "100": {
                    "checksum": "sha256:80d528807e7b8e942a801bdfab3fc402dbc09163536462ccd8a678dcfba4725c",
                    "enabled": 1
                }
            },
            "udev": {
                "100": {
                    "checksum": "sha256:7f90ada00012cf15d357503034f98494f56c9f1e6bb82249e4a2092fe0991be5",
                    "enabled": 1
                }
            },
            "ulogd": {
                "100": {
                    "checksum": "sha256:cd675dd586c7bf94418a5fdddc2f87502970ec19911356ec1d628b109a339dcf",
                    "enabled": 1
                }
            },
            "uml": {
                "100": {
                    "checksum": "sha256:612f53a60d4b66f641a379ce5f96d27fe6214edf138a579be295d4fcabf28b94",
                    "enabled": 1
                }
            },
            "unconfined": {
                "100": {
                    "checksum": "sha256:a1fbd41ce1ac921d18a97dbcb741ce9a1cdd7fe6867c676400c648f713603052",
                    "enabled": 1
                }
            },
            "unconfineduser": {
                "100": {
                    "checksum": "sha256:1f9ddc44dd992f32b0bc2788c6310c5c48536a06bf8a2855ec52999d1b13f1ac",
                    "enabled": 1
                }
            },
            "unlabelednet": {
                "100": {
                    "checksum": "sha256:8674a308bc39857ae30458a7ffe592c50fa6c61ed9efbda30016b9f5fcc55cb8",
                    "enabled": 1
                }
            },
            "unprivuser": {
                "100": {
                    "checksum": "sha256:6843c341541e72e6e070ecda04baf2244fbcd2c50e876e403ab218959f39e7da",
                    "enabled": 1
                }
            },
            "updfstab": {
                "100": {
                    "checksum": "sha256:81736986d7599acaab02dd9a6512d81ea7f59476edccbe71b3ef32da493f5cd2",
                    "enabled": 1
                }
            },
            "usbmodules": {
                "100": {
                    "checksum": "sha256:77c24ef9ae5b3e19e29054146e0b09b7fed37fb70aff8e9d53e85e262050d22a",
                    "enabled": 1
                }
            },
            "usbmuxd": {
                "100": {
                    "checksum": "sha256:025da4e2c2b5788f98226701462c27cefe41ce6abb617c699a29f5568678dae7",
                    "enabled": 1
                }
            },
            "userdomain": {
                "100": {
                    "checksum": "sha256:7762b92e8c8abf9e77a3cc23071aa6ce461d57fc4c629858f23195fb7a74d789",
                    "enabled": 1
                }
            },
            "userhelper": {
                "100": {
                    "checksum": "sha256:7bf185d5031851326d2d108c0d70d9653b1dc80d77f9d7f58d66250df509245f",
                    "enabled": 1
                }
            },
            "usermanage": {
                "100": {
                    "checksum": "sha256:f69db7e7153bd486110c500cb4817d274c159179afc4aa01eb1b86af39f01483",
                    "enabled": 1
                }
            },
            "usernetctl": {
                "100": {
                    "checksum": "sha256:8f0c31f0713ab3e13fcea14186a5b0e749791dd7de8967efe21b6b427d1e0378",
                    "enabled": 1
                }
            },
            "uucp": {
                "100": {
                    "checksum": "sha256:2eb5e03e9e4a0a294e97adcaa6e188881917f403561330d4c585f24c0e8801f0",
                    "enabled": 1
                }
            },
            "uuidd": {
                "100": {
                    "checksum": "sha256:2348ef1729d8e40d4287325736452cce1c24fcdf5af11df06d315e6a3ac6acf6",
                    "enabled": 1
                }
            },
            "varnishd": {
                "100": {
                    "checksum": "sha256:ecfe0c70380e1129186a81bc8778fe5904c88fd9c616ad69851241dd57d7fd78",
                    "enabled": 1
                }
            },
            "vdagent": {
                "100": {
                    "checksum": "sha256:8c8faf892551960dce6c61dbc2145ee637921a7ff62cc96328978d9946024ebd",
                    "enabled": 1
                }
            },
            "vhostmd": {
                "100": {
                    "checksum": "sha256:04f9af430360595438f29cdba50fe3ce96fbe3a59cd1396d168cf3be57469538",
                    "enabled": 1
                }
            },
            "virt": {
                "100": {
                    "checksum": "sha256:0ca9b42013b2afcc9270bb5764d8f2437c262987975947876c9500804321ddd8",
                    "enabled": 1
                }
            },
            "vlock": {
                "100": {
                    "checksum": "sha256:e213b634c2093ebf894adad9287c670dd73e43c79538c1e11d6b0cff574fd23d",
                    "enabled": 1
                }
            },
            "vmtools": {
                "100": {
                    "checksum": "sha256:9d2650b10280e0ecbdbb20692515598049e290ebfb426eafa5c0b067a2d33bf1",
                    "enabled": 1
                }
            },
            "vmware": {
                "100": {
                    "checksum": "sha256:e1a096c9fa1aa6c4244c3cf8340c14a67ba60ade122a7bb5167604c4cdc2e341",
                    "enabled": 1
                }
            },
            "vnstatd": {
                "100": {
                    "checksum": "sha256:03ccc49fc408c718f89b93502f1a7073efc8d9f81d18bcb69cede46300340130",
                    "enabled": 1
                }
            },
            "vpn": {
                "100": {
                    "checksum": "sha256:71544fa054595557124ab7098947a966e33b98584eb1345f955e754be531038e",
                    "enabled": 1
                }
            },
            "w3c": {
                "100": {
                    "checksum": "sha256:57482e874ec657d4d2a5840a4de5524df24b14e974e1a19e42bffc12428a5eca",
                    "enabled": 1
                }
            },
            "watchdog": {
                "100": {
                    "checksum": "sha256:81379d3f5bd7462ef59a44e4e6bbc5d5261fc8633be7a7ed9da248b7ed47700a",
                    "enabled": 1
                }
            },
            "wdmd": {
                "100": {
                    "checksum": "sha256:f0cec2f5898981b4e2768802facb4eee17c42e46d8da58b20467d7fd5ba0ed3b",
                    "enabled": 1
                }
            },
            "webadm": {
                "100": {
                    "checksum": "sha256:994f8fb7a32079d30b68a1cc4c51fe6a10e425c6145a689e32ac0053a2ded7c4",
                    "enabled": 1
                }
            },
            "webalizer": {
                "100": {
                    "checksum": "sha256:ec56ec85299e7b46853f9d34abae5c56aba7244054e48ac40cb4cf6dee602dc1",
                    "enabled": 1
                }
            },
            "wine": {
                "100": {
                    "checksum": "sha256:2750d4c101cacb336bb717f3beba2e0967ce6d957609f647e6f92966536894c6",
                    "enabled": 1
                }
            },
            "wireguard": {
                "100": {
                    "checksum": "sha256:c039f714e791b72444890960412088848de91a23b909cab26386369f6fa55b67",
                    "enabled": 1
                }
            },
            "wireshark": {
                "100": {
                    "checksum": "sha256:60940e6f75a00c73fd15eea03eb69aa8151b3457020034910aa0a2b714cc2241",
                    "enabled": 1
                }
            },
            "xen": {
                "100": {
                    "checksum": "sha256:92dfa4c75176cfa571f1310629ba5befe920f6cbbec03144aa23a87a1e27e2f3",
                    "enabled": 1
                }
            },
            "xguest": {
                "100": {
                    "checksum": "sha256:1862f5d7cfb921ef8b6adf56afd19db431a8f1aca74a38f46a543b83c0d02ac7",
                    "enabled": 1
                }
            },
            "xserver": {
                "100": {
                    "checksum": "sha256:ce38e8a07ff5e1061cc51311f31a91233e02fd23d57ee21b9977c02ae6e361c1",
                    "enabled": 1
                }
            },
            "zabbix": {
                "100": {
                    "checksum": "sha256:bf751940e6d5acd7944addf8099e67e309b367b70a5ffba89a437301b7251619",
                    "enabled": 1
                }
            },
            "zarafa": {
                "100": {
                    "checksum": "sha256:cf760718fd967208648f32ae3528e9d42e7e2933487d3052bd5809474fc577ec",
                    "enabled": 1
                }
            },
            "zebra": {
                "100": {
                    "checksum": "sha256:bba64baddec0addb05ac038c6a89a5a0fab53e43d797d8353a8a209cd66ca4e2",
                    "enabled": 1
                }
            },
            "zoneminder": {
                "100": {
                    "checksum": "sha256:4e20f61fbbe4afebaa084066e9e4c445c6d7d36e1254642bef5315313333ad40",
                    "enabled": 1
                }
            },
            "zosremote": {
                "100": {
                    "checksum": "sha256:d0b7718e1270a44a288569b8a2f8c0a4931ea45a4c4e04b6264e0ff4f7752283",
                    "enabled": 1
                }
            }
        },
        "selinux_priorities": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Tuesday 30 July 2024  20:24:04 -0400 (0:00:04.334)       0:01:38.622 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Tuesday 30 July 2024  20:24:04 -0400 (0:00:00.049)       0:01:38.672 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Tuesday 30 July 2024  20:24:04 -0400 (0:00:00.035)       0:01:38.707 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Tuesday 30 July 2024  20:24:04 -0400 (0:00:00.058)       0:01:38.765 ********** 
included: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed_node1

TASK [Generate certificates] ***************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Tuesday 30 July 2024  20:24:04 -0400 (0:00:00.131)       0:01:38.897 ********** 
included: fedora.linux_system_roles.certificate for managed_node1

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Tuesday 30 July 2024  20:24:04 -0400 (0:00:00.086)       0:01:38.983 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Tuesday 30 July 2024  20:24:05 -0400 (0:00:00.073)       0:01:39.056 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Tuesday 30 July 2024  20:24:05 -0400 (0:00:00.055)       0:01:39.111 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Tuesday 30 July 2024  20:24:05 -0400 (0:00:00.046)       0:01:39.157 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Tuesday 30 July 2024  20:24:05 -0400 (0:00:00.044)       0:01:39.202 ********** 
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"
}
skipping: [managed_node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed_node1] => (item=CentOS_9.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [managed_node1] => (item=CentOS_9.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Tuesday 30 July 2024  20:24:05 -0400 (0:00:00.099)       0:01:39.302 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Tuesday 30 July 2024  20:24:06 -0400 (0:00:00.926)       0:01:40.228 ********** 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Tuesday 30 July 2024  20:24:07 -0400 (0:00:00.971)       0:01:41.200 ********** 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Tuesday 30 July 2024  20:24:07 -0400 (0:00:00.391)       0:01:41.592 ********** 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Tuesday 30 July 2024  20:24:08 -0400 (0:00:00.394)       0:01:41.986 ********** 
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": "Tue 2024-07-30 20:22:54 EDT",
        "ActiveEnterTimestampMonotonic": "1118653166",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice network.target dbus.socket dbus-broker.service sysinit.target systemd-journald.socket syslog.target basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:22:54 EDT",
        "AssertTimestampMonotonic": "1118633284",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "576443000",
        "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": "Tue 2024-07-30 20:22:54 EDT",
        "ConditionTimestampMonotonic": "1118633280",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlGroupId": "11964",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "151937",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:22:54 EDT",
        "ExecMainStartTimestampMonotonic": "1118644633",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:22:54 EDT",
        "InactiveExitTimestampMonotonic": "1118644923",
        "InvocationID": "e3ff91eb1d1c4ff6a1c0dfca09a5a01b",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "151937",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "3891200",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus-broker.service",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:23:38 EDT",
        "StateChangeTimestampMonotonic": "1163030451",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Tuesday 30 July 2024  20:24:08 -0400 (0:00:00.553)       0:01:42.540 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.817)       0:01:43.357 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.069)       0:01:43.426 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.049)       0:01:43.475 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.048)       0:01:43.523 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.075)       0:01:43.599 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.048)       0:01:43.648 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.046)       0:01:43.694 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.099)       0:01:43.794 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.048)       0:01:43.842 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.048)       0:01:43.890 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Tuesday 30 July 2024  20:24:09 -0400 (0:00:00.045)       0:01:43.936 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.066)       0:01:44.002 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.061)       0:01:44.063 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.050)       0:01:44.114 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.040)       0:01:44.155 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.042)       0:01:44.197 ********** 
ok: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.078)       0:01:44.275 ********** 
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.132)       0:01:44.408 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.101)       0:01:44.510 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.048)       0:01:44.559 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Tuesday 30 July 2024  20:24:10 -0400 (0:00:00.042)       0:01:44.601 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Tuesday 30 July 2024  20:24:12 -0400 (0:00:00.911)       0:01:46.472 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2310.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Tuesday 30 July 2024  20:24:12 -0400 (0:00:00.046)       0:01:46.518 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Tuesday 30 July 2024  20:24:12 -0400 (0:00:00.040)       0:01:46.559 ********** 
ok: [managed_node1] => {}

MSG:

Rsyslog_version is 8.2310.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Tuesday 30 July 2024  20:24:12 -0400 (0:00:00.090)       0:01:46.650 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Tuesday 30 July 2024  20:24:12 -0400 (0:00:00.040)       0:01:46.691 ********** 
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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Tuesday 30 July 2024  20:24:13 -0400 (0:00:00.376)       0:01:47.067 ********** 
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": 59,
    "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Tuesday 30 July 2024  20:24:13 -0400 (0:00:00.375)       0:01:47.442 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Tuesday 30 July 2024  20:24:13 -0400 (0:00:00.374)       0:01:47.817 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Tuesday 30 July 2024  20:24:13 -0400 (0:00:00.107)       0:01:47.924 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Tuesday 30 July 2024  20:24:15 -0400 (0:00:01.366)       0:01:49.291 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.048)       0:01:49.339 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.055)       0:01:49.395 ********** 
ok: [managed_node1] => (item={'name': 'system_input', 'type': 'basics'}) => {
    "ansible_facts": {
        "__rsyslog_basics_packages": []
    },
    "ansible_included_var_files": [
        "/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.052)       0:01:49.447 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.134)       0:01:49.581 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.072)       0:01:49.653 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.043)       0:01:49.697 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.038)       0:01:49.735 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.049)       0:01:49.785 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.040)       0:01:49.825 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.075)       0:01:49.900 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:15 -0400 (0:00:00.042)       0:01:49.942 ********** 
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-1722385456.1720283-22808-203456492001214/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:16 -0400 (0:00:00.856)       0:01:50.798 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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-1722385456.1720283-22808-203456492001214/.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-1722385456.1720283-22808-203456492001214/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:16 -0400 (0:00:00.051)       0:01:50.850 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.245)       0:01:51.095 ********** 
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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.069)       0:01:51.165 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.101)       0:01:51.266 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.074)       0:01:51.340 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.053)       0:01:51.393 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.053)       0:01:51.446 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.051)       0:01:51.498 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.053)       0:01:51.551 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.052)       0:01:51.604 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:17 -0400 (0:00:00.119)       0:01:51.723 ********** 
Notification for handler Restart rsyslogd has been saved.
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-relp-8.2310.0-4.el9.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:19 -0400 (0:00:01.563)       0:01:53.287 ********** 
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-1722385459.3652027-22842-256432228084313/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:20 -0400 (0:00:00.719)       0:01:54.006 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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-1722385456.1720283-22808-203456492001214/.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-1722385456.1720283-22808-203456492001214/.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-1722385459.3652027-22842-256432228084313/.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-1722385459.3652027-22842-256432228084313/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:20 -0400 (0:00:00.053)       0:01:54.060 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16
Tuesday 30 July 2024  20:24:20 -0400 (0:00:00.051)       0:01:54.111 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:20 -0400 (0:00:00.080)       0:01:54.191 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:20 -0400 (0:00:00.044)       0:01:54.236 ********** 
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-1722385460.377131-22861-35507790062034/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.775)       0:01:55.012 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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-1722385456.1720283-22808-203456492001214/.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-1722385456.1720283-22808-203456492001214/.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-1722385459.3652027-22842-256432228084313/.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-1722385459.3652027-22842-256432228084313/.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-1722385460.377131-22861-35507790062034/.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-1722385460.377131-22861-35507790062034/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.053)       0:01:55.066 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.168)       0:01:55.234 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.122)       0:01:55.356 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.052)       0:01:55.409 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.052)       0:01:55.462 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.053)       0:01:55.515 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.053)       0:01:55.568 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.049)       0:01:55.618 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:21 -0400 (0:00:00.074)       0:01:55.692 ********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:22 -0400 (0:00:00.916)       0:01:56.609 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:23 -0400 (0:00:00.652)       0:01:57.261 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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-1722385456.1720283-22808-203456492001214/.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-1722385456.1720283-22808-203456492001214/.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-1722385459.3652027-22842-256432228084313/.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-1722385459.3652027-22842-256432228084313/.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-1722385460.377131-22861-35507790062034/.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-1722385460.377131-22861-35507790062034/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:23 -0400 (0:00:00.054)       0:01:57.316 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16
Tuesday 30 July 2024  20:24:23 -0400 (0:00:00.098)       0:01:57.415 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:23 -0400 (0:00:00.079)       0:01:57.495 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:23 -0400 (0:00:00.046)       0:01:57.541 ********** 
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=["*.us-east-1.aws.redhat.com"]\n    )\n}\n'}]}) => {
    "ansible_loop_var": "inner_item",
    "changed": true,
    "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
    "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=[\"*.us-east-1.aws.redhat.com\"]\n    )\n}\n"
            }
        ],
        "state": "present",
        "type": "output",
        "weight": "31"
    },
    "md5sum": "381201b4a2cd8354197ef313197f43e4",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:syslog_conf_t:s0",
    "size": 491,
    "src": "/root/.ansible/tmp/ansible-tmp-1722385463.6827664-22909-179333550656846/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:24 -0400 (0:00:00.764)       0:01:58.306 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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-1722385456.1720283-22808-203456492001214/.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-1722385456.1720283-22808-203456492001214/.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-1722385459.3652027-22842-256432228084313/.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-1722385459.3652027-22842-256432228084313/.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-1722385460.377131-22861-35507790062034/.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-1722385460.377131-22861-35507790062034/.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": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                        "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=[\"*.us-east-1.aws.redhat.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                                "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-1722385463.6827664-22909-179333550656846/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "381201b4a2cd8354197ef313197f43e4",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 491,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385463.6827664-22909-179333550656846/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:24 -0400 (0:00:00.057)       0:01:58.363 ********** 
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=["*.us-east-1.aws.redhat.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_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=[\"*.us-east-1.aws.redhat.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 : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Tuesday 30 July 2024  20:24:24 -0400 (0:00:00.114)       0:01:58.478 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:24 -0400 (0:00:00.070)       0:01:58.548 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:24 -0400 (0:00:00.045)       0:01:58.594 ********** 
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-1722385464.6721275-22928-28778975894241/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:25 -0400 (0:00:00.700)       0:01:59.294 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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-1722385456.1720283-22808-203456492001214/.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-1722385456.1720283-22808-203456492001214/.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-1722385459.3652027-22842-256432228084313/.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-1722385459.3652027-22842-256432228084313/.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-1722385460.377131-22861-35507790062034/.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-1722385460.377131-22861-35507790062034/.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": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                        "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=[\"*.us-east-1.aws.redhat.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                                "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-1722385463.6827664-22909-179333550656846/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "381201b4a2cd8354197ef313197f43e4",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 491,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385463.6827664-22909-179333550656846/.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-1722385464.6721275-22928-28778975894241/.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-1722385464.6721275-22928-28778975894241/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:25 -0400 (0:00:00.058)       0:01:59.352 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Tuesday 30 July 2024  20:24:25 -0400 (0:00:00.101)       0:01:59.454 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:25 -0400 (0:00:00.075)       0:01:59.529 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:25 -0400 (0:00:00.046)       0:01:59.576 ********** 
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-1722385465.71957-22947-130434806037146/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.762)       0:02:00.339 ********** 
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-1722385454.002191-22768-102561106098486/.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-1722385454.002191-22768-102561106098486/.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-1722385454.6669729-22768-240073251996651/.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-1722385454.6669729-22768-240073251996651/.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-1722385456.1720283-22808-203456492001214/.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-1722385456.1720283-22808-203456492001214/.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-1722385459.3652027-22842-256432228084313/.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-1722385459.3652027-22842-256432228084313/.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-1722385460.377131-22861-35507790062034/.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-1722385460.377131-22861-35507790062034/.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": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                        "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=[\"*.us-east-1.aws.redhat.com\"]\n    )\n}\n"
                                }
                            ],
                            "state": "present",
                            "type": "output",
                            "weight": "31"
                        },
                        "invocation": {
                            "module_args": {
                                "_original_basename": "rules.conf.j2",
                                "attributes": null,
                                "backup": false,
                                "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
                                "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-1722385463.6827664-22909-179333550656846/.source.conf",
                                "unsafe_writes": false,
                                "validate": null
                            }
                        },
                        "md5sum": "381201b4a2cd8354197ef313197f43e4",
                        "mode": "0644",
                        "owner": "root",
                        "secontext": "system_u:object_r:syslog_conf_t:s0",
                        "size": 491,
                        "src": "/root/.ansible/tmp/ansible-tmp-1722385463.6827664-22909-179333550656846/.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-1722385464.6721275-22928-28778975894241/.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-1722385464.6721275-22928-28778975894241/.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-1722385465.71957-22947-130434806037146/.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-1722385465.71957-22947-130434806037146/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.059)       0:02:00.398 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.117)       0:02:00.515 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.041)       0:02:00.557 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.052)       0:02:00.610 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.054)       0:02:00.664 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.064)       0:02:00.729 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.053)       0:02:00.782 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Tuesday 30 July 2024  20:24:26 -0400 (0:00:00.164)       0:02:00.946 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Tuesday 30 July 2024  20:24:27 -0400 (0:00:00.055)       0:02:01.002 ********** 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "ActiveEnterTimestampMonotonic": "1171802909",
        "ActiveExitTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "ActiveExitTimestampMonotonic": "1159716446",
        "ActiveState": "active",
        "After": "network-online.target network.target sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "AssertTimestampMonotonic": "1171771233",
        "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": "43611000",
        "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_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": "Tue 2024-07-30 20:23:47 EDT",
        "ConditionTimestampMonotonic": "1171771230",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "12775",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "161306",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "ExecMainStartTimestampMonotonic": "1171782157",
        "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=[Tue 2024-07-30 20:23:47 EDT] ; stop_time=[n/a] ; pid=161306 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Tue 2024-07-30 20:23:47 EDT] ; stop_time=[n/a] ; pid=161306 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "InactiveEnterTimestampMonotonic": "1160081125",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "InactiveExitTimestampMonotonic": "1171782487",
        "InvocationID": "40d5d84d6d744b71ae735fedb1f68861",
        "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "161306",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "1454080",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "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": "yes",
        "ProtectHome": "read-only",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "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",
        "RestartUSec": "100ms",
        "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "StateChangeTimestampMonotonic": "1171802909",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target network.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Tuesday 30 July 2024  20:24:27 -0400 (0:00:00.530)       0:02:01.533 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Tuesday 30 July 2024  20:24:27 -0400 (0:00:00.041)       0:02:01.574 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Tuesday 30 July 2024  20:24:27 -0400 (0:00:00.041)       0:02:01.616 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Tuesday 30 July 2024  20:24:27 -0400 (0:00:00.044)       0:02:01.661 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385427.2973542,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a7dd531fc2e3ba5ad28c868fcbd027874086c85b",
        "ctime": 1722385417.9003518,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 2360863,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1704700020.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 3380,
        "uid": 0,
        "version": "1756774320",
        "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Tuesday 30 July 2024  20:24:28 -0400 (0:00:00.380)       0:02:02.041 ********** 
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-1722385468.106087-22990-31579709633052/.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:275
Tuesday 30 July 2024  20:24:28 -0400 (0:00:00.729)       0:02:02.771 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Tuesday 30 July 2024  20:24:28 -0400 (0:00:00.089)       0:02:02.860 ********** 
changed: [managed_node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "ActiveEnterTimestampMonotonic": "1171802909",
        "ActiveExitTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "ActiveExitTimestampMonotonic": "1159716446",
        "ActiveState": "active",
        "After": "network-online.target network.target sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "AssertTimestampMonotonic": "1171771233",
        "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": "44541000",
        "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_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": "Tue 2024-07-30 20:23:47 EDT",
        "ConditionTimestampMonotonic": "1171771230",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/rsyslog.service",
        "ControlGroupId": "12775",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "161306",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "ExecMainStartTimestampMonotonic": "1171782157",
        "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=[Tue 2024-07-30 20:23:47 EDT] ; stop_time=[n/a] ; pid=161306 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Tue 2024-07-30 20:23:47 EDT] ; stop_time=[n/a] ; pid=161306 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2024-07-30 20:23:35 EDT",
        "InactiveEnterTimestampMonotonic": "1160081125",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "InactiveExitTimestampMonotonic": "1171782487",
        "InvocationID": "40d5d84d6d744b71ae735fedb1f68861",
        "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "161306",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "1458176",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "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": "yes",
        "ProtectHome": "read-only",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "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",
        "RestartUSec": "100ms",
        "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:23:47 EDT",
        "StateChangeTimestampMonotonic": "1171802909",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-online.target network.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Ensure config file size and counts] **************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:278
Tuesday 30 July 2024  20:24:29 -0400 (0:00:00.822)       0:02:03.682 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2
Tuesday 30 July 2024  20:24:29 -0400 (0:00:00.088)       0:02:03.771 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385469.611366,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5fe705203b62f654be0460d9893da023dbffb94d",
        "ctime": 1722385468.6733658,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 507510915,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1704700020.0,
        "nlink": 1,
        "path": "/etc/rsyslog.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 131,
        "uid": 0,
        "version": "434827755",
        "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7
Tuesday 30 July 2024  20:24:30 -0400 (0:00:00.369)       0:02:04.140 ********** 
ok: [managed_node1] => {
    "changed": false,
    "examined": 8,
    "files": [
        {
            "atime": 1722385469.6123662,
            "ctime": 1722385454.5773618,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 434110595,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385454.3183618,
            "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": 1722385469.6123662,
            "ctime": 1722385455.236362,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 440402051,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385454.977362,
            "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": 1722385469.6123662,
            "ctime": 1722385456.7433624,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 446693507,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385456.4843624,
            "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": 1722385462.9503644,
            "ctime": 1722385459.9493635,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 457179268,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385459.6813633,
            "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": 1722385469.6123662,
            "ctime": 1722385460.9553638,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 463470724,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385460.6923635,
            "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": 1722385469.6123662,
            "ctime": 1722385464.2513647,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 480247940,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385463.9933646,
            "nlink": 1,
            "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
            "pw_name": "root",
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 491,
            "uid": 0,
            "wgrp": false,
            "woth": false,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        },
        {
            "atime": 1722385469.6123662,
            "ctime": 1722385465.2403648,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 486539395,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385464.9813647,
            "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": 1722385469.6123662,
            "ctime": 1722385466.285365,
            "dev": 51713,
            "gid": 0,
            "gr_name": "root",
            "inode": 492830851,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0644",
            "mtime": 1722385466.025365,
            "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
        }
    ],
    "matched": 8,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Check rsyslog.conf size (less)] ******************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13
Tuesday 30 July 2024  20:24:30 -0400 (0:00:00.361)       0:02:04.502 ********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check rsyslog.conf size (more)] ******************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18
Tuesday 30 July 2024  20:24:30 -0400 (0:00:00.039)       0:02:04.542 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23
Tuesday 30 July 2024  20:24:30 -0400 (0:00:00.033)       0:02:04.575 ********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check conf files exist] **************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27
Tuesday 30 July 2024  20:24:30 -0400 (0:00:00.039)       0:02:04.614 ********** 
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": 1722385469.6123662,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1",
        "ctime": 1722385460.9553638,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 463470724,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722385460.6923635,
        "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": "1565870267",
        "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": 1722385469.6123662,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "0a23c6c22e4345874c0cab4a280580a97767c8af",
        "ctime": 1722385464.2513647,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 480247940,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1722385463.9933646,
        "nlink": 1,
        "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 491,
        "uid": 0,
        "version": "3232719815",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check rsyslog errors] ****************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35
Tuesday 30 July 2024  20:24:31 -0400 (0:00:00.714)       0:02:05.329 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:288
Tuesday 30 July 2024  20:24:31 -0400 (0:00:00.036)       0:02:05.365 ********** 
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.005264",
    "end": "2024-07-30 20:24:31.676595",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:24:31.671331"
}

STDOUT:

1

TASK [Check the ca cert in relp_client0 - 0] ***********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:297
Tuesday 30 July 2024  20:24:31 -0400 (0:00:00.364)       0:02:05.729 ********** 
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.005376",
    "end": "2024-07-30 20:24:32.041024",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:24:32.035648"
}

STDOUT:

1

TASK [Check the ca cert in relp_client0 - 1] ***********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:305
Tuesday 30 July 2024  20:24:32 -0400 (0:00:00.414)       0:02:06.144 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385449.2153604,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "eb64b281d1472ce5494d29ef496e27d24dca170d",
        "ctime": 1722385449.2133603,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4642563,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722385449.2133603,
        "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": "1784437241",
        "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:309
Tuesday 30 July 2024  20:24:32 -0400 (0:00:00.370)       0:02:06.515 ********** 
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.005638",
    "end": "2024-07-30 20:24:32.828533",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:24:32.822895"
}

STDOUT:

1

TASK [Check the cert in relp_client0 - 1] **************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:317
Tuesday 30 July 2024  20:24:32 -0400 (0:00:00.368)       0:02:06.883 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385449.2153604,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "eb64b281d1472ce5494d29ef496e27d24dca170d",
        "ctime": 1722385449.2133603,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4642563,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722385449.2133603,
        "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": "1784437241",
        "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:321
Tuesday 30 July 2024  20:24:33 -0400 (0:00:00.378)       0:02:07.261 ********** 
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.005755",
    "end": "2024-07-30 20:24:33.576406",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:24:33.570651"
}

STDOUT:

1

TASK [Check the private key in relp_client0 - 1] *******************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:329
Tuesday 30 July 2024  20:24:33 -0400 (0:00:00.369)       0:02:07.630 ********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722385397.4603457,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "1f37bc8f2cc3b41bbbed38bb31b632934585c1e6",
        "ctime": 1722385449.2133603,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 2449080,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1722385449.2133603,
        "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": "2720306840",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check tls.permittedpeer in relp_client0] *********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:333
Tuesday 30 July 2024  20:24:34 -0400 (0:00:00.375)       0:02:08.006 ********** 
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.005342",
    "end": "2024-07-30 20:24:34.320448",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:24:34.315106"
}

STDOUT:

1

TASK [Check tls.permittedpeer in relp_client1] *********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:341
Tuesday 30 July 2024  20:24:34 -0400 (0:00:00.366)       0:02:08.372 ********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.us-east-1.aws.redhat.com\\\"\\]\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l",
    "delta": "0:00:00.005192",
    "end": "2024-07-30 20:24:34.682982",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:24:34.677790"
}

STDOUT:

1

TASK [Check ports managed by firewall and selinux] *****************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:351
Tuesday 30 July 2024  20:24:34 -0400 (0:00:00.362)       0:02:08.735 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Tuesday 30 July 2024  20:24:34 -0400 (0:00:00.085)       0:02:08.820 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Tuesday 30 July 2024  20:24:34 -0400 (0:00:00.041)       0:02:08.861 ********** 
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.223808",
    "end": "2024-07-30 20:24:35.400387",
    "item": 6514,
    "rc": 0,
    "start": "2024-07-30 20:24:35.176579"
}

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.223888",
    "end": "2024-07-30 20:24:35.947511",
    "item": 7514,
    "rc": 0,
    "start": "2024-07-30 20:24:35.723623"
}

STDOUT:

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

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Tuesday 30 July 2024  20:24:36 -0400 (0:00:01.137)       0:02:09.999 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Tuesday 30 July 2024  20:24:36 -0400 (0:00:00.081)       0:02:10.081 ********** 
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.306857",
    "end": "2024-07-30 20:24:36.706261",
    "item": 6514,
    "rc": 0,
    "start": "2024-07-30 20:24:36.399404"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514, 7514
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.309007",
    "end": "2024-07-30 20:24:37.346655",
    "item": 7514,
    "rc": 0,
    "start": "2024-07-30 20:24:37.037648"
}

STDOUT:

syslog_tls_port_t              tcp      6514, 20514, 7514

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Tuesday 30 July 2024  20:24:37 -0400 (0:00:01.319)       0:02:11.401 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Set firewall and selinux to false for cleanup] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:354
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.037)       0:02:11.438 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:359
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.038)       0:02:11.476 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.134)       0:02:11.611 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.051)       0:02:11.663 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.053)       0:02:11.716 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.056)       0:02:11.772 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.045)       0:02:11.817 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.052)       0:02:11.870 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Tuesday 30 July 2024  20:24:37 -0400 (0:00:00.083)       0:02:11.954 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.084)       0:02:12.039 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.048)       0:02:12.087 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.046)       0:02:12.134 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.049)       0:02:12.183 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.048)       0:02:12.231 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.046)       0:02:12.278 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.048)       0:02:12.327 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.043)       0:02:12.370 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.048)       0:02:12.418 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.047)       0:02:12.466 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.094)       0:02:12.561 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.048)       0:02:12.609 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.046)       0:02:12.656 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.045)       0:02:12.702 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.046)       0:02:12.748 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.045)       0:02:12.793 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.080)       0:02:12.874 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.044)       0:02:12.918 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Tuesday 30 July 2024  20:24:38 -0400 (0:00:00.040)       0:02:12.958 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.042)       0:02:13.001 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.045)       0:02:13.047 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.128)       0:02:13.176 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.044)       0:02:13.220 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.034)       0:02:13.254 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.033)       0:02:13.288 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.031)       0:02:13.320 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.035)       0:02:13.355 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.043)       0:02:13.398 ********** 
included: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed_node1

TASK [Generate certificates] ***************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.080)       0:02:13.479 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.043)       0:02:13.523 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.046)       0:02:13.569 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.096)       0:02:13.666 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.048)       0:02:13.714 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.045)       0:02:13.760 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.046)       0:02:13.807 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.047)       0:02:13.855 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.063)       0:02:13.918 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Tuesday 30 July 2024  20:24:39 -0400 (0:00:00.061)       0:02:13.979 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12
Tuesday 30 July 2024  20:24:40 -0400 (0:00:00.049)       0:02:14.029 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17
Tuesday 30 July 2024  20:24:40 -0400 (0:00:00.040)       0:02:14.070 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21
Tuesday 30 July 2024  20:24:40 -0400 (0:00:00.038)       0:02:14.109 ********** 
ok: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item is file",
    "item": "/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31
Tuesday 30 July 2024  20:24:40 -0400 (0:00:00.186)       0:02:14.295 ********** 
skipping: [managed_node1] => (item=/tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7
Tuesday 30 July 2024  20:24:40 -0400 (0:00:00.085)       0:02:14.380 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15
Tuesday 30 July 2024  20:24:40 -0400 (0:00:00.097)       0:02:14.478 ********** 
ok: [managed_node1] => (item=iproute) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "iproute"
    ],
    "delta": "0:00:00.026123",
    "end": "2024-07-30 20:24:40.827717",
    "failed_when_result": false,
    "item": "iproute",
    "rc": 0,
    "start": "2024-07-30 20:24:40.801594"
}
ok: [managed_node1] => (item=rsyslog) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "rpm",
        "-V",
        "rsyslog"
    ],
    "delta": "0:00:00.039626",
    "end": "2024-07-30 20:24:41.196643",
    "failed_when_result": false,
    "item": "rsyslog",
    "rc": 1,
    "start": "2024-07-30 20:24:41.157017"
}

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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22
Tuesday 30 July 2024  20:24:41 -0400 (0:00:00.772)       0:02:15.250 ********** 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: rsyslog-8.2310.0-4.el9.x86_64",
        "Removed: rsyslog-logrotate-8.2310.0-4.el9.x86_64",
        "Removed: iproute-6.2.0-5.el9.x86_64",
        "Removed: rsyslog-relp-8.2310.0-4.el9.x86_64"
    ]
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30
Tuesday 30 July 2024  20:24:43 -0400 (0:00:01.815)       0:02:17.066 ********** 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: rsyslog-8.2310.0-4.el9.x86_64",
        "Installed: rsyslog-logrotate-8.2310.0-4.el9.x86_64",
        "Installed: iproute-6.2.0-5.el9.x86_64"
    ]
}

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

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48
Tuesday 30 July 2024  20:24:46 -0400 (0:00:00.915)       0:02:20.452 ********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__rsyslog_version": "8.2310.0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55
Tuesday 30 July 2024  20:24:46 -0400 (0:00:00.098)       0:02:20.550 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60
Tuesday 30 July 2024  20:24:46 -0400 (0:00:00.039)       0:02:20.590 ********** 
ok: [managed_node1] => {}

MSG:

Rsyslog_version is 8.2310.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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68
Tuesday 30 July 2024  20:24:46 -0400 (0:00:00.045)       0:02:20.635 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76
Tuesday 30 July 2024  20:24:46 -0400 (0:00:00.040)       0:02:20.676 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83
Tuesday 30 July 2024  20:24:47 -0400 (0:00:00.373)       0:02:21.050 ********** 
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": 59,
    "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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89
Tuesday 30 July 2024  20:24:47 -0400 (0:00:00.377)       0:02:21.427 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97
Tuesday 30 July 2024  20:24:47 -0400 (0:00:00.374)       0:02:21.801 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120
Tuesday 30 July 2024  20:24:47 -0400 (0:00:00.108)       0:02:21.910 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144
Tuesday 30 July 2024  20:24:47 -0400 (0:00:00.060)       0:02:21.970 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148
Tuesday 30 July 2024  20:24:48 -0400 (0:00:00.046)       0:02:22.017 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166
Tuesday 30 July 2024  20:24:48 -0400 (0:00:00.054)       0:02:22.072 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177
Tuesday 30 July 2024  20:24:48 -0400 (0:00:00.033)       0:02:22.105 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192
Tuesday 30 July 2024  20:24:48 -0400 (0:00:00.091)       0:02:22.196 ********** 
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/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204
Tuesday 30 July 2024  20:24:48 -0400 (0:00:00.052)       0:02:22.249 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3
Tuesday 30 July 2024  20:24:48 -0400 (0:00:00.079)       0:02:22.329 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:48 -0400 (0:00:00.071)       0:02:22.400 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:48 -0400 (0:00:00.046)       0:02:22.446 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:49 -0400 (0:00:00.667)       0:02:23.114 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:49 -0400 (0:00:00.049)       0:02:23.163 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11
Tuesday 30 July 2024  20:24:49 -0400 (0:00:00.053)       0:02:23.217 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4
Tuesday 30 July 2024  20:24:49 -0400 (0:00:00.073)       0:02:23.291 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14
Tuesday 30 July 2024  20:24:49 -0400 (0:00:00.096)       0:02:23.387 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32
Tuesday 30 July 2024  20:24:50 -0400 (0:00:00.732)       0:02:24.120 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36
Tuesday 30 July 2024  20:24:50 -0400 (0:00:00.052)       0:02:24.173 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217
Tuesday 30 July 2024  20:24:50 -0400 (0:00:00.114)       0:02:24.288 ********** 
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.059891",
    "end": "2024-07-30 20:24:50.669069",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-07-30 20:24:50.609178"
}

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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234
Tuesday 30 July 2024  20:24:50 -0400 (0:00:00.436)       0:02:24.725 ********** 
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/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/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_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/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254
Tuesday 30 July 2024  20:24:52 -0400 (0:00:02.074)       0:02:26.799 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275
Tuesday 30 July 2024  20:24:52 -0400 (0:00:00.046)       0:02:26.846 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283
Tuesday 30 July 2024  20:24:52 -0400 (0:00:00.064)       0:02:26.911 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295
Tuesday 30 July 2024  20:24:52 -0400 (0:00:00.051)       0:02:26.962 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.052)       0:02:27.014 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.053)       0:02:27.068 ********** 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "rsyslog",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2024-07-30 20:24:29 EDT",
        "ActiveEnterTimestampMonotonic": "1214120393",
        "ActiveExitTimestamp": "Tue 2024-07-30 20:24:42 EDT",
        "ActiveExitTimestampMonotonic": "1226778614",
        "ActiveState": "inactive",
        "After": "network.target network-online.target sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:24:29 EDT",
        "AssertTimestampMonotonic": "1214082980",
        "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": "37485000",
        "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_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": "Tue 2024-07-30 20:24:29 EDT",
        "ConditionTimestampMonotonic": "1214082976",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Tue 2024-07-30 20:24:42 EDT",
        "ExecMainExitTimestampMonotonic": "1227084520",
        "ExecMainPID": "166162",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:24:29 EDT",
        "ExecMainStartTimestampMonotonic": "1214093371",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2024-07-30 20:24:42 EDT",
        "InactiveEnterTimestampMonotonic": "1227084653",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:24:29 EDT",
        "InactiveExitTimestampMonotonic": "1214093892",
        "InvocationID": "d7c7de0f629a4520a60a849bb5ec5fe0",
        "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "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": "yes",
        "ProtectHome": "read-only",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "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",
        "RestartUSec": "100ms",
        "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:24:42 EDT",
        "StateChangeTimestampMonotonic": "1227084653",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] ***
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:327
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.587)       0:02:27.656 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:336
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.044)       0:02:27.701 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:348
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.044)       0:02:27.746 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:355
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.042)       0:02:27.788 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:361
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.044)       0:02:27.832 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:371
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.085)       0:02:27.918 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2
Tuesday 30 July 2024  20:24:53 -0400 (0:00:00.044)       0:02:27.963 ********** 
changed: [managed_node1] => {
    "changed": true,
    "name": "rsyslog",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2024-07-30 20:24:29 EDT",
        "ActiveEnterTimestampMonotonic": "1214120393",
        "ActiveExitTimestamp": "Tue 2024-07-30 20:24:42 EDT",
        "ActiveExitTimestampMonotonic": "1226778614",
        "ActiveState": "inactive",
        "After": "network.target network-online.target sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2024-07-30 20:24:29 EDT",
        "AssertTimestampMonotonic": "1214082980",
        "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": "37485000",
        "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_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": "Tue 2024-07-30 20:24:29 EDT",
        "ConditionTimestampMonotonic": "1214082976",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "System Logging Service",
        "DevicePolicy": "auto",
        "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Tue 2024-07-30 20:24:42 EDT",
        "ExecMainExitTimestampMonotonic": "1227084520",
        "ExecMainPID": "166162",
        "ExecMainStartTimestamp": "Tue 2024-07-30 20:24:29 EDT",
        "ExecMainStartTimestampMonotonic": "1214093371",
        "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",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/rsyslog.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "rsyslog.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2024-07-30 20:24:42 EDT",
        "InactiveEnterTimestampMonotonic": "1227084653",
        "InactiveExitTimestamp": "Tue 2024-07-30 20:24:29 EDT",
        "InactiveExitTimestampMonotonic": "1214093892",
        "InvocationID": "d7c7de0f629a4520a60a849bb5ec5fe0",
        "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": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "yes",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "yes",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "rsyslog.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "yes",
        "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": "yes",
        "ProtectHome": "read-only",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "yes",
        "ProtectKernelTunables": "yes",
        "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",
        "RestartUSec": "100ms",
        "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX",
        "RestrictNamespaces": "net",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "yes",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2024-07-30 20:24:42 EDT",
        "StateChangeTimestampMonotonic": "1227084653",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallArchitectures": "native",
        "SystemCallErrorNumber": "2147483646",
        "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0066",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target network-online.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Stop tracking certificate] ***********************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:374
Tuesday 30 July 2024  20:24:54 -0400 (0:00:00.559)       0:02:28.522 ********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "getcert",
        "stop-tracking",
        "-f",
        "/etc/pki/tls/certs/logging_cert.crt"
    ],
    "delta": "0:00:00.032698",
    "end": "2024-07-30 20:24:54.868117",
    "rc": 0,
    "start": "2024-07-30 20:24:54.835419"
}

STDOUT:

Request "20240731002254" removed.

TASK [Clean up pki files] ******************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:378
Tuesday 30 July 2024  20:24:54 -0400 (0:00:00.397)       0:02:28.920 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:387
Tuesday 30 July 2024  20:24:56 -0400 (0:00:01.081)       0:02:30.001 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.096)       0:02:30.097 ********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check firewall port status (manage - tcp)] *******************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.046)       0:02:30.143 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check firewall port status (manage - udp)] *******************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.035)       0:02:30.179 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - tcp)] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.033)       0:02:30.213 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check associated selinux ports (manage - udp)] ***************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.037)       0:02:30.250 ********** 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Assert /var/log/messages] ************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:390
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.036)       0:02:30.286 ********** 
included: /tmp/tmp.1cVTXdNeex/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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.094)       0:02:30.380 ********** 
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/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.374)       0:02:30.755 ********** 
skipping: [managed_node1] => {
    "false_condition": "errors | length > 0"
}

TASK [Ensure no errors in /var/log/messages] ***********************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:19
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.041)       0:02:30.797 ********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove /var/log/messages] ************************************************
task path: /tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:23
Tuesday 30 July 2024  20:24:56 -0400 (0:00:00.093)       0:02:30.890 ********** 
changed: [managed_node1] => {
    "changed": true,
    "path": "/var/log/messages",
    "state": "absent"
}

PLAY RECAP *********************************************************************
managed_node1              : ok=355  changed=46   unreachable=0    failed=0    skipped=337  rescued=0    ignored=0   

Tuesday 30 July 2024  20:24:57 -0400 (0:00:00.432)       0:02:31.322 ********** 
=============================================================================== 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 4.41s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 4.33s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 3.55s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.31s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.85s
/tmp/tmp.1cVTXdNeex/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 --- 2.63s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.59s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.51s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.43s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 2.07s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 1.98s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 
Check associated selinux ports (manage - tcp) --------------------------- 1.95s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 1.94s
/tmp/tmp.1cVTXdNeex/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 --- 1.82s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 
Check firewall port status (manage - tcp) ------------------------------- 1.72s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 1.69s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 
Install lsof ------------------------------------------------------------ 1.60s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 1.56s
/tmp/tmp.1cVTXdNeex/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 --- 1.48s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.37s
/tmp/tmp.1cVTXdNeex/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120