diff --git a/library/files/assemble b/library/files/assemble index 9e9886bd61e..d1d375bd2a0 100644 --- a/library/files/assemble +++ b/library/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"