[PR #9113/8078a08f backport][stable-10] Add server-side artifact fetching to proxmox_template module (#9169)

Add server-side artifact fetching to proxmox_template module (#9113)

* Add server-side artifact fetching to proxmox_template module

* Update docs, format per feedback.

* Formatting plugins/modules/proxmox_template.py

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

---------

Co-authored-by: spencer <Spencer>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
(cherry picked from commit 8078a08f72)

Co-authored-by: Spencer Boyer <spencerdboyer@gmail.com>
This commit is contained in:
patchback[bot]
2024-11-21 21:42:48 +01:00
committed by GitHub
parent 16d124bbe2
commit 653ae1b48a
2 changed files with 65 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- proxmox_template - add server side artifact fetching support (https://github.com/ansible-collections/community.general/pull/9113).