diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index 018b1e60324..dca9cf9fa8e 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -292,10 +292,10 @@ Similarly to the output of the ``items2dict`` filter mentioned above, these filt Which turns:: - list_one: + keys_list: - one - two - list_two: + values_list: - apple - orange