mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Standardize <code></code> around 'ansible-playbook' and arguments.
This commit is contained in:
@@ -298,8 +298,8 @@ export default
|
|||||||
editRequired: false,
|
editRequired: false,
|
||||||
"default": "---",
|
"default": "---",
|
||||||
column: 2,
|
column: 2,
|
||||||
awPopOver: "<p>Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter " +
|
awPopOver: "<p>Pass extra command line variables to the playbook. This is the <code>-e</code> or <code>--extra-vars</code> command line parameter " +
|
||||||
"for ansible-playbook. Provide key/value pairs using either YAML or JSON.</p>" +
|
"for <code>ansible-playbook</code>. Provide key/value pairs using either YAML or JSON.</p>" +
|
||||||
"JSON:<br />\n" +
|
"JSON:<br />\n" +
|
||||||
"<blockquote>{<br /> \"somevar\": \"somevalue\",<br /> \"password\": \"magic\"<br /> }</blockquote>\n" +
|
"<blockquote>{<br /> \"somevar\": \"somevalue\",<br /> \"password\": \"magic\"<br /> }</blockquote>\n" +
|
||||||
"YAML:<br />\n" +
|
"YAML:<br />\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user