mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 20:09:08 -07:00
Correctly link to modules (#20019)
This commit is contained in:
parent
d1bd526426
commit
01849004e9
4 changed files with 4 additions and 4 deletions
|
@ -141,7 +141,7 @@ notes:
|
|||
2.1, the later requires python to be installed in the container which can
|
||||
be done with the command module.
|
||||
- You can copy a file from the host to the container
|
||||
with the Ansible M(copy) and M(templater) module and the `lxd` connection plugin.
|
||||
with the Ansible M(copy) and M(template) module and the `lxd` connection plugin.
|
||||
See the example below.
|
||||
- You can copy a file in the creatd container to the localhost
|
||||
with `command=lxc file pull container_name/dir/filename filename`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue