Hello,
- name: "{{ role_name }} - {{ playbook_name }} - lancement du traitement"
win_shell: call start.bat
args:
chdir: "{{ repertoire_traitement }}"
executable: cmd
async: 15
poll: 0
Regards,
I finally found out that this is a problem.
cf. : https://github.com/ansible/ansible-modules-core/issues/5596