Merge pull request #2795 from hnakamur/add_warning_to_hostname_doc
Doc: Add NOTE about hostname modules does not modify /etc/hosts
This commit is contained in:
commit
1ab46f1e79
1 changed files with 3 additions and 2 deletions
|
@ -28,9 +28,10 @@ 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.
|
||||||
- Currently implemented on Debian, Ubuntu, Fedora, RedHat, openSUSE, Linaro, ScientificLinux, Arch, CentOS, AMI.
|
- 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:
|
options:
|
||||||
name:
|
name:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue