From 39e052acbb86a82e99e82772ae25fa9b12cc7a9b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 12 Apr 2012 22:31:43 -0400 Subject: [PATCH] update virt docs --- rst/modules.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rst/modules.rst b/rst/modules.rst index 9630cb05a10..547eb0e7eb3 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -477,11 +477,11 @@ Example guest management commands from /usr/bin/ansible:: Example host (hypervisor) management commands from /usr/bin/ansible:: - ansible host -m virt -a "freemem" - ansible host -m virt -a "list_vms" - ansible host -m virt -a "info" - ansible host -m virt -a "nodeinfo" - ansible host -m virt -a "virttype" + ansible host -m virt -a "command=freemem" + ansible host -m virt -a "command=list_vms" + ansible host -m virt -a "command=info" + ansible host -m virt -a "command=nodeinfo" + ansible host -m virt -a "command=virttype" .. _yum: