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

17 lines
820 B
Plaintext

$NetBSD: patch-library_virt,v 1.2 2013/04/13 17:51:58 riz Exp $
--- library/virt.orig 2013-04-02 17:33:54.000000000 -0700
+++ library/virt 2013-04-13 09:41:16.000000000 -0700
@@ -48,9 +48,9 @@
- code: "virt: name=alpha state=running"
description: "Example from Ansible Playbooks"
- code: ansible host -m virt -a "name=alpha command=status"
- description: "Example guest management with C(/usr/bin/ansible)"
+ description: "Example guest management with C(@LOCALBASE@/bin/ansible)"
- code: ansible host -m virt -a "name=alpha command=get_xml"
- description: "Use C(/usr/bin/ansible) to get the xml of the guest machine alpha"
+ description: "Use C(@LOCALBASE@/bin/ansible) to get the xml of the guest machine alpha"
requirements: [ "libvirt" ]
author: Michael DeHaan, Seth Vidal
'''