From c50b1cf9d4a53fbbfaa8332ba3a7acca33909f09 Mon Sep 17 00:00:00 2001 From: fkuep Date: Sun, 28 Mar 2021 16:23:59 +0200 Subject: [PATCH] Update changelogs/fragments/2124-consul_kv-pass-token.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- changelogs/fragments/2124-consul_kv-pass-token.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/fragments/2124-consul_kv-pass-token.yml b/changelogs/fragments/2124-consul_kv-pass-token.yml index cf74b14e9c..d5123a1af5 100644 --- a/changelogs/fragments/2124-consul_kv-pass-token.yml +++ b/changelogs/fragments/2124-consul_kv-pass-token.yml @@ -1,5 +1,5 @@ --- bugfixes: - - plugins/lookup/consul_kv.py - use self.get_option and - wire the exsisting token attribute into consul_api call. - (https://github.com/ansible-collections/community.general/issues/2124) + - consul_kv lookup - use ``self.get_option`` and + wire the existing ``token`` attribute into consul_api call + (https://github.com/ansible-collections/community.general/issues/2124).