Resolves #76449 Misplaced added version info (#76539)

`.. versionadded::` are coming right after the section tittle, and was misplaced here
pull/76557/head
Benoît Geeraerts 3 years ago committed by GitHub
parent 461f30c160
commit 8a562ea14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -252,11 +252,11 @@ The ``contains`` test is designed to work with the ``select``, ``reject``, ``sel
- debug:
msg: "{{ (lacp_groups|selectattr('interfaces', 'contains', 'em1')|first).master }}"
.. versionadded:: 2.4
Testing if a list value is True
===============================
.. versionadded:: 2.4
You can use `any` and `all` to check if any or all elements in a list are true or not
.. code-block:: yaml

Loading…
Cancel
Save