Open
Description
I'm getting error
[WARNING]: Failure using method (v2_runner_on_ok) in callback plugin
(<ansible.plugins.callback.awx_display.CallbackModule object at
0x7f54a8551c70>): Object of type HostVarsVars is not JSON serializable
when running the below playbook in AWX (ansible-runner)
- name: test
hosts: localhost
tasks:
- debug:
msg:
- "{{ item.inventory_hostname}}"
loop: "{{ ansible_play_hosts
| default([])
| map('extract', hostvars)
| list
}}"
ansible-runner --version
2.1.4.dev2
python --version
Python 3.8.13
Metadata
Metadata
Assignees
Labels
No labels