-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"The when clause is a raw Jinja2 expression without double curly braces (see group_by_module)" #2077
Comments
Thanks for your Ansible docs contribution! We talk about Ansible documentation on Matrix at #docs:ansible.im if you ever want to join us and chat about the docs! We meet on Matrix every Tuesday. See the Ansible calendar for meeting details. We welcome additions to our weekly agenda items too. You can add the |
Thanks @sourcejedi for opening the issue... It took some real archeological digging in the git history to see where and why this changed. (For the curious - it changed with this PR). Documentation fix:
@sourcejedi we'd welcome a PR that does this if you're up for it. And thanks again for catching this! It's been around for ...ages. |
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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 ansible#2077.
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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.
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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. (cherry picked from commit 4f0f5d1)
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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. (cherry picked from commit 4f0f5d1)
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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. (cherry picked from commit 4f0f5d1)
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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. (cherry picked from commit 4f0f5d1)
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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. (cherry picked from commit 4f0f5d1) Co-authored-by: Alan Jenkins <[email protected]>
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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. (cherry picked from commit 4f0f5d1) Co-authored-by: Alan Jenkins <[email protected]>
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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. (cherry picked from commit 4f0f5d1) Co-authored-by: Alan Jenkins <[email protected]>
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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. (cherry picked from commit 4f0f5d1) Co-authored-by: Alan Jenkins <[email protected]>
Reference to group_by_module was substituted in where it did not make sense: ansible/ansible#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.
File: docs/docsite/rst/playbook_guide/playbooks_conditionals.rst
I found the parenthetical confusing. group_by_module does not have any explanation about "a raw Jinja2 expression without double curly braces".
There is one mention of "when": group_by_module does not support the "when statement". But I don't know why this needs to be pointed out, in the introduction to conditionals.
I think the parenthetical could be removed?
The text was updated successfully, but these errors were encountered: