mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix minor typos (#47381)
This commit is contained in:
parent
00ccad9764
commit
6629f153d2
1 changed files with 3 additions and 3 deletions
|
@ -74,14 +74,14 @@ EXAMPLES = '''
|
||||||
- vm1
|
- vm1
|
||||||
- vm2
|
- 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:
|
- ovirt_tag:
|
||||||
name: mytag
|
name: mytag
|
||||||
state: attached
|
state: attached
|
||||||
vms:
|
vms:
|
||||||
- vm3
|
- 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:
|
- ovirt_tag:
|
||||||
name: mytag
|
name: mytag
|
||||||
state: detached
|
state: detached
|
||||||
|
@ -98,7 +98,7 @@ EXAMPLES = '''
|
||||||
state: absent
|
state: absent
|
||||||
name: mytag
|
name: mytag
|
||||||
|
|
||||||
# Change cluster Name
|
# Change Tag Name
|
||||||
- ovirt_tag:
|
- ovirt_tag:
|
||||||
id: 00000000-0000-0000-0000-000000000000
|
id: 00000000-0000-0000-0000-000000000000
|
||||||
name: "new_tag_name"
|
name: "new_tag_name"
|
||||||
|
|
Loading…
Reference in a new issue