Skip to content

template support for ovirt_tag #765

@gstorme

Description

@gstorme
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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions