diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_tag.py b/lib/ansible/modules/cloud/ovirt/ovirt_tag.py index 79a4e2f6440..65992d01216 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_tag.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_tag.py @@ -74,14 +74,14 @@ EXAMPLES = ''' - vm1 - vm2 -# Attach a tag to VM 'vm1', keeping the rest already attached tags on VM: +# Attach a tag to VM 'vm3', keeping the rest already attached tags on VM: - ovirt_tag: name: mytag state: attached vms: - vm3 -# Detach a tag from VM 'vm1', keeping the rest already attached tags on VM: +# Detach a tag from VM 'vm3', keeping the rest already attached tags on VM: - ovirt_tag: name: mytag state: detached @@ -98,7 +98,7 @@ EXAMPLES = ''' state: absent name: mytag -# Change cluster Name +# Change Tag Name - ovirt_tag: id: 00000000-0000-0000-0000-000000000000 name: "new_tag_name"