From 4b62e555df617063bd70258ea551fcc53c1bbed7 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Sat, 30 Sep 2017 10:44:33 -0700 Subject: [PATCH] Added quotes to start and end samples --- lib/ansible/modules/commands/command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/commands/command.py b/lib/ansible/modules/commands/command.py index 44e8476fb2..b42cdafdb2 100644 --- a/lib/ansible/modules/commands/command.py +++ b/lib/ansible/modules/commands/command.py @@ -104,12 +104,12 @@ end: description: cmd end time returned: always type: string - sample: 2017-09-29 22:03:48.084657 + sample: '2017-09-29 22:03:48.084657' start: description: cmd start time returned: always type: string - sample: 2017-09-29 22:03:48.083128 + sample: '2017-09-29 22:03:48.083128' ''' import datetime