Skip to content

Commit

Permalink
Merge pull request #105 from mrandreyeff/fix_manager_describe_acls_re…
Browse files Browse the repository at this point in the history
…quest

fix request to get full list of acls
  • Loading branch information
StephenSorriaux authored Jul 5, 2021
2 parents 1e7ef30 + 56c6c75 commit f2c6461
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 f2c6461

Please sign in to comment.