Skip to content

Commit

Permalink
[ignore] Remove required type for absent state in mso_schema_template…
Browse files Browse the repository at this point in the history
…_vrf_rp
  • Loading branch information
akinross authored and lhercot committed Jul 5, 2024
1 parent 8577cf9 commit 899d0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/mso_schema_template_vrf_rp.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def main():
argument_spec=argument_spec,
supports_check_mode=True,
required_if=[
["state", "absent", ["ip", "type"]],
["state", "absent", ["ip"]],
["state", "present", ["ip", "type"]],
],
)
Expand Down

0 comments on commit 899d0b0

Please sign in to comment.