-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ansible-lint print WARNING (PATH altered to include) #2357
Comments
I use homebrew too. The real question is how did you install ansible-lint? |
Can confirm on Ubuntu with Homebrew-installed ansible and ansible-lint:
|
Getting a similar error with ansible-lint and ansible installved via homebrew. Seeing in the Ansible Server in VS code the following Looks like the logic in ansible-lint isnt checking for sym-links in PATH as it calls |
As it is quite common for many users to miss adding python bin scripts folder to their PATH, even if pip does warn them about the issue, we now add it dynamically. Fixes: ansible#2357
As it is quite common for many users to miss adding python bin scripts folder to their PATH, even if pip does warn them about the issue, we now add it dynamically. Fixes: ansible#2357
@hardcore @nemccarthy @dawidd6 Can you quickly test #2477 is sorting the problem for you? |
As it is quite common for many users to miss adding python bin scripts folder to their PATH, even if pip does warn them about the issue, we now add it dynamically. Fixes: #2357
As it is quite common for many users to miss adding python bin scripts folder to their PATH, even if pip does warn them about the issue, we now add it dynamically. Fixes: ansible#2357
Still got the same problem. I installed ansible-lint with homebrew too.
|
Summary
ansible-lint --version print:
WARNING: PATH altered to include /opt/homebrew/Cellar/ansible-lint/6.5.1/libexec/bin
ansible-lint 6.5.1 using ansible 2.13.3
Issue Type
Ansible and Ansible Lint details
OS / ENVIRONMENT
macOS Monterey Version 12.5.1, MacBook Pro (14", 2021)
STEPS TO REPRODUCE
Run ansible-lint within a homebrew installation.
Desired Behavior
This behavior should be fixed in #2129
Actual Behavior
ansible-lint thorws an error.
The text was updated successfully, but these errors were encountered: