ansible-plugin icon indicating copy to clipboard operation
ansible-plugin copied to clipboard

Can you automatically add ansible tools configurations like git plug-ins?

Open zhengdechang opened this issue 1 year ago • 2 comments

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 image

Upstream changes

No response

Are you interested in contributing this feature?

No response

zhengdechang avatar Jan 08 '24 03:01 zhengdechang

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,

jonesbusy avatar Jan 08 '24 04:01 jonesbusy

ok,thank you and good luck

zhengdechang avatar Jan 08 '24 10:01 zhengdechang