mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
- The "Edit on GitHub" buttons on the following pages do not work:
-
https://docs.ansible.com/ansible-core/devel/reference_appendices/config.html
(fixes #362)
-
https://docs.ansible.com/ansible-core/devel/dev_guide/collections_galaxy_meta.html
-
https://docs.ansible.com/ansible-core/devel/reference_appendices/playbooks_keywords.html
- The `docs/templates/modules_by_category.rst.j2` template is not used
anymore. My guess it was last used in Ansible 2.9.
-
https://docs.ansible.com/ansible-core/devel/playbook_guide/playbooks_loops.html#iterating-over-a-simple-list
has a broken link at the end of that paragraph: *"Check the [module
documentation](https://docs.ansible.com/ansible/2.9/modules/modules_by_category.html#modules-by-category)
to see if you can pass a list to any particular module’s parameter(s)."*
- the link points to the Ansible 2.9 docs.
(cherry picked from commit a34cc3fe85)
Co-authored-by: Sandra McCann <samccann@redhat.com>