ansible/changelogs/fragments/68551_allow_list_of_filters_for_the_setup_module.yml
Jérôme Loyet daca3ade99
Allow list of filters for the setup module (#68551)
The setup module can now filter out multiple pattern by providing a list
to the filter parameter instead of just a string. Single string sill
works. Previous behaviour remains.

(cherry picked from commit b5c36dac483fdd74d6c570d77cc8f3e396720366)
2020-09-09 20:40:48 +02:00

2 lines
98 B
YAML

minor_changes:
- setup - allow list of filters (https://github.com/ansible/ansible/pull/68551).