[trivial] docs: fix sphinx warnings unknown options

i.e. http://logs.openstack.org/57/607057/2/check/build-openstack-sphinx-docs/7e49382/job-output.txt.gz#_2018-10-02_14_47_17_363143

Change-Id: Ie8d1493e42f40a98de33f04529799e77ef8599c5
This commit is contained in:
Frank Kloeker 2018-09-15 19:03:24 +02:00
parent 7af917268d
commit 42a06f1dd3
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ To check on the status of your Galera cluster:
When a module is being used as an ad-hoc command, there are a few parameters
that are not required. For example, for the ``chdir`` command, there is no need
to :option:`chdir=/home/user ls` when running Ansible from the CLI:
to :command:`chdir=/home/user ls` when running Ansible from the CLI:
.. code-block:: console
@ -102,7 +102,7 @@ hostname.
.. note::
This module transfers log files that might not be present, so a missing
remote file will not be an error unless :option:`fail_on_missing` is set to
remote file will not be an error unless ``fail_on_missing`` is set to
``yes``.