1
0
Fork 0
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:
Jordan Borean 2018-05-25 11:39:33 +10:00 committed by GitHub
parent d95c572992
commit 0df6b085c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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