win_scheduled_task fix doc example with datestamp (#40691)
(cherry picked from commit 0df6b085c0
)
This commit is contained in:
parent
b20b29ac0a
commit
7ffbdd5214
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue