Hello,

I use Ansible 2.2.0

It seems that asynchronous mode does not work for windows remote hosts.

The task does not fall into error, but the playbook does not go to the next 
task (start.bat lasts 3 hours...)

Example:

        -   name: "{{ role_name }} - {{ playbook_name }} - lancement du 
traitement"
            win_shell: call start.bat 
            args:  
                chdir: "{{ repertoire_traitement }}"
                executable: cmd 
            async: 15
            poll: 0

Is my syntax wrong ?

Has anyone managed to make async mode work ?

If the asynchronous mode does not work for windows, is it planned to 
implement it in the futur ?

Regards,

Fabrice Perko

-- 
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/a6d7f627-6cdf-4a8d-a779-47f20f3c384b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to