get rc powershell test5

This commit is contained in:
2025-11-06 12:25:50 +01:00
parent c2447c49ea
commit 83f3907bee

View File

@@ -5,9 +5,10 @@
tasks:
- name: On execute la commande "{{ command }}"
ansible.windows.win_powershell:
script: "{{ command }}"
ansible.windows.win_shell: "{{ powershell_path }} {{ command }}"
args:
chdir: "{{ execution_path }}"
register: ps_script
- debug:
msg: "{{ ps_script }}"