ansible-playbook [core 2.17.8]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-jzU
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.8 (main, Dec  6 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12)
  jinja version = 3.1.5
  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_ssh_wrapper.yml ************************************************
3 plays in /tmp/collections-jzU/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml

PLAY [Create static inventory from hostvars] ***********************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-jzU/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2
Tuesday 04 February 2025  13:55:28 -0500 (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.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node1]

TASK [Create temporary file] ***************************************************
task path: /tmp/collections-jzU/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7
Tuesday 04 February 2025  13:55:29 -0500 (0:00:01.529)       0:00:01.537 ****** 
changed: [managed-node1 -> localhost] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.wevyg00x.inventory.yaml",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Create static inventory from hostvars] ***********************************
task path: /tmp/collections-jzU/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14
Tuesday 04 February 2025  13:55:30 -0500 (0:00:00.383)       0:00:01.920 ****** 
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'ansible_port'
fatal: [managed-node1 -> localhost]: FAILED! => {
    "changed": false
}

MSG:

AnsibleUndefinedVariable: 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'ansible_port'

PLAY RECAP *********************************************************************
managed-node1              : ok=2    changed=1    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Tuesday 04 February 2025  13:55:30 -0500 (0:00:00.103)       0:00:02.024 ****** 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 1.53s
/tmp/collections-jzU/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 
Create temporary file --------------------------------------------------- 0.38s
/tmp/collections-jzU/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 
Create static inventory from hostvars ----------------------------------- 0.10s
/tmp/collections-jzU/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14