14 lines
491 B
Plaintext
14 lines
491 B
Plaintext
$NetBSD: patch-library_ping,v 1.1 2013/02/26 00:13:00 hubertf Exp $
|
|
|
|
--- library/ping.orig 2012-11-23 15:56:11.000000000 +0000
|
|
+++ library/ping
|
|
@@ -26,7 +26,7 @@ short_description: Try to connect to hos
|
|
description:
|
|
- A trivial test module, this module always returns C(pong) on successful
|
|
contact. It does not make sense in playbooks, but it is useful from
|
|
- C(/usr/bin/ansible)
|
|
+ C(@LOCALBASE@/bin/ansible)
|
|
options: {}
|
|
examples:
|
|
- code: ansible webservers -m ping
|