mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added version info on autodetection feature
This commit is contained in:
parent
d2f060f278
commit
a57da4e329
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module: proxmox
|
|||
short_description: management of instances in Proxmox VE cluster
|
||||
description:
|
||||
- allows you to create/delete/stop instances in Proxmox VE cluster
|
||||
- automatically detects conainerization type (lxc for PVE 4, openvz for older)
|
||||
- Starting in Ansible 2.1, it automatically detects conainerization type (lxc for PVE 4, openvz for older)
|
||||
version_added: "2.0"
|
||||
options:
|
||||
api_host:
|
||||
|
|
Loading…
Reference in a new issue