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

14 lines
623 B
Plaintext

$NetBSD: patch-library_raw,v 1.1 2013/02/26 00:13:00 hubertf Exp $
--- library/raw.orig 2013-01-20 14:03:36.000000000 +0000
+++ library/raw
@@ -28,7 +28,7 @@ description:
- This module does not require python on the remote system, much like
the M(script) module.
examples:
- - description: Example from C(/usr/bin/ansible) to bootstrap a legacy python 2.4 host
+ - description: Example from C(@LOCALBASE@/bin/ansible) to bootstrap a legacy python 2.4 host
code: "action: raw yum -y install python-simplejson"
notes:
- If you want to execute a command securely and predictably, it may be