ansible-plugin
ansible-plugin copied to clipboard
Can you automatically add ansible tools configurations like git plug-ins?
What feature do you want to see added?
Currently inconvenient place:
At present, you need to manually Install ansible to use Ansible-Playbook, and when you use Install automatically, you will encounter permission problems, and you can only use sudo to install it on the machine
Upstream changes
No response
Are you interested in contributing this feature?
No response
Hi,
You don't need sudo to install ansible via pip3. Specially if done in a virtual environment.
https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
I will keep this issue open because it's probably something that can be improved also at plugin level.
In the meanwhile you can use "Execute shell" installer.
Regards,
ok,thank you and good luck