I’m a newbi on ansible-navigator.
I try to use it, for playbooks developement on VMs before put my playbooks on AWX.
I configured ansible-navigator to use awx-ee image with podman.
When I launch my playbook bye ansible-navigatror, i have this error :
ERROR! Invalid callback for stdout specified: awx_display
I try to set another stdout (minimal) callback in my ansible.cfg (/etc/ansible is in volume_mounts of execution_environment configuration), but I have always the same message …
Ansible-navigator dump say always : DEFAULT_STDOUT_CALLBACK(env: ANSIBLE_STDOUT_CALLBACK) = awx_display
More example contains build_arg_defaults / EE_BASE_IMAGE But other don’t have this variable … I’m going to try buil a nex EE without EE_BASE_IMAGE …, but in this case, what is base images ?