actually fix tickets in previous commit
both modules had similar issues and i conflated them
This commit is contained in:
parent
f86e6a2152
commit
f00490007c
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue