1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-26 21:52:48 +00:00

putting look back in, do some linting #2124

This commit is contained in:
fkuep 2021-03-31 01:41:04 +02:00
parent d2869b2f22
commit 87eeec7180
2 changed files with 16 additions and 15 deletions

View file

@ -1,5 +1,5 @@
---
bugfixes:
- consul_kv lookup - use ``self.get_option`` and
remove the function parse_params all together with its for loop
remove the function parse_params get key form self.terms
(https://github.com/ansible-collections/community.general/issues/2124).