mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix rst formatting + rebuild
This commit is contained in:
@@ -17,8 +17,8 @@ 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. |
|
||||
| force | no | yes | (new in 0.7) If yes, any modified files in the working repository will be |
|
||||
| | | | discarded. Prior to 0.7, this was always 'yes' and could not be disabled. |
|
||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||
|
||||
Example action from Ansible :doc:`playbooks`::
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
.. _subversion:
|
||||
|
||||
subversion
|
||||
```
|
||||
``````````
|
||||
|
||||
.. versionadded:: 0.8
|
||||
.. versionadded:: 0.7
|
||||
|
||||
Deploys a subversion repository.
|
||||
|
||||
@@ -15,7 +15,7 @@ Deploys a subversion repository.
|
||||
| dest | yes | | 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, this module will fail if it encounters modified files. |
|
||||
| | | | discarded. If no, this module will fail if it encounters modified files. |
|
||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||
|
||||
Example action from Ansible :doc:`playbooks`::
|
||||
|
||||
Reference in New Issue
Block a user