Fix errors in console samples

Some updates on docs processing have uncovered two syntax errors in
code examples. Fix these to unblock docs builds.

Change-Id: Idbd82a4fd2f7fa2bc3710cebe3953a342df01408
This commit is contained in:
Jens Harbott 2021-02-18 20:25:14 +00:00
parent cc37ae5e74
commit 186f8ac8b4
2 changed files with 4 additions and 4 deletions

View File

@ -92,8 +92,8 @@ The following example shows how to move a file from your deployment host to the
.. code-block:: console
$ ansible remote_machines -m copy -a 'src=/root/FILE \
dest=/tmp/FILE'
$ ansible remote_machines -m copy -a 'src=/root/FILE '\
'dest=/tmp/FILE'
The fetch module gathers files from remote machines and stores the files
locally in a file tree, organized by the hostname from remote machines and

View File

@ -334,8 +334,8 @@ If a LVM backed Block Storage host needs to be shut down:
.. code-block:: console
# mysql cinder -BNe 'select instance_uuid from volumes where deleted=0 \
and host like "%<cinder host>%"' | tee /home/user/running_instances
# mysql cinder -BNe 'select instance_uuid from volumes where deleted=0 '\
'and host like "%<cinder host>%"' | tee /home/user/running_instances
#. Shut down the instances: