Replies: 1 comment
-
Sorry but the issue tracker should not be misused as support. "5.4.0" is eons old. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Running ansible-lint 5.4.0 with a file errors with:
an AnsibleCollectionFinder has not been installed in this process
Issue Type
OS / ENVIRONMENT
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
$ ansible-lint --version
ansible-lint 5.4.0 using ansible 2.15.2
ansible-lint --version
STEPS TO REPRODUCE
~/junk$ ansible-lint
/junk$ echo $?
/junk$ echo $?0
/junk$ touch kdkdkdk/junk$ ansible-lint:
an AnsibleCollectionFinder has not been installed in this process
mageebr@rckl-utility-vcp:
1
Desired Behavior
Possible security bugs should be reported via email to
[email protected]
Actual Behavior
Please give some details of what is happening.
Include a minimum complete verifiable example with:
ansible-playbook --syntax-check playbook
Beta Was this translation helpful? Give feedback.
All reactions