From cbe87d0af746df1d699c9ebe9acaa3d15483c2b2 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Wed, 7 Jun 2017 07:21:27 +0900 Subject: [PATCH] doc: fix missing period for hostname.py (#25392) --- lib/ansible/modules/system/hostname.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/hostname.py b/lib/ansible/modules/system/hostname.py index c06836b0b5..36dba75086 100644 --- a/lib/ansible/modules/system/hostname.py +++ b/lib/ansible/modules/system/hostname.py @@ -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