ansible.posix icon indicating copy to clipboard operation
ansible.posix copied to clipboard

Broken link / wrong module name in synchronize module documentation See Also section

Open bluikko opened this issue 3 years ago • 0 comments

SUMMARY

The synchronize module documentation has invalid link in the "See also" section:

- module: copy

Which in https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html#ansible-collections-ansible-posix-synchronize-module renders into:

M(copy)

It displays exactly like that and doesn't linkify, maybe because it is not using FQCN?

<!--- HINT: Did you know the documentation has an "Edit on GitHub" link on every page ? -->

No it does not! Maybe this "every page" refers to pages outside collections?
In the link above I could not find anything when searching for "edit".

ISSUE TYPE
  • Documentation Report
COMPONENT NAME

synchronize

ANSIBLE VERSION
irrelevant, confirmed the error in `main` branch also

bluikko avatar Mar 19 '22 13:03 bluikko