mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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 = '''
|
||||
# Checkout subversion repository to specified folder.
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue