Fix typo in lxd_container module (#52644)

This commit is contained in:
Stanislas 2019-02-20 14:37:11 +01:00 committed by Alicia Cozine
parent d75f118b5e
commit 220d0cb16b

View file

@ -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.