ansible.posix/changelogs/fragments/firewalld_multiple_input_values.yml
Steve Kieu 469234db06 allow-firewalld-take-multiple-input
The currentl firewalld module does not take multiple values such as
`source` or `interface`, etc..

There are many cases that we need to pass multi volume to the module
rather than flatening the input so I implement it in this PR.

This change is backward compatible, that is the behaviour wont change after this change,
an existing user uses single value will work as is.
2021-04-09 12:03:26 +10:00

3 lines
171 B
YAML

minor_changes:
- firewalld - Allow multiple values input as a list or coma separated string
for input types source, service, port, icmp_block, interface, rich_rule.