powershell command

This commit is contained in:
2025-10-30 20:49:25 +01:00
parent 64b4e6c746
commit 4604f2f3ef

10
execute_command_ps.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Execute Powershell Command
hosts: all
tasks:
- name: On execute la commande "{{ command }}"
ansible.windows.win_powershell:
script: "{{ command }}"
chdir: "{{ execution_path }}"