Hi Tony,

Any suggestions here please

On Mon, 24 Sep 2018, 21:42 vivek mv, <vivek.sabe...@gmail.com> wrote:

> Hi ,
>
> Yes. It's .bat file and it's for stating a ibm liberty server
> "server.startup.bat".
>
> ---
>  - name: start liberty server
>    hosts: win
>    tasks:
>      - name: start server
>        Win_commad: D:\IBM\JazzTeamServer\server.startup.bat
>
>
> Ansible is running this playbook without error .. but it's not starting or
> executing the file
>
> On Mon, 24 Sep 2018, 19:56 Tony Chia, <tchi...@gmail.com> wrote:
>
>> .bat extension is for Windows batch file. Bash files typically have .sh
>> or .bash extension.  Could you show the tasks you have tried and their
>> respective output ?
>>
>> On Monday, September 24, 2018 at 6:41:12 AM UTC-7, vowner wrote:
>>>
>>> Hi Experts,
>>>
>>> I am automating IBM CLM application and i would need to run the
>>> application default .bat file for starting the server. Eg:
>>> (server.startup.bat). I tried with win_command, script and win_shell
>>> modules and its not running the bash file.
>>>
>>> Could you please provide any solution.
>>>
>> --
>> 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 ansible-project+unsubscr...@googlegroups.com.
>> To post to this group, send email to ansible-project@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/ansible-project/7ad6d4ce-8f35-4372-8d98-4692d44e106d%40googlegroups.com
>> <https://groups.google.com/d/msgid/ansible-project/7ad6d4ce-8f35-4372-8d98-4692d44e106d%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAFv5%2Ba34vQWyMPsXEUdWTHUpV-WUqd2T1JtVqBoU%3DZvu5_uEBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to