"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "lib/ansible/modules/unarchive.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.

unarchive.py  (ansible-2.14.0):unarchive.py  (ansible-2.14.1rc1)
skipping to change at line 98 skipping to change at line 98
description: description:
- Specify additional options by passing in an array. - Specify additional options by passing in an array.
- Each space-separated command-line option should be a new element of the array. See examples. - Each space-separated command-line option should be a new element of the array. See examples.
- Command-line options with multiple elements must use multiple lines in t he array, one for each element. - Command-line options with multiple elements must use multiple lines in t he array, one for each element.
type: list type: list
elements: str elements: str
default: "" default: ""
version_added: "2.1" version_added: "2.1"
remote_src: remote_src:
description: description:
- Set to C(yes) to indicate the archived file is already on the remote sys tem and not local to the Ansible controller. - Set to C(true) to indicate the archived file is already on the remote sy stem and not local to the Ansible controller.
- This option is mutually exclusive with C(copy). - This option is mutually exclusive with C(copy).
type: bool type: bool
default: no default: no
version_added: "2.2" version_added: "2.2"
validate_certs: validate_certs:
description: description:
- This only applies if using a https URL as the source of the file. - This only applies if using a https URL as the source of the file.
- This should only set to C(no) used on personally controlled sites using - This should only set to C(false) used on personally controlled sites usi
self-signed certificate. ng self-signed certificate.
- Prior to 2.2 the code worked as if this was set to C(yes). - Prior to 2.2 the code worked as if this was set to C(true).
type: bool type: bool
default: yes default: yes
version_added: "2.2" version_added: "2.2"
extends_documentation_fragment: extends_documentation_fragment:
- action_common_attributes - action_common_attributes
- action_common_attributes.flow - action_common_attributes.flow
- action_common_attributes.files - action_common_attributes.files
- decrypt - decrypt
- files - files
attributes: attributes:
 End of changes. 2 change blocks. 
4 lines changed or deleted 4 lines changed or added

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