chore: migrate proxmox module from community.general.proxmox to community.proxmox

This commit is contained in:
2026-04-14 17:40:03 -04:00
parent 479996612e
commit 3a2b4b8775
11 changed files with 13 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Create an LXC container
community.general.proxmox:
community.proxmox.proxmox:
vmid: "{{ lxc_vmid | default(omit) }}"
hostname: "{{ lxc_hostname }}"
password: "{{ lxc_password }}"