From f00490007ccb48614f58c0c7be0b248852198d6f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 23 Jan 2017 13:28:34 -0500 Subject: [PATCH] actually fix tickets in previous commit both modules had similar issues and i conflated them --- lib/ansible/modules/system/hostname.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/system/hostname.py b/lib/ansible/modules/system/hostname.py index 7af045b5a6..fee9030398 100644 --- a/lib/ansible/modules/system/hostname.py +++ b/lib/ansible/modules/system/hostname.py @@ -32,10 +32,9 @@ version_added: "1.4" short_description: Manage hostname requirements: [ hostname ] description: - - Set system's hostname. - - Currently implemented on Debian, Ubuntu, Fedora, RedHat, openSUSE, Linaro, ScientificLinux, Arch, CentOS, AMI, Alpine Linux. - - Any distribution that uses systemd as their init system. + - Set system's hostname, supports most OSs/Distributions, including those using systemd. - Note, this module does *NOT* modify /etc/hosts. You need to modify it yourself using other modules like template or replace. + - Windows, HP-UX and AIX are not currently supported options: name: required: true