# STDOUT:
---v---v---v---v---v---
ansible-playbook [core 2.17.2]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.17/lib/python3.11/site-packages/ansible
  ansible collection location = /WORKDIR/git-weekly-ciur_dehso/.collection
  executable location = /opt/ansible-2.17/bin/ansible-playbook
  python version = 3.11.5 (main, Sep  7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.17/bin/python)
  jinja version = 3.1.4
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_default.yml ****************************************************
1 plays in /WORKDIR/git-weekly-ciur_dehso/tests/tests_default.yml

PLAY [Ensure that the role runs with default parameters] ***********************

TASK [Default run (NOOP)] ******************************************************
task path: /WORKDIR/git-weekly-ciur_dehso/tests/tests_default.yml:9
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.027)       0:00:00.027 ******* 
included: fedora.linux_system_roles.logging for sut

TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.031)       0:00:00.058 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_inputs | d([])",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] *****************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.022)       0:00:00.080 ******* 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_outputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ******************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.025)       0:00:00.106 ******* 
ok: [sut] => {
    "ansible_facts": {
        "rsyslog_inputs": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.023)       0:00:00.130 ******* 
skipping: [sut] => {
    "false_condition": "rsyslog_custom_config_files is defined"
}

TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] ****
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.144 ******* 
skipping: [sut] => {
    "false_condition": "__custom_output_files | length > 0"
}

TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.019)       0:00:00.163 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.023)       0:00:00.187 ******* 
included: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] ****
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.025)       0:00:00.213 ******* 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ********
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.018)       0:00:00.232 ******* 
ok: [sut] => {
    "ansible_facts": {
        "logging_tcp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] ****
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.017)       0:00:00.249 ******* 
ok: [sut] => {
    "ansible_facts": {
        "logging_tls_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ********
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.019)       0:00:00.269 ******* 
ok: [sut] => {
    "ansible_facts": {
        "logging_udp_ports": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.logging : Parameter 'port' values] *************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.015)       0:00:00.284 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.298 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.311 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.324 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.338 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.351 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.364 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.377 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.015)       0:00:00.393 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.406 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.419 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.012)       0:00:00.432 ******* 
included: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.021)       0:00:00.453 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.014)       0:00:00.468 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.011)       0:00:00.480 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.012)       0:00:00.492 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.506 ******* 
included: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for sut

TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] ****
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.024)       0:00:00.531 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.013)       0:00:00.545 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.005)       0:00:00.551 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.005)       0:00:00.556 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.005)       0:00:00.562 ******* 
skipping: [sut] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.005)       0:00:00.567 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Generate certificates] ***************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.012)       0:00:00.579 ******* 
included: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for sut

TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.021)       0:00:00.601 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:68
Saturday 10 August 2024  08:59:22 +0000 (0:00:00.012)       0:00:00.614 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:72
Saturday 10 August 2024  08:59:23 +0000 (0:00:00.012)       0:00:00.627 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Delete debug file] *******************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:78
Saturday 10 August 2024  08:59:23 +0000 (0:00:00.013)       0:00:00.640 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] ***********
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:83
Saturday 10 August 2024  08:59:23 +0000 (0:00:00.013)       0:00:00.653 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:90
Saturday 10 August 2024  08:59:23 +0000 (0:00:00.013)       0:00:00.666 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] *********
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:94
Saturday 10 August 2024  08:59:23 +0000 (0:00:00.012)       0:00:00.679 ******* 
skipping: [sut] => {
    "changed": false,
    "false_condition": "logging_debug | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Include Rsyslog role] ****************************************************
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:105
Saturday 10 August 2024  08:59:23 +0000 (0:00:00.012)       0:00:00.692 ******* 
included: fedora.linux_system_roles.private_logging_subrole_rsyslog for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4
Saturday 10 August 2024  08:59:23 +0000 (0:00:00.012)       0:00:00.705 ******* 
included: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4
Saturday 10 August 2024  08:59:23 +0000 (0:00:00.009)       0:00:00.714 ******* 
fatal: [sut]: FAILED! => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python3"
    },
    "changed": false,
    "rc": 1
}

MSG:

MODULE FAILURE
See stdout/stderr for the exact error


MODULE_STDERR:

OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.44.220 originally 10.31.44.220
debug2: match not found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: configuration requests final Match pass
debug2: resolve_canonicalize: hostname 10.31.44.220 is address
debug1: re-parsing configuration
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.44.220 originally 10.31.44.220
debug2: match found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug1: mux_client_request_session: master session id: 2
Traceback (most recent call last):
  File "<stdin>", line 107, in <module>
  File "<stdin>", line 99, in _ansiballz_main
  File "<stdin>", line 44, in invoke_module
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 951, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 894, in _find_spec
  File "<frozen importlib._bootstrap_external>", line 1157, in find_spec
  File "<frozen importlib._bootstrap_external>", line 1131, in _get_spec
  File "<frozen importlib._bootstrap_external>", line 1112, in _legacy_get_spec
  File "<frozen importlib._bootstrap>", line 441, in spec_from_loader
  File "<frozen importlib._bootstrap_external>", line 544, in spec_from_file_location
  File "/tmp/ansible_setup_payload_q2hoqyoe/ansible_setup_payload.zip/ansible/module_utils/basic.py", line 5
SyntaxError: future feature annotations is not defined
debug2: Received exit status from master 1

	to retry, use: --limit @/tmp/tests_default.retry

PLAY RECAP *********************************************************************
sut                        : ok=13   changed=0    unreachable=0    failed=1    skipped=32   rescued=0    ignored=0   

Saturday 10 August 2024  08:59:23 +0000 (0:00:00.308)       0:00:01.023 ******* 
=============================================================================== 
fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role --- 0.31s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 
Default run (NOOP) ------------------------------------------------------ 0.03s
/WORKDIR/git-weekly-ciur_dehso/tests/tests_default.yml:9 ----------------------
fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars --- 0.03s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:52 
fedora.linux_system_roles.logging : Set rsyslog_outputs ----------------- 0.03s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14 
fedora.linux_system_roles.logging : Manage selinux on the gathered ports --- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 
fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs --- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:42 
fedora.linux_system_roles.logging : Set rsyslog_inputs ------------------ 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18 
fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty --- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7 
fedora.linux_system_roles.logging : Generate certificates --------------- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:62 
fedora.linux_system_roles.logging : Manage firewall on the gathered ports --- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 
fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports ---- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11 
fedora.linux_system_roles.logging : Use of type custom is deprecated ---- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:29 
fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports ---- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 
fedora.linux_system_roles.logging : Initialize logging_tcp_ports -------- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7 
fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls) --- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153 
fedora.linux_system_roles.logging : Initialize logging_udp_ports -------- 0.02s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 
fedora.linux_system_roles.logging : Initialize logging_firewall_ports --- 0.01s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 
fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated --- 0.01s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22 
Manage firewall for specified ports ------------------------------------- 0.01s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 
fedora.linux_system_roles.logging : Parameter 'port' values ------------- 0.01s
/WORKDIR/git-weekly-ciur_dehso/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24 

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

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

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