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
|
short_description: Manage hostname
|
||||||
requirements: [ hostname ]
|
requirements: [ hostname ]
|
||||||
description:
|
description:
|
||||||
- Set system's hostname.
|
- Set system's hostname, supports most OSs/Distributions, including those using systemd.
|
||||||
- Currently implemented on Debian, Ubuntu, Fedora, RedHat, openSUSE, Linaro, ScientificLinux, Arch, CentOS, AMI, Alpine Linux.
|
|
||||||
- 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.
|
||||||
|
- Windows, HP-UX and AIX are not currently supported
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue