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
When I lint my collection with dependencies, ansible-lint prints warnings about FQCN related to dependencies.
WARNING Unable to load module ansible.posix.sysctl at roles/test/tasks/main.yml:2 for options validation
WARNING Unable to resolve FQCN for module ansible.posix.sysctl
Issue Type
Bug Report
OS / ENVIRONMENT
ansible-lint 6.11.0 using ansible 2.14.1
ansible installation method: pip
ansible-lint installation method: pip
STEPS TO REPRODUCE
Install ansible-lint==6.11.0 and ansible-core=2.14.0.
AKorezin
changed the title
Ansible-lint prints warning when linting collection
ansible-lint warns when about FQCN when linting collection with dependencies
Jan 20, 2023
Summary
When I lint my collection with dependencies,
ansible-lint
prints warnings about FQCN related to dependencies.Issue Type
OS / ENVIRONMENT
ansible-lint 6.11.0 using ansible 2.14.1
STEPS TO REPRODUCE
ansible-lint==6.11.0
andansible-core=2.14.0
.galaxy.yml
.roles
dir.ansible.posix.sysctl
.ansible-lint
.Desired Behavior
Properly find installed dependencies.
Actual Behavior
You can check the repository with an example https://gitlab.com/AKorezin/ansible-lint-issue-2924.
I use gitlab-ci to lint the collection. You can check the script here.
Job logs
Additional
Maybe a duplicate of #2741.
The text was updated successfully, but these errors were encountered: