From cefab06a93176347c295ac7f7fa6495d0398d92a Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Wed, 13 Nov 2024 13:43:50 +0000 Subject: [PATCH] fix: Remove stray reference to group_by_module Reference to group_by_module was substituted in where it did not make sense: https://github.com/ansible/ansible/pull/43856 This reference is not essential. It is already referenced indirectly, via :ref:`os_variance`. Revert back to referencing the variables page. Credit for fix and diagnosis: @samccann. See issue #2077. --- docs/docsite/rst/playbook_guide/playbooks_conditionals.rst | 2 +- docs/docsite/rst/playbook_guide/playbooks_variables.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbook_guide/playbooks_conditionals.rst b/docs/docsite/rst/playbook_guide/playbooks_conditionals.rst index bfd8fd09c4a..90ead7bc53b 100644 --- a/docs/docsite/rst/playbook_guide/playbooks_conditionals.rst +++ b/docs/docsite/rst/playbook_guide/playbooks_conditionals.rst @@ -20,7 +20,7 @@ Ansible uses Jinja2 :ref:`tests ` and :ref:`filters