3 --- library/virt.orig 2013-04-02 17:33:54.000000000 -0700
4 +++ library/virt 2013-04-13 09:41:16.000000000 -0700
6 - code: "virt: name=alpha state=running"
7 description: "Example from Ansible Playbooks"
8 - code: ansible host -m virt -a "name=alpha command=status"
9 - description: "Example guest management with C(/usr/bin/ansible)"
10 + description: "Example guest management with C(@LOCALBASE@/bin/ansible)"
11 - code: ansible host -m virt -a "name=alpha command=get_xml"
12 - description: "Use C(/usr/bin/ansible) to get the xml of the guest machine alpha"
13 + description: "Use C(@LOCALBASE@/bin/ansible) to get the xml of the guest machine alpha"
14 requirements: [ "libvirt" ]
15 author: Michael DeHaan, Seth Vidal