From b114d451fdda0c762840f0e65fd698c55c87671e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 14 Jan 2023 11:19:42 +0100 Subject: [PATCH] Forgot to add version_added. --- plugins/modules/docker_container_copy_into.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/docker_container_copy_into.py b/plugins/modules/docker_container_copy_into.py index 8c89ce3c..71b0ea59 100644 --- a/plugins/modules/docker_container_copy_into.py +++ b/plugins/modules/docker_container_copy_into.py @@ -14,6 +14,8 @@ module: docker_container_copy_into short_description: Copy a file into a Docker container +version_added: 3.4.0 + description: - Copy a file into a Docker container. - Similar to C(docker cp).