From 220d0cb16b57dbe5f931fd7236480006b1ec2b93 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Wed, 20 Feb 2019 14:37:11 +0100 Subject: [PATCH] Fix typo in lxd_container module (#52644) --- lib/ansible/modules/cloud/lxd/lxd_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/lxd/lxd_container.py b/lib/ansible/modules/cloud/lxd/lxd_container.py index 2119e70e88..a76231ca95 100644 --- a/lib/ansible/modules/cloud/lxd/lxd_container.py +++ b/lib/ansible/modules/cloud/lxd/lxd_container.py @@ -130,7 +130,7 @@ notes: - Containers must have a unique name. If you attempt to create a container with a name that already existed in the users namespace the module will simply return as "unchanged". - - There are two ways to can run commands in containers, using the command + - There are two ways to run commands in containers, using the command module or using the ansible lxd connection plugin bundled in Ansible >= 2.1, the later requires python to be installed in the container which can be done with the command module.