mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Cleanup subversion module documentation in regards to export
This commit is contained in:
@@ -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 = '''
|
||||
|
||||
Reference in New Issue
Block a user