Update net_static_route document (#59168)

Update net_static_route examples section document, the missing colon can potentially cause confusion.
This commit is contained in:
Eugene Narciso 2019-07-16 20:38:34 -07:00 committed by Abhijeet Kasurde
parent 0bde145b1f
commit fbb4eaaba9

View file

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