Hello everybody!
I’m having problems with the iptables module trying to execute this task:
- iptables:
chain: INPUT
match: conntrack
ctstate: ESTABLISHED,RELATED
jump: ACCEPT
This leads to this error:
TASK [iptables] ****************************************************************
fatal: [default]: FAILED! => {“changed”: false, “cmd”: “/sbin/iptables -t filter -A INPUT -m conntrack -j ACCEPT -m state --state ESTABLISHED,RELATED”, “failed”: true, “msg”: “iptables v1.4.21: conntrack: At least one option is required\nTry iptables -h' or 'iptables --help' for more information.", "rc": 2, "stderr": "iptables v1.4.21: conntrack: At least one option is required\nTry
iptables -h’ or ‘iptables --help’ for more information.\n”, “stdout”: “”, “stdout_lines”: }
Did anyone hit this issue and have a solution? If not I can submit a bug report.
Thank you!