From 933d61f6333b523c8df4ef056849cd4ce634b816 Mon Sep 17 00:00:00 2001 From: rallytime Date: Mon, 21 Nov 2016 11:24:23 -0700 Subject: [PATCH] Update orchestrate runner file.copy doc example The kwarg arguments should be a dictionary, and not a list. Fixes #37383 --- doc/topics/orchestrate/orchestrate_runner.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/orchestrate/orchestrate_runner.rst b/doc/topics/orchestrate/orchestrate_runner.rst index 1cec12f99eb6..b575b9f6b426 100644 --- a/doc/topics/orchestrate/orchestrate_runner.rst +++ b/doc/topics/orchestrate/orchestrate_runner.rst @@ -104,7 +104,7 @@ can specify the "name" argument to avoid conflicting IDs: - /path/to/file - /tmp/copy_of_file - kwarg: - - remove_existing: true + remove_existing: true State ^^^^^