mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
correct variable name
This commit is contained in:
@@ -27,7 +27,7 @@ Set-Attr $result "changed" $false;
|
|||||||
|
|
||||||
if ($params.name)
|
if ($params.name)
|
||||||
{
|
{
|
||||||
$package = $params.name
|
$name = $params.name
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user