"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "lib/ansible/modules/subversion.py" between
ansible-2.14.0.tar.gz and ansible-2.14.1rc1.tar.gz

About: Ansible is an IT Configuration Management, Deployment & Orchestration tool.
Release candidate.

subversion.py  (ansible-2.14.0):subversion.py  (ansible-2.14.1rc1)
skipping to change at line 38 skipping to change at line 38
- The destination directory must be specified unless I(checkout=no), I(upd ate=no), and I(export=no). - The destination directory must be specified unless I(checkout=no), I(upd ate=no), and I(export=no).
type: path type: path
revision: revision:
description: description:
- Specific revision to checkout. - Specific revision to checkout.
type: str type: str
default: HEAD default: HEAD
aliases: [ rev, version ] aliases: [ rev, version ]
force: force:
description: description:
- If C(yes), modified files will be discarded. If C(no), module will fail - If C(true), modified files will be discarded. If C(false), module will f
if it encounters modified files. ail if it encounters modified files.
Prior to 1.9 the default was C(yes). Prior to 1.9 the default was C(true).
type: bool type: bool
default: "no" default: "no"
in_place: in_place:
description: description:
- If the directory exists, then the working copy will be checked-out over- the-top using - If the directory exists, then the working copy will be checked-out over- the-top using
svn checkout --force; if force is specified then existing files with dif ferent content are reverted. svn checkout --force; if force is specified then existing files with dif ferent content are reverted.
type: bool type: bool
default: "no" default: "no"
version_added: "2.6" version_added: "2.6"
username: username:
skipping to change at line 67 skipping to change at line 67
- C(--password-from-stdin) parameter when svn is greater or equal to versi on 1.10.0. - C(--password-from-stdin) parameter when svn is greater or equal to versi on 1.10.0.
type: str type: str
executable: executable:
description: description:
- Path to svn executable to use. If not supplied, - Path to svn executable to use. If not supplied,
the normal mechanism for resolving binary paths will be used. the normal mechanism for resolving binary paths will be used.
type: path type: path
version_added: "1.4" version_added: "1.4"
checkout: checkout:
description: description:
- If C(no), do not check out the repository if it does not exist locally. - If C(false), do not check out the repository if it does not exist locally .
type: bool type: bool
default: "yes" default: "yes"
version_added: "2.3" version_added: "2.3"
update: update:
description: description:
- If C(no), do not retrieve new revisions from the origin repository. - If C(false), do not retrieve new revisions from the origin repository.
type: bool type: bool
default: "yes" default: "yes"
version_added: "2.3" version_added: "2.3"
export: export:
description: description:
- If C(yes), do export instead of checkout/update. - If C(true), do export instead of checkout/update.
type: bool type: bool
default: "no" default: "no"
version_added: "1.6" version_added: "1.6"
switch: switch:
description: description:
- If C(no), do not call svn switch before update. - If C(false), do not call svn switch before update.
default: "yes" default: "yes"
version_added: "2.0" version_added: "2.0"
type: bool type: bool
validate_certs: validate_certs:
description: description:
- If C(no), passes the C(--trust-server-cert) flag to svn. - If C(false), passes the C(--trust-server-cert) flag to svn.
- If C(yes), does not pass the flag. - If C(true), does not pass the flag.
default: "no" default: "no"
version_added: "2.11" version_added: "2.11"
type: bool type: bool
extends_documentation_fragment: action_common_attributes extends_documentation_fragment: action_common_attributes
attributes: attributes:
check_mode: check_mode:
support: full support: full
diff_mode: diff_mode:
support: none support: none
platform: platform:
 End of changes. 6 change blocks. 
9 lines changed or deleted 9 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)