From 21c3ea8380be40a49f907c4079c2683642c4d8fc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Apr 2022 15:24:54 -0700 Subject: [PATCH] ansible-server: fix another jinja in comment Signed-off-by: Kevin Fenzi --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.