From 0ab21fd1ec3e397888d73bbea8f1ad40c0d6c315 Mon Sep 17 00:00:00 2001 From: Chris Budzilowicz Date: Fri, 22 Nov 2019 16:22:48 -0500 Subject: [PATCH] add note re required forward slash on url (#65203) --- docs/docsite/rst/shared_snippets/galaxy_server_list.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docsite/rst/shared_snippets/galaxy_server_list.txt b/docs/docsite/rst/shared_snippets/galaxy_server_list.txt index 0e3d6d5c73d..29797b97460 100644 --- a/docs/docsite/rst/shared_snippets/galaxy_server_list.txt +++ b/docs/docsite/rst/shared_snippets/galaxy_server_list.txt @@ -9,10 +9,14 @@ You can configure this to use other servers (such as Red Hat Automation Hub or a To configure a Galaxy server list in ``ansible.cfg``: + #. Add the ``server_list`` option under the ``[galaxy]`` section to one or more server names. #. Create a new section for each server name. #. Set the ``url`` option for each server name. +.. note:: + The ``url`` option for each server name must end with a forward slash ``/``. + For Automation Hub, you additionally need to: #. Set the ``auth_url`` option for each server name.