diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-07-27 10:58:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 14:58:21 +0000 |
commit | d1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd (patch) | |
tree | f3afefa2bb3172e27eb2dbb9e1a5f1905e86e9c1 /docs | |
parent | 36004b2657d1c271a5c6c8ddfee0488ad36c1236 (diff) | |
download | vyos.vyos-d1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd.tar.gz vyos.vyos-d1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd.zip |
Prepare vyos release 2.5.0 (#188)2.5.0
Prepare vyos release 2.5.0
Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY
ISSUE TYPE
Docs Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Sagar Paul <sagpaul@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vyos.vyos.vyos_ping_module.rst | 2 | ||||
-rw-r--r-- | docs/vyos.vyos.vyos_route_maps_module.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/vyos.vyos.vyos_ping_module.rst b/docs/vyos.vyos.vyos_ping_module.rst index 59e4a74..a1674b5 100644 --- a/docs/vyos.vyos.vyos_ping_module.rst +++ b/docs/vyos.vyos.vyos_ping_module.rst @@ -405,7 +405,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late <div>The round trip time (RTT) stats.</div> <br/> <div style="font-size: smaller"><b>Sample:</b></div> - <div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{'avg': 2, 'max': 8, 'min': 1, 'mdev': 24}</div> + <div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">AnsibleMapping([('avg', 2), ('max', 8), ('min', 1), ('mdev', 24)])</div> </td> </tr> </table> diff --git a/docs/vyos.vyos.vyos_route_maps_module.rst b/docs/vyos.vyos.vyos_route_maps_module.rst index 828ce34..c548e9b 100644 --- a/docs/vyos.vyos.vyos_route_maps_module.rst +++ b/docs/vyos.vyos.vyos_route_maps_module.rst @@ -1464,7 +1464,7 @@ Examples # "route_map": "test3" # } # ], - # "before": {}, + # "before": [], # "changed": true, # "commands": [ # "set policy route-map test1 rule 1 description test", @@ -1672,7 +1672,7 @@ Examples # # Module Execution: # - # "after": {}, + # "after": [], # "before": [ # { # "entries": [ |