mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Cleanup subversion module documentation in regards to export
This commit is contained in:
parent
e8aebcb751
commit
8e111fe82e
1 changed files with 3 additions and 2 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Reference in a new issue