Skip to content

Commit

Permalink
fix request to get full list of acls
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrejevs committed Jul 2, 2021
1 parent 1e7ef30 commit 56c6c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_utils/kafka_lib_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def process_module_acls(module, params=None):
pattern_type=ACLPatternType.ANY,
name=None,
principal=None,
host="*"
host=None
)
else:
acl = acls[0]
Expand Down

0 comments on commit 56c6c75

Please sign in to comment.