Hi Everyone,
I'm having one big problem when i'm trying to run following step on Windows Minion.
It's getting stuck and not returning any output. I have test the following command manually in Windows Minion by self it's working fine. The only problem having with salt state. Please help me get out with problem guys its very urgent. Thanks in advance to all.
And one more thing I've attached all logs, state and minion logs for investigation.
copy_report_file_to_master:
cmd.run:
- name: c:\pscp -pw password c:\User_Activity\Script\pscp.exe us...@192.11.7.80:/home/user/report
- shell: powershell
{#- i have check without env argument but that is also not working #}
- env:
- ExecutionPolicy: "bypass"