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
Ansible is installed once with tdnf and once with pip3. Use only one version of ansible over other!
The ansible installed using tdnf is not picked up anyways because it is installed in /usr/bin/ansible and the one using pip3 it is installed in /usr/local/bin/ansible.
And if we look at the $PATH variable it seems that /usr/local/bin is before /usr/bin so the ansible installed using pip3 is picked up.
Ansible is installed once with
tdnf
and once withpip3
. Use only one version of ansible over other!The ansible installed using
tdnf
is not picked up anyways because it is installed in/usr/bin/ansible
and the one usingpip3
it is installed in/usr/local/bin/ansible
.And if we look at the
$PATH
variable it seems that/usr/local/bin
is before/usr/bin
so the ansible installed usingpip3
is picked up.When installing ansible using
pip3
only:When installing ansible using
tdnf
andpip3
(the default):The latest version of ansible on the Azure linux is as
ansible-2.14.12-1.cm2
.The text was updated successfully, but these errors were encountered: