From 9f2bd22a3dd140e46dfa2d8fd53ec96d828a6e2e Mon Sep 17 00:00:00 2001 From: Hiroaki Nakamura Date: Tue, 12 Jan 2016 20:29:22 +0900 Subject: [PATCH] Doc: Add NOTE about hostname modules does not modify /etc/hosts --- system/hostname.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/hostname.py b/system/hostname.py index 1b577367c3e..26ce2802bd2 100644 --- a/system/hostname.py +++ b/system/hostname.py @@ -28,9 +28,10 @@ version_added: "1.4" short_description: Manage hostname requirements: [ hostname ] description: - - Set system's hostname + - 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 + - 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. options: name: required: true