diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 89eba45cb9..36078c0bdb 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -670,7 +670,7 @@ pipelining=True ;server=https://galaxy.ansible.com # (list) A list of Galaxy servers to use when installing a collection. -# The value corresponds to the config ini header ``[galaxy_server.{{item}}]`` which defines the server details. +# The value corresponds to the config ini header ``[galaxy_server.item]`` which defines the server details. # See :ref:`galaxy_server_config` for more details on how to define a Galaxy server. # The order of servers in this list is used to as the order in which a collection is resolved. # Setting this config option will ignore the :ref:`galaxy_server` config option.