-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
enhancementNew feature or requestNew feature or request
Description
SUMMARY
The ovirt_tag module currently only supports virtual machines, not templates.
Can the module be extended to support assigning tags to templates as well?
COMPONENT NAME
ovirt_tag
ADDITIONAL INFORMATION
Example 1
- ovirt.ovirt.ovirt_tag:
auth: "{{ ovirt_auth }}"
name: myTag
template: true
vms:
- windows2025_template
Example 2
- ovirt.ovirt.ovirt_tag:
auth: "{{ ovirt_auth }}"
name: myTag
templates:
- windows2025_template
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request