Replies: 1 comment
-
I assume it could be |
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
-
Hello,
When adding ansible-lint to one of my ansible roles it's complaining that i'm not using the fqcn for some of my tasks. We have local modules we've created.
For example:
win_adusers_cmodule:
is located in library/win_adusers_cmodule.py
error:
fqcn[action]: Use FQCN for module actions, such
<namespace>.<collection>.win_adusers_cmodule
.tasks/main.yml:2 Action
win_adusers_cmodule
is not FQCN.What is the format for the fqcn for locally referenced modules?
Beta Was this translation helpful? Give feedback.
All reactions