diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-01-27 14:28:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 19:28:05 +0000 |
commit | 52457c14d33ec6387a693368eeb090c6b58eb443 (patch) | |
tree | 5cf07753df7843f99fc63740a2fe0efc27a4f6df /docs/vyos.vyos.vyos_ping_module.rst | |
parent | 59dad0ffed43b0f7fc3026fc8014e2092cb5b68b (diff) | |
download | vyos-ansible-old-52457c14d33ec6387a693368eeb090c6b58eb443.tar.gz vyos-ansible-old-52457c14d33ec6387a693368eeb090c6b58eb443.zip |
Prepare VYOS for Release 1.1.1 (#118)1.1.1
Prepare VYOS for Release 1.1.1
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'docs/vyos.vyos.vyos_ping_module.rst')
-rw-r--r-- | docs/vyos.vyos.vyos_ping_module.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/vyos.vyos.vyos_ping_module.rst b/docs/vyos.vyos.vyos_ping_module.rst index f9c4a68..e3377fc 100644 --- a/docs/vyos.vyos.vyos_ping_module.rst +++ b/docs/vyos.vyos.vyos_ping_module.rst @@ -284,7 +284,7 @@ Notes Examples -------- -.. code-block:: yaml +.. code-block:: yaml+jinja - name: Test reachability to 10.10.10.10 vyos.vyos.vyos_ping: @@ -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> |