[ansible-project] Re: win_scheduled_task : run the scheduled task every minute

2018-02-16 Thread ktesr123456
Thanks Jordan i will go ahead with your suggestion On Thursday, February 15, 2018 at 4:11:34 PM UTC-5, Jordan Borean wrote: > > 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

[ansible-project] Re: win_scheduled_task : run the scheduled task every minute

2018-02-15 Thread Jordan Borean
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

[ansible-project] Re: win_scheduled_task : run the scheduled task every minute

2018-02-15 Thread ktesr123456
Thanks Jordan, We are still evaluating on moving to 2.5. Do we have any workaround in 2.0 Thanks. On Thursday, February 15, 2018 at 1:13:27 AM UTC-5, Jordan Borean wrote: > > In the latest release it isn't possible to do with the current > win_scheduled_task module. For 2.5 the module was

[ansible-project] Re: win_scheduled_task : run the scheduled task every minute

2018-02-14 Thread Jordan Borean
In the latest release it isn't possible to do with the current win_scheduled_task module. For 2.5 the module was drastically rewritten and supports this scenario, you can find the latest docs for it here http://docs.ansible.com/ansible/devel/modules/win_scheduled_task_module.html. Using your