Skip to content

Commit 00446fa

Browse files
committed
Add missing 'required_one_of'
Signed-off-by: [email protected] <[email protected]>
1 parent 1ba9939 commit 00446fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/modules/role_team_assignment.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ def main():
9898
("team", "team_ansible_id"),
9999
("object_id", "object_ansible_id"),
100100
],
101+
required_one_of=[
102+
('user', 'user_ansible_id'),
103+
('object_id', 'object_ansible_id'),
104+
]
101105
)
102106

103107
client = Client(

0 commit comments

Comments
 (0)