get rc powershell test5
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user