mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Fix typo in lxd_container module (#52644)
This commit is contained in:
parent
d75f118b5e
commit
220d0cb16b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ notes:
|
||||||
- Containers must have a unique name. If you attempt to create a container
|
- 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
|
with a name that already existed in the users namespace the module will
|
||||||
simply return as "unchanged".
|
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 >=
|
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
|
2.1, the later requires python to be installed in the container which can
|
||||||
be done with the command module.
|
be done with the command module.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue