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"?
This commit is contained in:
parent
187b07e6c0
commit
4889701874
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ options:
|
|||
purge_rules_egress:
|
||||
version_added: "1.8"
|
||||
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
|
||||
default: 'true'
|
||||
aliases: []
|
||||
|
|
Loading…
Reference in a new issue