diff --git a/lib/ansible/modules/system/iptables.py b/lib/ansible/modules/system/iptables.py index 7f6bbe7b06b..61a98fb421c 100644 --- a/lib/ansible/modules/system/iptables.py +++ b/lib/ansible/modules/system/iptables.py @@ -399,6 +399,7 @@ EXAMPLES = r''' protocol: tcp destination_port: 8080 jump: ACCEPT + action: insert rule_num: 5 - name: Set the policy for the INPUT chain to DROP