16 lines
691 B
Plaintext
16 lines
691 B
Plaintext
$NetBSD: patch-library_system_setup,v 1.3 2015/06/25 13:21:03 jperkin Exp $
|
|
|
|
Fix hardcoded paths to be replaced with SUBST framework.
|
|
|
|
--- library/system/setup.orig 2014-07-25 20:48:49.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:
|