From f8f0c4abc8458b4390ff0a500853f0e25b4c0105 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 23 Jan 2017 13:29:14 -0500 Subject: [PATCH] added formatting --- 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 fee9030398..23651e74fa 100644 --- a/lib/ansible/modules/system/hostname.py +++ b/lib/ansible/modules/system/hostname.py @@ -33,7 +33,7 @@ short_description: Manage hostname requirements: [ hostname ] description: - Set system's hostname, supports most OSs/Distributions, including those using systemd. - - 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 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 options: name: