Added the Proxmox collection to the requirements.yml file, allowing users to install it using Ansible.
6 lines
93 B
YAML
6 lines
93 B
YAML
# requirements.yml
|
|
---
|
|
collections:
|
|
# Install a collection by name
|
|
- name: community.proxmox
|