mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #10024/ce421dbd backport][stable-10] Allowing uppercase tags in proxmox & proxmox_kvm (#10039)
Allowing uppercase tags in proxmox & proxmox_kvm (#10024)
* Allowing uppercase tags in proxmox & proxmox_kvm
* Fix #9895 : fixes the 'not a valid tag' error message when the VM or container tag contains uppercase characters
* Add PR URL to changelog fragment.
---------
Co-authored-by: s1githug <sgithug@free.fr>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit ce421dbd7d)
Co-authored-by: s1github <sgithub@free.fr>
This commit is contained in:
@@ -165,6 +165,8 @@
|
||||
name: test-instance
|
||||
clone: 'yes'
|
||||
state: present
|
||||
tags:
|
||||
- TagWithUppercaseChars
|
||||
timeout: 500
|
||||
register: results_kvm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user