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
I thought it will run but didn't. Not sure how to set the interpreter. If you know please explain in detail. I'm new to work ubuntu.
Actual results
Getting below error when running playbook.
[DEPRECATION WARNING]: community.docker.docker_compose has been deprecated. This module uses docker-compose v1, which is End of life since july 2022. Please migrate to community.docker.docker_compose_v2. this feature will be removed from community.docker in version 4.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
PLAY [Build and deploy AWX] ************************************************************
TASK [Gathering Facts] *****************************************************************
fatal: [localhost]: fAILED! => {'ansible_facts":{}, "changed": false, "failed_modules": {"ansible.legacy.setup": {"failed": true, "module_stderr": "/bin/sh: 1: /usr/bin/env python3: not found\n", "module_stdout": "", "msg": "The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error", "rc": 127}}, "msg": "the following module failed to execute: ansible.legacy.setup\n"}
PLAY RECAP **************************************************************************
Additional information
No response
The text was updated successfully, but these errors were encountered:
Please confirm the following
[email protected]
instead.)Bug Summary
I'm trying to work Final year project using Ansible AWX. But getting error when installing AWX using playbook
AWX version
Ansible(core 2.17.30)
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
Ansible(core 2.17.30)
Operating system
Ubuntu 22.04
Web browser
Chrome, Edge
Steps to reproduce
I'm getting below error when running the play book 'ansible-playbook -i inventory install.yml
Already python3 is installed on AWS ubuntu 22.04.
I used the steps to install from this website https://medium.com/@sahildrive007/easily-install-ansible-awx-on-ubuntu-a-step-by-step-guide-b391c783d54c
Expected results
I thought it will run but didn't. Not sure how to set the interpreter. If you know please explain in detail. I'm new to work ubuntu.
Actual results
Getting below error when running playbook.
[DEPRECATION WARNING]: community.docker.docker_compose has been deprecated. This module uses docker-compose v1, which is End of life since july 2022. Please migrate to community.docker.docker_compose_v2. this feature will be removed from community.docker in version 4.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
PLAY [Build and deploy AWX] ************************************************************
TASK [Gathering Facts] *****************************************************************
fatal: [localhost]: fAILED! => {'ansible_facts":{}, "changed": false, "failed_modules": {"ansible.legacy.setup": {"failed": true, "module_stderr": "/bin/sh: 1: /usr/bin/env python3: not found\n", "module_stdout": "", "msg": "The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error", "rc": 127}}, "msg": "the following module failed to execute: ansible.legacy.setup\n"}
PLAY RECAP **************************************************************************
Additional information
No response
The text was updated successfully, but these errors were encountered: