mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Link fixes (#39038)
* fixes links on plugins pages * fixes links in community pages * fixes links in user guide * adds anchors on playbooks pages
This commit is contained in:
@@ -30,9 +30,9 @@ or in the ``ansible.cfg`` file:
|
||||
fact_caching=redis
|
||||
|
||||
You will also need to configure other settings specific to each plugin. Consult the individual plugin documentation
|
||||
or the Ansible :doc:`configuration <../config>` for more details.
|
||||
or the Ansible :ref:`configuration <ansible_configuration_settings>` for more details.
|
||||
|
||||
A custom cache plugin is enabled by dropping it into a ``cache_plugins`` directory adjacent to your play, inside a role, or by putting it in one of the directory sources configured in :doc:`ansible.cfg <../config>`.
|
||||
A custom cache plugin is enabled by dropping it into a ``cache_plugins`` directory adjacent to your play, inside a role, or by putting it in one of the directory sources configured in :ref:`ansible.cfg <ansible_configuration_settings>`.
|
||||
|
||||
|
||||
.. _using_cache:
|
||||
|
||||
Reference in New Issue
Block a user