mirror of https://github.com/ansible/ansible
Do not join flag parameters in iptables module (#36658)
* Do not join flag parameters This put a comma between every character of the tcp flag parameters, resulting in a bad iptables command. Fixes #36490 * Use suboptions to ensure tcp_flags options are lists * Add unit tests for tcp_flags * Add example of how to use tcp_flagspull/30947/head
parent
13aff08748
commit
c9d3bb59a4
Loading…
Reference in new issue