From a8e806d61fc1e4fd88592bee7e501fbe259cca99 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Tue, 22 Jun 2021 23:55:12 +0530 Subject: Spelling glitch fix on doc (#168) Spelling glitch fix on doc Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/modules/vyos_firewall_rules.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/modules/vyos_firewall_rules.py') 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 -- cgit v1.2.3