mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
win_scheduled_task fix doc example with datestamp (#40691)
This commit is contained in:
parent
d95c572992
commit
0df6b085c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue