From f5abcd926492360a221bb99c3078de98b50d95a8 Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Mon, 13 Mar 2017 18:33:33 +0100 Subject: [PATCH] cloud: ovirt: Fix ovirt_tags documentation (#22569) --- lib/ansible/modules/cloud/ovirt/ovirt_tags.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_tags.py b/lib/ansible/modules/cloud/ovirt/ovirt_tags.py index 2f46a7ed92f..dbd317e6d34 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_tags.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_tags.py @@ -51,6 +51,9 @@ options: vms: description: - "List of the VMs names, which should have assigned this tag." + hosts: + description: + - "List of the hosts names, which should have assigned this tag." extends_documentation_fragment: ovirt '''