summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndra Machacek <machacek.ondra@gmail.com>2017-03-13 18:33:33 +0100
committerRyan Brown <sb@ryansb.com>2017-03-13 13:33:33 -0400
commitf5abcd926492360a221bb99c3078de98b50d95a8 (patch)
tree897b51682baccee17773c02fcef1c4d0426828a0
parent459724da6bbc8d45eadb69500d59133d723fd640 (diff)
downloadansible-f5abcd926492360a221bb99c3078de98b50d95a8.tar.gz
cloud: ovirt: Fix ovirt_tags documentation (#22569)
-rw-r--r--lib/ansible/modules/cloud/ovirt/ovirt_tags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_tags.py b/lib/ansible/modules/cloud/ovirt/ovirt_tags.py
index 2f46a7ed92..dbd317e6d3 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
'''