From 842394b1ab06756c37c3c15e1b72acec053c3282 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Sat, 9 Jul 2016 12:30:56 -0600 Subject: [PATCH] removing | from description so docs render properly in RTD (#2533) --- lib/ansible/modules/extras/system/timezone.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/ansible/modules/extras/system/timezone.py b/lib/ansible/modules/extras/system/timezone.py index 4a6820ba262..c65d7049338 100644 --- a/lib/ansible/modules/extras/system/timezone.py +++ b/lib/ansible/modules/extras/system/timezone.py @@ -25,8 +25,7 @@ DOCUMENTATION = ''' module: timezone short_description: Configure timezone setting description: - - | - This module configures the timezone setting, both of the system clock + - This module configures the timezone setting, both of the system clock and of the hardware clock. I(Currently only Linux platform is supported.) It is recommended to restart C(crond) after changing the timezone, otherwise the jobs may run at the wrong time. @@ -38,14 +37,12 @@ version_added: "2.2.0" options: name: description: - - | - Name of the timezone for the system clock. + - Name of the timezone for the system clock. Default is to keep current setting. required: false hwclock: description: - - | - Whether the hardware clock is in UTC or in local timezone. + - Whether the hardware clock is in UTC or in local timezone. Default is to keep current setting. Note that this option is recommended not to change and may fail to configure, especially on virtual environments such as AWS.