From 7ffbdd52145e86b6194b0040ef7ff6c529ebad62 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) (cherry picked from commit 0df6b085c0198000c0e4b2503e8b5547e9a5918c) --- 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 a46b59a3017..139a02ca330 100644 --- a/lib/ansible/modules/windows/win_scheduled_task.py +++ b/lib/ansible/modules/windows/win_scheduled_task.py @@ -440,7 +440,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