mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix a typo in win_iis_webapplication.ps1 (#27417)
introduced with https://github.com/ansible/ansible/pull/26082/files#diff-bd862e2bbcb44c9c332df7b6cacf6adaR74
This commit is contained in:
committed by
jhawkesworth
parent
c594f1e1c9
commit
0ebc80cbd6
@@ -71,7 +71,7 @@ try {
|
||||
|
||||
# Remove application
|
||||
if ($state -eq 'absent' -and $application) {
|
||||
$application = Remove-WebApplication -Site $site -Name $name $WhatIf:$check_mode
|
||||
$application = Remove-WebApplication -Site $site -Name $name -WhatIf:$check_mode
|
||||
$result.changed = $true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user