Not in any easy idempotent way unfortunately, you have some options, you 
could;

* Use win_command/win_shell to create the task but the COM API used can get 
quite complex and dealing with idempotency would be difficult
* You can copy the newer version of the module 
https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/windows/win_scheduled_task.ps1
 
to a directory called library and use it like you would when 2.5 is out. It 
is best to name the module with a special suffix so you know that it is a 
custom version and not the builtin module used in Ansible.

Thanks

Jordan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7092b62c-463d-4eb5-8540-33957fd5f384%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to