chore: migrate proxmox module from community.general.proxmox to community.proxmox
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Proxmox LXC provision
|
||||
module_defaults:
|
||||
community.general.proxmox: &proxmox_defaults
|
||||
community.proxmox.proxmox: &proxmox_defaults
|
||||
api_host: "{{ proxmox_api_host }}"
|
||||
api_port: "{{ proxmox_api_port }}"
|
||||
api_user: "{{ proxmox_api_user }}"
|
||||
@@ -12,7 +12,7 @@
|
||||
community.proxmox.proxmox_lxc_info: *proxmox_defaults
|
||||
block:
|
||||
- name: Check if container exists
|
||||
community.general.proxmox:
|
||||
community.proxmox.proxmox:
|
||||
vmid: "{{ lxc_vmid }}"
|
||||
state: current
|
||||
register: existing_container
|
||||
|
||||
Reference in New Issue
Block a user