Skip to content

Commit

Permalink
Fix typo in lxd_container module (ansible#52644)
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan authored and acozine committed Feb 20, 2019
1 parent d75f118 commit 220d0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/lxd/lxd_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
- 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.
Expand Down

0 comments on commit 220d0cb

Please sign in to comment.