diff options
author | Sagar Paul <sagpaul@redhat.com> | 2021-06-22 23:55:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 18:25:12 +0000 |
commit | a8e806d61fc1e4fd88592bee7e501fbe259cca99 (patch) | |
tree | ce0a89c73c8e14c173c37dd9e720e94ad2576441 /plugins/modules/vyos_firewall_rules.py | |
parent | eb46eb529a8bcfaeb5a7e736550d7cfb612b02d7 (diff) | |
download | vyos.vyos-a8e806d61fc1e4fd88592bee7e501fbe259cca99.tar.gz vyos.vyos-a8e806d61fc1e4fd88592bee7e501fbe259cca99.zip |
Spelling glitch fix on doc (#168)
Spelling glitch fix on doc
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins/modules/vyos_firewall_rules.py')
-rw-r--r-- | plugins/modules/vyos_firewall_rules.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/modules/vyos_firewall_rules.py b/plugins/modules/vyos_firewall_rules.py index 3bd6451d..b6ed81b6 100644 --- a/plugins/modules/vyos_firewall_rules.py +++ b/plugins/modules/vyos_firewall_rules.py @@ -86,7 +86,7 @@ options: type: bool rules: description: - - A ditionary that specifies the rule-set configurations. + - A dictionary that specifies the rule-set configurations. type: list elements: dict suboptions: @@ -215,7 +215,7 @@ options: type: int ipsec: description: - - Inboud ip sec packets. + - Inbound ip sec packets. type: str choices: - match-ipsec @@ -662,7 +662,7 @@ EXAMPLES = """ # vyos@vyos# run show configuration commands | grep firewall # set firewall group address-group 'inbound' # -- name: Merge the provided configuration with the exisiting running configuration +- name: Merge the provided configuration with the existing running configuration vyos.vyos.vyos_firewall_rules: config: - afi: ipv6 |