From 50761bef0a1f6650fbc66119cbb211a212e70fc5 Mon Sep 17 00:00:00 2001 From: Sascha Marcel Schmidt Date: Mon, 2 Apr 2018 17:24:15 +0200 Subject: [PATCH] changes description to match module (#31364) --- lib/ansible/modules/cloud/misc/virt_net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/misc/virt_net.py b/lib/ansible/modules/cloud/misc/virt_net.py index 96d61e6101c..93c0081941e 100644 --- a/lib/ansible/modules/cloud/misc/virt_net.py +++ b/lib/ansible/modules/cloud/misc/virt_net.py @@ -51,7 +51,7 @@ options: required: false choices: ["yes", "no"] description: - - Specify if a given storage pool should be started automatically on system boot. + - Specify if a given network should be started automatically on system boot. uri: required: false default: "qemu:///system"