From 2e916df20fd4271d2ed72243035757c2d32c1156 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 12 Nov 2013 13:21:49 -0500 Subject: [PATCH] Add default for remote_src to assemble dostrings to avoid confusion --- files/assemble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assemble b/files/assemble index 9e9886bd61e..d1d375bd2a0 100644 --- a/files/assemble +++ b/files/assemble @@ -65,7 +65,7 @@ options: remote_src: description: - If False, it will search for src at originating/master machine, if True it will - go to the remote/target machine for the src. + go to the remote/target machine for the src. Default is True. choices: [ "True", "False" ] required: false default: "True"