updated to use community.proxmox collection

This commit is contained in:
2026-02-02 13:52:58 -05:00
parent c8678716bf
commit c12bfa6bad
4 changed files with 9 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
next_vmid: "{{ nextid_response.json.data }}"
- name: Clone LXC from template
community.general.proxmox:
community.proxmox.proxmox:
api_host: "{{ proxmox_api_host }}"
api_user: "{{ proxmox_api_user }}"
api_token_id: "{{ proxmox_api_token_id }}"
@@ -28,7 +28,7 @@
register: cloned_lxc
- name: Configure LXC resources
community.general.proxmox:
community.proxmox.proxmox:
api_host: "{{ proxmox_api_host }}"
api_user: "{{ proxmox_api_user }}"
api_token_id: "{{ proxmox_api_token_id }}"
@@ -42,7 +42,7 @@
state: present
- name: Start the LXC container
community.general.proxmox:
community.proxmox.proxmox:
api_host: "{{ proxmox_api_host }}"
api_user: "{{ proxmox_api_user }}"
api_token_id: "{{ proxmox_api_token_id }}"