From a11220228c428257066d7ef5219eeb509a631f49 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sun, 31 Jan 2016 20:05:45 +0100 Subject: [PATCH] fix typo conainerization => containerization --- cloud/misc/proxmox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/misc/proxmox.py b/cloud/misc/proxmox.py index f0d7198111e..1b908d99c15 100644 --- a/cloud/misc/proxmox.py +++ b/cloud/misc/proxmox.py @@ -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 - - Starting in Ansible 2.1, it automatically detects conainerization type (lxc for PVE 4, openvz for older) + - Starting in Ansible 2.1, it automatically detects containerization type (lxc for PVE 4, openvz for older) version_added: "2.0" options: api_host: