updated subversion/git RST for new subversion module and git force option

This commit is contained in:
Dane Summers
2012-08-24 21:13:08 -04:00
committed by Michael DeHaan
parent 922e34c144
commit 3a8c277cb8
4 changed files with 32 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ Deploys software (or files) from git checkouts.
+--------------------+----------+---------+----------------------------------------------------------------------------+
| remote | no | 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. |
+--------------------+----------+---------+----------------------------------------------------------------------------+
Example action from Ansible :doc:`playbooks`::