From 861988fd3656b5065d762ed015b5460d42de34b1 Mon Sep 17 00:00:00 2001 From: Kendi <37668739+K3ndu@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:59:49 +0300 Subject: [PATCH] Update docker_container_exec.py documentation (#642) Should be or not and --- plugins/modules/docker_container_exec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/docker_container_exec.py b/plugins/modules/docker_container_exec.py index 52d2867e..522a70a3 100644 --- a/plugins/modules/docker_container_exec.py +++ b/plugins/modules/docker_container_exec.py @@ -42,12 +42,12 @@ options: description: - The command to execute. - Since this is a list of arguments, no quoting is needed. - - Exactly one of I(argv) and I(command) must be specified. + - Exactly one of I(argv) or I(command) must be specified. command: type: str description: - The command to execute. - - Exactly one of I(argv) and I(command) must be specified. + - Exactly one of I(argv) or I(command) must be specified. chdir: type: str description: