Hello Team,
I am trying to install an AV agent on a windows machine and I get this error:
fatal: [10.217.25.55]: FAILED! => {
"changed": false,
"msg": "Exception calling \"RunCommand\" with \"5\" argument(s): \"Failed to create new process (Access is denied, Win32ErrorCode 5)\"",
"rc": 2
}
This is the task:
- name: Install Sophos Agent
args:
chdir: c:\Users\Administrator\Installables
I have also used psexec to overcome the "access denied" error but psexec doesnt seem to work. The message I get is "psexec exited with error code -1073741502"
Any suggestions on how to deal with this?
Best,
Yash.