Fix various module docs. (#4887) (#4890)

(cherry picked from commit 2dcdd2faca)
This commit is contained in:
Felix Fontein 2022-06-22 23:03:00 +02:00 committed by GitHub
parent c6ee8ab2af
commit cf5e371dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 40 additions and 40 deletions

View file

@ -169,10 +169,10 @@ 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(ansible.builtin.copy) and M(ansible.builtin.template) module and the `lxd` connection plugin.
with the Ansible M(ansible.builtin.copy) and M(ansible.builtin.template) module and the C(community.general.lxd) connection plugin.
See the example below.
- You can copy a file in the created container to the localhost
with `command=lxc file pull container_name/dir/filename filename`.
with C(command=lxc file pull container_name/dir/filename filename).
See the first example below.
'''