Replies: 4 comments 14 replies
-
After a quick review of a couple example docs: https://docs.ansible.com/ansible/latest/collections/community/general/sudoers_module.html This plugin believes it's name is "community.general.sudoers" as shown in the examples. To avoid confusion and varied use, IMHO standardizing on a 3 part name, and leaving symlinks and collection specific internal directory structures as non-user facing implementation details feels sane. |
Beta Was this translation helpful? Give feedback.
-
Please note that the second one ( |
Beta Was this translation helpful? Give feedback.
-
I've never seen or heard about that being an official guideline before, but then I also didn't take any Ansible exams :) I guess then it's even more urgent to get rid of the nested directory structure in c.g and c.n as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
There should be no controversy as c.g has stated that this will not be usable in the future and was never even supposed to be visible. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As #2572 opened a serious of questions, I am trying to survey what users would expect to to use FQCN names.
All the options below are equivalent:
sudoers
(old name, not to be used)community.general.sudoers
(location documented in metadata)community.general.system.sudoers
(effective/resolved location)Still, inside ansible-lint and with ansible-language-server, it can be only one suggestion, and we already know that the first option is not acceptable.
Few observations:
10 votes ·
Beta Was this translation helpful? Give feedback.
All reactions