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>
This commit is contained in:
Spencer Boyer
2024-11-21 14:34:06 -06:00
committed by GitHub
parent 4b0d5cb8cf
commit 8078a08f72
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).