Fix example in iptables module (#54906)

In the documentation the rule_num parameter works only in conjunction with `action` set to `insert` - fix the example with the rule_num parameter.

+label: docsite_pr
pull/54934/head
Stefano Zilli 5 years ago committed by Alicia Cozine
parent 098e0afbd5
commit fa21e0c3db

@ -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

Loading…
Cancel
Save