Update net_static_route document (#59168)

Update net_static_route examples section document, the missing colon can potentially cause confusion.
pull/59174/head
Eugene Narciso 5 years ago committed by Abhijeet Kasurde
parent 0bde145b1f
commit fbb4eaaba9

@ -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:

Loading…
Cancel
Save