Skip to content

Commit

Permalink
fix user module
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Sep 5, 2024
1 parent fce2e27 commit b6e6a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def _create_user(self) -> Optional[User]:
k: v
for k, v in params.items()
if k
not in list(LINODE_COMMON_ARGS.keys()) + ["grants", "ua_prefix"]
not in list(LINODE_COMMON_ARGS.keys()) + ["grants", "ua_prefix", "state"]
}

try:
Expand Down

0 comments on commit b6e6a34

Please sign in to comment.