diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2020-10-08 20:08:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 00:08:37 +0000 |
commit | f5e6f4e2111890012b4bce4ce5096912e2eb3094 (patch) | |
tree | 7c69a1143f2f36cf05de0e8d441e12cc0524d842 /docs | |
parent | 9d5f8043ef86abb5584fb2b4cb2955e8df4501c1 (diff) | |
download | vyos.vyos-f5e6f4e2111890012b4bce4ce5096912e2eb3094.tar.gz vyos.vyos-f5e6f4e2111890012b4bce4ce5096912e2eb3094.zip |
Release 1.0.5 (#93)1.0.5
Release 1.0.5
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vyos.vyos.vyos_ping_module.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vyos.vyos.vyos_ping_module.rst b/docs/vyos.vyos.vyos_ping_module.rst index e3377fc5..7fafb7eb 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;">AnsibleMapping([('avg', 2), ('max', 8), ('min', 1), ('mdev', 24)])</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> </td> </tr> </table> |