Skip to content

Commit

Permalink
Fix podman_container_copy examples (#882)
Browse files Browse the repository at this point in the history
Signed-off-by: hagene <hagene@uio.no>
  • Loading branch information
derhagen authored Jan 8, 2025
1 parent 64e4247 commit 16b034b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/podman_container_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@

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
Expand Down

0 comments on commit 16b034b

Please sign in to comment.