mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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.
|
the normal mechanism for resolving binary paths will be used.
|
||||||
export:
|
export:
|
||||||
required: false
|
required: false
|
||||||
default: False
|
default: "no"
|
||||||
|
choices: [ "yes", "no" ]
|
||||||
version_added: "1.6"
|
version_added: "1.6"
|
||||||
description:
|
description:
|
||||||
- If True, do export instead of checkout/update.
|
- If C(yes), do export instead of checkout/update.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user