mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
* Correctly validate module name for modules with aliases If a module has an alias (ie is a symlink) then we need to ensure that DOCUMENTATION.module is set to the main name, not the aliased name * formatting