mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
win_environment: remove uneeded required_by entry in spec (#54369)
This commit is contained in:
parent
a775af919e
commit
c291d04bd5
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ $spec = @{
|
||||||
state = @{ type = "str"; choices = "absent", "present"; default = "present" }
|
state = @{ type = "str"; choices = "absent", "present"; default = "present" }
|
||||||
value = @{ type = "str" }
|
value = @{ type = "str" }
|
||||||
}
|
}
|
||||||
required_by = @{
|
|
||||||
present = @("value")
|
|
||||||
}
|
|
||||||
required_if = @(,@("state", "present", @("value")))
|
required_if = @(,@("state", "present", @("value")))
|
||||||
supports_check_mode = $true
|
supports_check_mode = $true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue