ansible.posix/plugins/modules
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
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
acl.py Merge branch 'main' into acldocs 2021-03-05 15:47:30 +00:00
at.py Fix sanity test for modules 2021-03-02 18:53:06 +05:30
authorized_key.py add no_log=False to clear false-positives 2021-03-19 09:07:14 +01:00
firewalld.py allow-firewalld-take-multiple-input 2021-04-09 12:03:26 +10:00
mount.py add no_log=False to clear false-positives 2021-03-19 09:07:14 +01:00
patch.py patch - add line break to fix pep8 error 2020-07-12 12:09:52 +02:00
seboolean.py Fix sanity test for modules 2021-03-02 18:53:06 +05:30
selinux.py Fix sanity test for modules 2021-03-02 18:53:06 +05:30
synchronize.py Merge pull request #120 from pneerincx/bugfix_for_24365 2021-03-05 18:30:48 +00:00
sysctl.py Fix sanity test for modules 2021-03-02 18:53:06 +05:30