chore: migrate proxmox module from community.general.proxmox to community.proxmox
This commit is contained in:
@@ -132,7 +132,7 @@ When using individual task files via `tasks_from`, you must set `module_defaults
|
||||
- name: Convert container to a template
|
||||
hosts: localhost
|
||||
module_defaults:
|
||||
community.general.proxmox:
|
||||
community.proxmox.proxmox:
|
||||
api_host: "{{ proxmox_api_host }}"
|
||||
api_port: "{{ proxmox_api_port }}"
|
||||
api_user: "{{ proxmox_api_user }}"
|
||||
@@ -168,7 +168,7 @@ When using individual task files via `tasks_from`, you must set `module_defaults
|
||||
- name: Convert the created container to a template
|
||||
hosts: localhost
|
||||
module_defaults:
|
||||
community.general.proxmox:
|
||||
community.proxmox.proxmox:
|
||||
api_host: "{{ proxmox_api_host }}"
|
||||
api_port: "{{ proxmox_api_port }}"
|
||||
api_user: "{{ proxmox_api_user }}"
|
||||
|
||||
Reference in New Issue
Block a user