mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 15:21:27 +00:00
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
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user