diff options
Diffstat (limited to 'plugins/modules/vyos_static_routes.py')
-rw-r--r-- | plugins/modules/vyos_static_routes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/modules/vyos_static_routes.py b/plugins/modules/vyos_static_routes.py index fa29b722..ac288ced 100644 --- a/plugins/modules/vyos_static_routes.py +++ b/plugins/modules/vyos_static_routes.py @@ -62,7 +62,7 @@ options: - ipv6 required: true routes: - description: A ditionary that specify the static route configurations. + description: A dictionary that specify the static route configurations. type: list elements: dict suboptions: @@ -140,7 +140,7 @@ EXAMPLES = """ # # vyos@vyos:~$ show configuration commands | grep static # -- name: Merge the provided configuration with the exisiting running configuration +- name: Merge the provided configuration with the existing running configuration vyos.vyos.vyos_static_routes: config: - address_families: |