mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-04-28 11:58:48 +00:00
Fix podman_container_copy examples (#882)
Signed-off-by: hagene <hagene@uio.no>
This commit is contained in:
parent
64e4247347
commit
16b034b71f
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