ansible/changelogs/fragments/iptables-tcp-flags.yaml
Sam Doran e877469533
Do not join flag parameters in iptables module (#36658) (#40501)
* 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_flags

(cherry picked from commit c9d3bb59a4)
2018-05-22 11:29:33 -04:00

2 lines
125 B
YAML

bugfixes:
- iptables - use suboptions to properly join tcp_flags options (https://github.com/ansible/ansible/issues/36490)