Skip to content

Commit

Permalink
Fix podman_container_copy examples
Browse files Browse the repository at this point in the history
  • Loading branch information
derhagen authored Dec 16, 2024
1 parent 7fa610a commit 4504d44
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 4504d44

Please sign in to comment.