Skip to content

Commit 209fd01

Browse files
authored
Fix doc prompts (#1074)
* add $ prompt * add space
1 parent 048e4d4 commit 209fd01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/docsite/rst/network/getting_started/first_inventory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ To see the original value, you can use the debug module. Please note if your YAM
412412

413413
.. code-block:: console
414414
415-
cat vyos.yml | grep -v ansible_connection >> vyos_no_connection.yml
415+
$ cat vyos.yml | grep -v ansible_connection >> vyos_no_connection.yml
416416
417417
ansible localhost -m debug -a var="ansible_password" -e "@vyos_no_connection.yml" --ask-vault-pass
418418
Vault password:

docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Example: Handle single login menu prompts with host variables
578578

579579
.. code-block:: console
580580
581-
$cat host_vars/<hostname>.yaml
581+
$ cat host_vars/<hostname>.yaml
582582
---
583583
ansible_terminal_initial_prompt:
584584
- "Connect to a host"
@@ -589,7 +589,7 @@ Example: Handle remote host multiple login menu prompts with host variables
589589

590590
.. code-block:: console
591591
592-
$cat host_vars/<inventory-hostname>.yaml
592+
$ cat host_vars/<inventory-hostname>.yaml
593593
---
594594
ansible_terminal_initial_prompt:
595595
- "Press any key to enter main menu"

docs/docsite/rst/network/user_guide/validate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The criteria for ``jsonschema`` in this example is as follows:
9191

9292
.. code-block:: text
9393
94-
$cat criteria/nxos_show_interface_admin_criteria.json
94+
$ cat criteria/nxos_show_interface_admin_criteria.json
9595
{
9696
"type" : "object",
9797
"patternProperties": {

0 commit comments

Comments
 (0)