summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2017-03-05 08:29:27 +0000
committerGitHub <noreply@github.com>2017-03-05 08:29:27 +0000
commit284b3e42d1f4a268a76cbc6ad8f0d7493c6a84fd (patch)
tree45f18a914e5c2c4e1531281b46580feeef5d571d
parentf65661ab66a15274b6a0929f1224863b71875476 (diff)
downloadansible-284b3e42d1f4a268a76cbc6ad8f0d7493c6a84fd.tar.gz
timezone: Inline emphasis start-string without end-string (#22292)
Fixes `docs/docsite/rst/timezone_module.rst:20: WARNING: Inline emphasis start-string without end-string.`
-rw-r--r--lib/ansible/modules/system/timezone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/system/timezone.py b/lib/ansible/modules/system/timezone.py
index 285e413a28..f38a0eec4a 100644
--- a/lib/ansible/modules/system/timezone.py
+++ b/lib/ansible/modules/system/timezone.py
@@ -31,7 +31,7 @@ description:
- It is recommended to restart C(crond) after changing the timezone, otherwise the jobs may run at the wrong time.
- Several different tools are used depending on the OS/Distribution involved.
For Linux it can use C(timedatectl) or edit C(/etc/sysconfig/clock) or C(/etc/timezone) andC(hwclock).
- On SmartOS , C(sm-set-timezone), for *BSD, C(/etc/localtime) is modified.
+ On SmartOS , C(sm-set-timezone), for BSD, C(/etc/localtime) is modified.
- As of version 2.3 support was added for SmartOS and BSDs.
- Windows, AIX and HPUX are not supported, please let us know if you find any other OS/distro in which this fails.
version_added: "2.2"