Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2024
1 parent 622e502 commit 814adec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/ansible.netcommon.net_ping_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,11 @@ Examples
vrf: prod
count: 20
- name: Use the ping command instead of an ansible module
ansible.builtin.shell: ping -c 1 <remote-ip-or-hostname>
- Note:
- For targets running Python, use the M(ansible.builtin.shell) module along with ping command instead.
- Example:
name: ping
shell: ping -c 1 <remote-ip>
Expand Down

0 comments on commit 814adec

Please sign in to comment.