lowlydba / lowlydba.sqlserver

:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
https://galaxy.ansible.com/ui/repo/published/lowlydba/sqlserver
GNU General Public License v3.0
19 stars 12 forks source link

lowlydba.sqlserver.spn - $spn is in the wrong format #218

Closed mfann-or closed 6 months ago

mfann-or commented 7 months ago

https://github.com/lowlydba/lowlydba.sqlserver/blame/cf0e2219cf173e4c7cdc1353d471600a45c9a58f/plugins/modules/spn.ps1#L35

The line referenced above is setting the $spn variable with a backslash (\) -- but it needs to be using a forward slash (/). See the issue here where the documentation for dbatools was updated.