summaryrefslogtreecommitdiff
path: root/docs/vyos.vyos.vyos_ping_module.rst
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2021-02-22 15:29:16 -0500
committerGitHub <noreply@github.com>2021-02-22 20:29:16 +0000
commitb24d755f5a45e9a6305c9705411d1a64a12b812e (patch)
tree2bb9c369c9869cac0a756a9c8aee49515d6c7342 /docs/vyos.vyos.vyos_ping_module.rst
parentea481d755414ee3390a2ff5792be9c67896fa567 (diff)
downloadvyos.vyos-b24d755f5a45e9a6305c9705411d1a64a12b812e.tar.gz
vyos.vyos-b24d755f5a45e9a6305c9705411d1a64a12b812e.zip
Subsequent calls to get_capabilities are duplicating entries in `rpc`. (#122)
Subsequent calls to get_capabilities are duplicating entries in `rpc`. 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.rst4
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 e3377fc5..f9c4a681 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+jinja
+.. code-block:: yaml
- 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;">AnsibleMapping([(&#x27;avg&#x27;, 2), (&#x27;max&#x27;, 8), (&#x27;min&#x27;, 1), (&#x27;mdev&#x27;, 24)])</div>
+ <div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;avg&#x27;: 2, &#x27;max&#x27;: 8, &#x27;min&#x27;: 1, &#x27;mdev&#x27;: 24}</div>
</td>
</tr>
</table>