From 1c01eab3fb53c599552172244c19cea1e59cb0cf Mon Sep 17 00:00:00 2001 From: Konrad Gawda Date: Thu, 2 Feb 2023 20:19:15 +0100 Subject: [PATCH] Remove irrelevant line (#79865) Remove irrelevant comment line form example code --- lib/ansible/plugins/filter/combine.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/plugins/filter/combine.yml b/lib/ansible/plugins/filter/combine.yml index f2f43718395..86788f31079 100644 --- a/lib/ansible/plugins/filter/combine.yml +++ b/lib/ansible/plugins/filter/combine.yml @@ -36,7 +36,6 @@ EXAMPLES: | # ab => {'a':1, 'b':3, 'c': 4} ab: {{ {'a':1, 'b':2} | combine({'b':3, 'c':4}) }} - # ab => {'a':1, 'b':3, 'c': 4} many: "{{ dict1 | combine(dict2, dict3, dict4) }}" RETURN: