From b6ff36bed3a3864ff0e43f99ebc6a626ca85b8a2 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 --- lib/ansible/modules/system/hostname.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/hostname.py b/lib/ansible/modules/system/hostname.py index 5ff421b7eb2..1caa6db84b7 100644 --- a/lib/ansible/modules/system/hostname.py +++ b/lib/ansible/modules/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