From be6f2f43b6d1fa87241756f14182dd0240d3f737 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 2 May 2023 08:53:31 -0700 Subject: Wording change (#80664) --- docs/docsite/rst/shared_snippets/galaxy_server_list.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/shared_snippets/galaxy_server_list.txt b/docs/docsite/rst/shared_snippets/galaxy_server_list.txt index 9991d85899..cb4b682baa 100644 --- a/docs/docsite/rst/shared_snippets/galaxy_server_list.txt +++ b/docs/docsite/rst/shared_snippets/galaxy_server_list.txt @@ -68,7 +68,7 @@ define the following keys: As well as defining these server options in the ``ansible.cfg`` file, you can also define them as environment variables. The environment variable is in the form ``ANSIBLE_GALAXY_SERVER_{{ id }}_{{ key }}`` where ``{{ id }}`` is the upper -case form of the server identifier and ``{{ key }}`` is the key to define. For example I can define ``token`` for +case form of the server identifier and ``{{ key }}`` is the key to define. For example, you can define ``token`` for ``release_galaxy`` by setting ``ANSIBLE_GALAXY_SERVER_RELEASE_GALAXY_TOKEN=secret_token``. For operations that use only one Galaxy server (for example, the ``publish``, ``info``, or ``install`` commands). the ``ansible-galaxy collection`` command uses the first entry in the -- cgit v1.2.1