Open vk6xebec opened 1 week ago
Describe the bug The current check for ansible checks the presence of Ansible in /root/.ansible.
However, the latest documentation to install ansible has it installing through pipx https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
This means ansible is only found in the user directories eg /home/USER/.ansible
This check needs to be updated for all users
Version
Expected behavior Checks for the presence of Ansible in /home/USER/.ansible for all users; not just root
Output N/A - Ansible wasn't detected
Describe the bug The current check for ansible checks the presence of Ansible in /root/.ansible.
However, the latest documentation to install ansible has it installing through pipx https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
This means ansible is only found in the user directories eg /home/USER/.ansible
This check needs to be updated for all users
Version
Expected behavior Checks for the presence of Ansible in /home/USER/.ansible for all users; not just root
Output N/A - Ansible wasn't detected