Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning message about discovering Python interpreter #64

Open
gab-arrobo opened this issue Nov 7, 2024 · 0 comments
Open

Warning message about discovering Python interpreter #64

gab-arrobo opened this issue Nov 7, 2024 · 0 comments

Comments

@gab-arrobo
Copy link
Contributor

I just deployed OnRamp in a new system, During the installation process, Ansible 2.17.6 was installed.

$ ansible --version
ansible [core 2.17.6]
  config file = /home/garrobo/aether-onramp/ansible.cfg
  configured module search path = ['/home/garrobo/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/garrobo/.local/pipx/venvs/ansible/lib/python3.10/site-packages/ansible
  ansible collection location = /home/garrobo/.ansible/collections:/usr/share/ansible/collections
  executable location = /home/garrobo/.local/bin/ansible
  python version = 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0] (/home/garrobo/.local/pipx/venvs/ansible/bin/python)
  jinja version = 3.1.4
  libyaml = True

When running aether-pingall, I get a warning message about discovering Python interpreter. This is something that may need to be addressed.

$ make aether-pingall
echo /home/ubuntu/aether-onramp
/home/ubuntu/aether-onramp
ansible-playbook -i /home/ubuntu/aether-onramp/hosts.ini /home/ubuntu/aether-onramp/pingall.yml \
        --extra-vars "ROOT_DIR=/home/ubuntu/aether-onramp" --extra-vars "@/home/ubuntu/aether-onramp/vars/main.yml"

PLAY [ping all hosts] **************************************************************************************************

TASK [Gathering Facts] *************************************************************************************************
[WARNING]: Platform linux on host node2 is using the discovered Python interpreter at /usr/bin/python3.10, but future
installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [node2]
[WARNING]: Platform linux on host node3 is using the discovered Python interpreter at /usr/bin/python3.10, but future
installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [node3]
[WARNING]: Platform linux on host node1 is using the discovered Python interpreter at /usr/bin/python3.10, but future
installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [node1]

TASK [ping all] ********************************************************************************************************
ok: [node2]
ok: [node1]
ok: [node3]

PLAY RECAP *************************************************************************************************************
node1                      : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
node2                      : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
node3                      : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant