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
Error Ansible: the role 'nodejs' was not found in /Users/guard/Documents/ansible/server/playbooks/roles:/Users/guard/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/Users/guard/Documents/ansible/server/playbooks
Warning Ansible: No inventory was parsed, only implicit localhost is available.
Warning Ansible: provided hosts list is empty, only localhost is available. Note that.
As I understand, plugin don't see my ansible.cfg
Ansible works perfectly (see all roles, hosts)
ansible-lint, ansible-playbook --syntax-check launched from the shell successfully works
The package executes ansible-playbook from the directory of your currently opened file to properly find relative files e.g. includes. It likely is unable to find the ansible.cfg at the higher level.
I will have to revisit this in the future to determine what fix can be made that does not inadvertently also introduce a breaking change.
Thanks for finding this issue.
Hello, I have some problems with plugin:
As I understand, plugin don't see my ansible.cfg
Ansible works perfectly (see all roles, hosts)
ansible-lint, ansible-playbook --syntax-check launched from the shell successfully works
project tree
ansible.cfg
my environment
all other plugins disabled for debug
The text was updated successfully, but these errors were encountered: