diff --git a/lib/ansible/modules/network/routing/net_static_route.py b/lib/ansible/modules/network/routing/net_static_route.py index ca1d96e7c7b..cb40c23541b 100644 --- a/lib/ansible/modules/network/routing/net_static_route.py +++ b/lib/ansible/modules/network/routing/net_static_route.py @@ -70,8 +70,8 @@ EXAMPLES = """ - name: configure aggregates of static routes net_static_route: aggregate: - - { prefix: 192.168.2.0, mask 255.255.255.0, next_hop: 10.0.0.1 } - - { prefix: 192.168.3.0, mask 255.255.255.0, next_hop: 10.0.2.1 } + - { prefix: 192.168.2.0, mask: 255.255.255.0, next_hop: 10.0.0.1 } + - { prefix: 192.168.3.0, mask: 255.255.255.0, next_hop: 10.0.2.1 } - name: Remove static route collections net_static_route: