From 5942e7f2a24f8ee6fc79542efe469d2f20f5fb38 Mon Sep 17 00:00:00 2001 From: Will Brock Date: Mon, 2 Dec 2019 10:55:02 -0500 Subject: [PATCH] Fix type in svn documentation path (#65353) --- lib/ansible/modules/source_control/subversion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/source_control/subversion.py b/lib/ansible/modules/source_control/subversion.py index b76db208274..c7625f62026 100644 --- a/lib/ansible/modules/source_control/subversion.py +++ b/lib/ansible/modules/source_control/subversion.py @@ -103,7 +103,7 @@ EXAMPLES = ''' - name: Get information about the repository whether or not it has already been cloned locally - subversion: repo: svn+ssh://an.example.org/path/to/repo - dest: /srv/checkout + dest: /src/checkout checkout: no update: no '''