Skip to content

Commit

Permalink
fixes #218
Browse files Browse the repository at this point in the history
  • Loading branch information
mfann-or authored Jan 23, 2024
1 parent cf0e221 commit 53eea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/spn.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if ($null -ne $module.Params.computer_username) {
$computer = $module.Params.computer
$serviceAccount = $module.Params.service_account
$serviceClass = "MSSQLSvc"
$spn = "$serviceClass\$computer"
$spn = "$serviceClass/$computer"
$state = $module.Params.state
$checkMode = $module.CheckMode
$module.Result.changed = $false
Expand Down

0 comments on commit 53eea99

Please sign in to comment.