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: tasks:
- name: On execute la commande "{{ command }}" - name: On execute la commande "{{ command }}"
ansible.windows.win_powershell: ansible.windows.win_shell: "{{ powershell_path }} {{ command }}"
script: "{{ command }}" args:
chdir: "{{ execution_path }}" chdir: "{{ execution_path }}"
register: ps_script register: ps_script
- debug: - debug:
msg: "{{ ps_script }}" msg: "{{ ps_script }}"