| parameter |
required |
default |
choices |
comments |
| dest |
yes |
|
|
Absolute path where the repository should be deployed. |
| executable |
no |
|
|
Path to svn executable to use. If not supplied, the normal mechanism for resolving binary paths will be used. (added in Ansible 1.4) |
| force |
no |
yes |
|
If yes, modified files will be discarded. If no, module will fail if it encounters modified files. |
| password |
no |
|
|
--password parameter passed to svn. |
| repo |
yes |
|
|
The subversion URL to the repository. |
| revision |
no |
HEAD |
|
Specific revision to checkout. |
| username |
no |
|
|
--username parameter passed to svn. |