--- - name: Execute Powershell Command hosts: all tasks: - name: On execute la commande "{{ command }}" ansible.windows.win_powershell: script: "{{ command }}" chdir: "{{ execution_path }}" register: ps_script failed_when: rc != 0