From 42a06f1dd3813742d6abd255423f05f43b0509c4 Mon Sep 17 00:00:00 2001 From: Frank Kloeker Date: Sat, 15 Sep 2018 19:03:24 +0200 Subject: [PATCH] [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 --- doc/source/admin/maintenance-tasks/ansible-modules.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/maintenance-tasks/ansible-modules.rst b/doc/source/admin/maintenance-tasks/ansible-modules.rst index cd8d5dff77..2ceabe566f 100644 --- a/doc/source/admin/maintenance-tasks/ansible-modules.rst +++ b/doc/source/admin/maintenance-tasks/ansible-modules.rst @@ -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``.