Files
pkgsrc-ng/sysutils/ansible/patches/patch-library_ping
2013-09-26 17:14:40 +02:00

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