Files
pkgsrc-ng/sysutils/ansible/patches/patch-library_system_setup
2016-01-21 23:40:00 +01:00

16 lines
690 B
Plaintext

$NetBSD: patch-library_system_setup,v 1.2 2014/06/15 00:15:08 rodent Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- library/system/setup.orig 2014-06-09 21:23:31.000000000 +0000
+++ library/system/setup
@@ -42,7 +42,7 @@ options:
description:
- This module is automatically called by playbooks to gather useful
variables about remote hosts that can be used in playbooks. It can also be
- executed directly by C(/usr/bin/ansible) to check what variables are
+ executed directly by C(@PREFIX@/bin/ansible) to check what variables are
available to a host. Ansible provides many I(facts) about the system,
automatically.
notes: