mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
Adding example for svn export
This commit is contained in:
parent
bc14ced48d
commit
22468e9455
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ options:
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Checkout subversion repository to specified folder.
|
# Checkout subversion repository to specified folder.
|
||||||
- subversion: repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
|
- subversion: repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
|
||||||
|
|
||||||
|
# Export subversion directory to folder
|
||||||
|
- subversion: repo=svn+ssh://an.example.org/path/to/repo dest=/src/export export=True
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue