Fix typo of "rules_egress"

Or is "rules_egree" supposed to be a plural? The sentence is difficult to parse.

Maybe the correct fix is to "Purge existing rules on security group that are not found in rules_egress"?
pull/18777/head
follower 10 years ago committed by Matt Clay
parent 187b07e6c0
commit 4889701874

@ -55,7 +55,7 @@ options:
purge_rules_egress: purge_rules_egress:
version_added: "1.8" version_added: "1.8"
description: description:
- Purge existing rules_egree on security group that are not found in rules_egress - Purge existing rules_egress on security group that are not found in rules_egress
required: false required: false
default: 'true' default: 'true'
aliases: [] aliases: []

Loading…
Cancel
Save