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 '''