From 922e34c14403122a4ed6a320a0703a019bc9f748 Mon Sep 17 00:00:00 2001
From: Dane Summers Example action from Ansible Playbooks:origin
name of the remote branch
+force
+no
+yes
+(New in 0.8) If yes, any modified files in the working repository will be thrown out. If no, this module will fail if it encounters modified files.
+
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