From 7ee5e73a57ae54ad87913067131e6d6385aca167 Mon Sep 17 00:00:00 2001 From: Ryar Nyah Date: Tue, 17 Sep 2019 01:06:27 +0200 Subject: [PATCH] Update README.md to include acl_pattern_type example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b007b635..a8096600 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ Here some examples on how to use this library: acl_principal: 'User:Alice' acl_operation: 'write' acl_permission: 'allow' + # Only with kafka api >= 2.0.0 + acl_pattern_type: 'literal' state: 'present' bootstrap_servers: "{{ hostvars['kafka1']['ansible_eth0']['ipv4']['address'] }}:9092,{{ hostvars['kafka2']['ansible_eth0']['ipv4']['address'] }}:9092"