mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix podman_container_copy examples
Signed-off-by: hagene <hagene@uio.no>
This commit is contained in:
parent
7fa610a416
commit
4241acb814
1 changed files with 2 additions and 2 deletions
|
|
@ -58,12 +58,12 @@ options:
|
|||
|
||||
EXAMPLES = r"""
|
||||
- name: Copy file "test.yml" on the host to the "apache" container's root folder
|
||||
containers.podman.podman_search:
|
||||
containers.podman.podman_container_copy:
|
||||
src: test.yml
|
||||
dest: /
|
||||
container: apache
|
||||
- name: Copy file "test.yml" in the "apache" container's root folder to the playbook's folder
|
||||
containers.podman.podman_search:
|
||||
containers.podman.podman_container_copy:
|
||||
src: /test.yml
|
||||
dest: ./
|
||||
container: apache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue