Standardize <code></code> around 'ansible-playbook' and arguments.

This commit is contained in:
Bill Nottingham
2016-06-10 14:49:10 -04:00
parent af1fac3b1d
commit d136ee8f26

View File

@@ -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 />&emsp;\"somevar\": \"somevalue\",<br />&emsp;\"password\": \"magic\"<br /> }</blockquote>\n" + "<blockquote>{<br />&emsp;\"somevar\": \"somevalue\",<br />&emsp;\"password\": \"magic\"<br /> }</blockquote>\n" +
"YAML:<br />\n" + "YAML:<br />\n" +