-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
'with_community.general.filetree' is not a valid attribute for a Task #4304
Comments
I was able to reproduce this when deleting the |
Is the linter dependent on the specific ansible that is installed in the system? (we run the linter in CI, which doesn't install ansible) |
@leonardgerardatomicmachinescom I believe ansible-lint/.config/requirements.in Line 3 in 7b97493
|
I guess I did not expect the lint rules to be dependent on the installed ansible-core, but solely on the installed ansible-lint version. You can close this issue, since it is probably "as designed". |
SUMMARY
ansible-lint
is complaining about attributewith_community.general.filetree
not being valid. However, it's in Ansible official documentation. cf examples.Am I missing something?
ISSUE TYPE
OS / ENVIRONMENT
Debian 12.6 in wsl2
pipx
pipx
STEPS TO REPRODUCE
DESIRED BEHAVIOR
ansible-lint
should not complain aboutwith_community.general.filetree
.ACTUAL BEHAVIOR
The text was updated successfully, but these errors were encountered: