From 09e2457eb0e811ac293065dd77cd31597ceb2da7 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 21 Jan 2016 08:37:56 -0800 Subject: [PATCH] Fix documentation build in hostname --- system/hostname.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hostname.py b/system/hostname.py index 26ce2802bd2..460124f5ed4 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