mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
doc: fix missing period for hostname.py (#25392)
This commit is contained in:
parent
45378e71d1
commit
cbe87d0af7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ requirements: [ hostname ]
|
|||
description:
|
||||
- Set system's hostname, supports most OSs/Distributions, including those using systemd.
|
||||
- Note, this module does *NOT* modify C(/etc/hosts). You need to modify it yourself using other modules like template or replace.
|
||||
- Windows, HP-UX and AIX are not currently supported
|
||||
- Windows, HP-UX and AIX are not currently supported.
|
||||
options:
|
||||
name:
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue