diff --git a/execute_command_ps.yml b/execute_command_ps.yml new file mode 100644 index 0000000..11ded14 --- /dev/null +++ b/execute_command_ps.yml @@ -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 }}" \ No newline at end of file