[docs] Fix subversion.py export example (#60438)

The svn export example was missing the `export: yes` parameter. It was accidentally omitted when the syntax was changed in ad6999e2eb.
This commit is contained in:
Dan Hemberger 2019-08-12 13:52:36 -07:00 committed by Alicia Cozine
parent c485a1b91e
commit 8346898605

View file

@ -98,6 +98,7 @@ EXAMPLES = '''
subversion:
repo: svn+ssh://an.example.org/path/to/repo
dest: /src/export
export: yes
- name: Get information about the repository whether or not it has already been cloned locally
- subversion: