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 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
The text was updated successfully, but these errors were encountered:
I just deployed
OnRamp
in a new system, During the installation process, Ansible 2.17.6 was installed.When running
aether-pingall
, I get a warning message about discovering Python interpreter. This is something that may need to be addressed.The text was updated successfully, but these errors were encountered: