1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix incorrect version_added value in docstring for subversion export param

This commit is contained in:
James Cammarata 2014-04-08 10:25:44 -05:00
parent 53a511275c
commit 26ce8dac27

View file

@ -73,7 +73,7 @@ options:
export:
required: false
default: False
version_added: "1.5"
version_added: "1.6"
description:
- If True, do export instead of checkout/update.
'''