diff --git a/modules.html b/modules.html index bfcb8e15c28..39c9199c28d 100644 --- a/modules.html +++ b/modules.html @@ -804,6 +804,11 @@ small local files. prior to 0.6, acts if ‘yes’ by default.
Example action from Ansible Playbooks:
@@ -1466,6 +1471,47 @@ your best judgement.shell somescript.sh >> somelog.txt
+New in version 0.8.
+Deploys a subversion repository
+parameter | +required | +default | +comments | +
---|---|---|---|
repo | +yes | ++ | The subversion URL to the subversion repository. | +
dest | +yes | ++ | The absolute path where the repository should be deployed. | +
force | +no | +yes | +If yes, any modified files in the working repository will be thrown out. If no, then this module will fail if it encounters modified files. | +
Example action from a playbook:
+subversion repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
+@@ -1805,4 +1851,4 @@ yum name=httpd state=installed