Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Upgrade Otter 22.01 Roles not working
-
Hi
After you have solved the incidence "Upgrade Otter 3.0.24 to 22.0.1 break ensure-PSModule".
We try to run a role called xRobocopy that executes the otter script xRobocopy.Code xRobocopy Role
call xRobocopy();Code xRobocopy (Legacy Otter Script (Module))
module xRobocopy
{
Ensure-PsModule
(
Module: xRobocopy,
Force: true
);
}1.- Always returns status "Drifted"
2.- If we run "Remediate Drift" returns
In version 3.0.24 it worked
Thank you
-
@jramon-ortega_2700 thanks for the bug-report; this seems to be related another library upgrade, but we'll get it fixed soon - please stay tuned :)
-
Ok, Thanks
-
We released a new version of our scripting extension, Scripting 2.0.1. You should be able to update the extension or upgrade Otter to 2022.02 and this should fix the issue for you.
Thanks,
Rich
-
Thanks a lot