mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 12:14:25 -07:00
Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3fc193485f
commit
f04b22d9ba
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ options:
|
|||
type: str
|
||||
notes:
|
||||
- Instances can be a container or a virtual machine, both of them must have unique name. If you attempt to create an instance
|
||||
with a name that already existed in the users namespace the module __FIXME__(will) simply return as "unchanged".
|
||||
with a name that already existed in the users namespace, the module simply returns as "unchanged".
|
||||
- There are two ways to run commands inside a container or virtual machine, 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 instance which can be
|
||||
done with the command module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue