Fix firewalld rich_rule example (#60379)

The rich rule example didn't specify the `family` field, which firewalld will fail on if not provided.
pull/60430/head
Adrian L Lange 5 years ago committed by Alicia Cozine
parent c71622b31a
commit 7e69d67f28

@ -175,7 +175,7 @@ EXAMPLES = r'''
- name: Redirect port 443 to 8443 with Rich Rule
firewalld:
rich_rule: rule forward-port port=443 protocol=tcp to-port=8443
rich_rule: rule family=ipv4 forward-port port=443 protocol=tcp to-port=8443
zone: public
permanent: yes
immediate: yes

Loading…
Cancel
Save