mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 02:41:30 +00:00
win_environment: remove uneeded required_by entry in spec (#54369)
This commit is contained in:
@@ -12,9 +12,6 @@ $spec = @{
|
||||
state = @{ type = "str"; choices = "absent", "present"; default = "present" }
|
||||
value = @{ type = "str" }
|
||||
}
|
||||
required_by = @{
|
||||
present = @("value")
|
||||
}
|
||||
required_if = @(,@("state", "present", @("value")))
|
||||
supports_check_mode = $true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user