You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ansible-navigator on Macbook M3 I get the error ERROR! Invalid callback for stdout specified: awx_display.
Exact configuration shows no issues on Linux machines.
This issue has persisted across different execution environments: custombuild, awx, ansible, rhel.
This appears to be a macOS specific issue. As ansible-navigator executed in linux VMs has shown no problems.
install python via homebrew
configure venv.
use pip3 to install ansible-navigator
run a playbook via the above mentioned settings.
In this playbook there is no inventory specified as its executed on localhost to fetch info of the running execution environment.
EXPECTED RESULTS
execution of ansible playbook in execution environments
ACTUAL RESULTS
I get the following error:
ERROR! Invalid callback for stdout specified: awx_display
ADDITIONAL INFORMATION
Running the same playbook with the same execution environment with ansible-runner directly works. So the issue appears to be ansible-navigator specific.
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
SUMMARY
When running ansible-navigator on Macbook M3 I get the error ERROR! Invalid callback for stdout specified: awx_display.
Exact configuration shows no issues on Linux machines.
This issue has persisted across different execution environments: custombuild, awx, ansible, rhel.
ANSIBLE-NAVIGATOR VERSION
CONFIGURATION
LOG FILE
ansible-navigator.log
STEPS TO REPRODUCE
This appears to be a macOS specific issue. As ansible-navigator executed in linux VMs has shown no problems.
install python via homebrew
configure venv.
use pip3 to install ansible-navigator
run a playbook via the above mentioned settings.
In this playbook there is no inventory specified as its executed on localhost to fetch info of the running execution environment.
EXPECTED RESULTS
execution of ansible playbook in execution environments
ACTUAL RESULTS
I get the following error:
ERROR! Invalid callback for stdout specified: awx_display
ADDITIONAL INFORMATION
Running the same playbook with the same execution environment with ansible-runner directly works. So the issue appears to be ansible-navigator specific.
The text was updated successfully, but these errors were encountered: