awx module: python executable not found #1085
Labels
affects-0.3
Issues related to 0.3.X Mitogen releases
bug
Code feature that hinders desired execution outcome
Hi, i'm running ansible with mitogen v. 0.3.7, playbook command:
which includes this task:
with
linear
stragety it's working as it should be but once i usemitogen_linear
strategy, it will fail with this error:So far it fails only at this place, other tasks and playbooks are running smoothly since switching to mitogen.
ansible [core 2.15.8]
config file = $HOMEansible/ansible.cfg
configured module search path = ['$HOME/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /opt/ansible_venv/lib/python3.9/site-packages/ansible
ansible collection location = /$HOME/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible
python version = 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] (/opt/ansible_venv/bin/python3)
jinja version = 3.1.4
libyaml = True
ansible binary is symlink:
/usr/local/bin/ansible -> /opt/ansible_venv/bin/ansible
Is your version of Ansible patched in any way?
no
Are you running with any custom modules, or
module_utils
loaded?no
Have you tried the latest master version from Git?
no
Do you have some idea of what the underlying problem may be?
no
Mention your host and target OS and versions
Host Debian 11.7, target Debian 12.4
Mention your host and target Python versions
Host Python 3.9.2, target 3.11.2
If reporting a crash or hang in Ansible, please rerun with -vvv and include
ansible_verbose_mode.log
If reporting any kind of problem with Ansible, please include the Ansible
version along with output of "ansible-config dump --only-changed".
ansible_config_dump.txt
Let me know in case you need any more details, thank you!
The text was updated successfully, but these errors were encountered: