From 74cd23be5cf24c48ea1ffdb6f9f2a2d14d90a436 Mon Sep 17 00:00:00 2001 From: TVo Date: Fri, 19 Jan 2024 11:41:17 -0700 Subject: [PATCH] =?UTF-8?q?Fixed/updated=20URL=20for=20=E2=80=9CPassing=20?= =?UTF-8?q?Variables=20on=20the=20Command=20Line"=20link.=20(#14763)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docsite/rst/userguide/job_templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/userguide/job_templates.rst b/docs/docsite/rst/userguide/job_templates.rst index d5d37224cb..fbd5c99660 100644 --- a/docs/docsite/rst/userguide/job_templates.rst +++ b/docs/docsite/rst/userguide/job_templates.rst @@ -110,7 +110,7 @@ To create a new job template: - * If selected, even if a default value is supplied, you will be prompted upon launch to supply additional labels if needed. * You will not be able to delete existing labels - clicking (|x-circle|) only removes the newly added labels, not existing default labels. * - **Variables** - - * Pass extra command line variables to the playbook. This is the "-e" or "--extra-vars" command line parameter for ansible-playbook that is documented in the Ansible documentation at `Passing Variables on the Command Line `_. + - * Pass extra command line variables to the playbook. This is the "-e" or "--extra-vars" command line parameter for ansible-playbook that is documented in the Ansible documentation at `Defining variables at runtime `_. * Provide key/value pairs using either YAML or JSON. These variables have a maximum value of precedence and overrides other variables specified elsewhere. An example value might be: ::