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:
parent
cc37ae5e74
commit
186f8ac8b4
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user