mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Doc: Add NOTE about hostname modules does not modify /etc/hosts
This commit is contained in:
committed by
Matt Clay
parent
8f23e54a80
commit
f2246deaf9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user