Skip to content

Commit

Permalink
Fixed/updated URL for “Passing Variables on the Command Line" link. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tvo318 authored Jan 19, 2024
1 parent 209747d commit 74cd23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/userguide/job_templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.ansible.com/ansible/latest/reference_appendices/general_precedence.html>`_.
- * 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 <https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#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:

::
Expand Down

0 comments on commit 74cd23b

Please sign in to comment.