summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-01-21 08:37:56 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2016-01-21 08:37:56 -0800
commit09e2457eb0e811ac293065dd77cd31597ceb2da7 (patch)
tree5ba0a713002b47b93be4f96bac13aad6ab46c3d9
parent0b7469fa904d89cfe523875cc74f2f05e2cecd45 (diff)
downloadansible-modules-core-09e2457eb0e811ac293065dd77cd31597ceb2da7.tar.gz
Fix documentation build in hostname
-rw-r--r--system/hostname.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hostname.py b/system/hostname.py
index 26ce2802..460124f5 100644
--- a/system/hostname.py
+++ b/system/hostname.py
@@ -31,7 +31,7 @@ description:
- Set system's hostname.
- Currently implemented on Debian, Ubuntu, Fedora, RedHat, openSUSE, Linaro, ScientificLinux, Arch, CentOS, AMI.
- Any distribution that uses systemd as their init system.
- - NOTE: This module does NOT modify /etc/hosts. You need to modify it yourself using other modules like template or replace.
+ - Note, this module does *NOT* modify /etc/hosts. You need to modify it yourself using other modules like template or replace.
options:
name:
required: true