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
I have a role repo with 2 defined ansible modules in the folder library: firefox_profile and firefox_addon.
When I call it on tasks I just put their names since it is not part of a collection. But I get the warnings:
fqcn[action]: Use FQCN for module actions, such `<namespace>.<collection>.firefox_profile`. (warning)
tasks/configure_profile.yml:2 Action `firefox_profile` is not FQCN.
fqcn[action]: Use FQCN for module actions, such `<namespace>.<collection>.firefox_addon`. (warning)
tasks/configure_profile.yml:10 Action `firefox_addon` is not FQCN.
Is it a bug? If not, I did not find clear in the documentation how should I name the namespace.collection?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a role repo with 2 defined ansible modules in the folder
library
:firefox_profile
andfirefox_addon
.When I call it on tasks I just put their names since it is not part of a collection. But I get the warnings:
Is it a bug? If not, I did not find clear in the documentation how should I name the namespace.collection?
Beta Was this translation helpful? Give feedback.
All reactions