Skip to content

Commit

Permalink
'target' *is* required, however it interracts strangely with values o…
Browse files Browse the repository at this point in the history
…f 0.0.0.0/0 and '' (Empty string).
  • Loading branch information
samburney committed Mar 30, 2024
1 parent 668d874 commit c282423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/_api_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4259,7 +4259,7 @@ def join_path(path):
'parent': KeyInfo(default='none'),
'priority': KeyInfo(default='8/8'),
'queue': KeyInfo(default='default-small/default-small'),
'target': KeyInfo(default=''),
'target': KeyInfo(required=True),
},
),
),
Expand Down

0 comments on commit c282423

Please sign in to comment.