From 0df6b085c0198000c0e4b2503e8b5547e9a5918c Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 25 May 2018 11:39:33 +1000 Subject: [PATCH] win_scheduled_task fix doc example with datestamp (#40691) --- lib/ansible/modules/windows/win_scheduled_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_scheduled_task.py b/lib/ansible/modules/windows/win_scheduled_task.py index 2ed758b10f..bb0ba1412e 100644 --- a/lib/ansible/modules/windows/win_scheduled_task.py +++ b/lib/ansible/modules/windows/win_scheduled_task.py @@ -439,7 +439,7 @@ EXAMPLES = r''' arguments: /c whoami triggers: - type: daily - start_boundary: 2017-10-09T09:00:00 + start_boundary: '2017-10-09T09:00:00' username: SYSTEM state: present enabled: yes