From 8e111fe82e97f3b2602dc1bb09cb20df4a6c5eb0 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 27 May 2014 16:20:10 -0500 Subject: [PATCH] Cleanup subversion module documentation in regards to export --- library/source_control/subversion | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/source_control/subversion b/library/source_control/subversion index b28467c10f5..6709a8c3939 100644 --- a/library/source_control/subversion +++ b/library/source_control/subversion @@ -72,10 +72,11 @@ options: the normal mechanism for resolving binary paths will be used. export: required: false - default: False + default: "no" + choices: [ "yes", "no" ] version_added: "1.6" description: - - If True, do export instead of checkout/update. + - If C(yes), do export instead of checkout/update. ''' EXAMPLES = '''