"Fossies" - the Fresh Open Source Software Archive  

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

assemble.py  (ansible-2.14.0):assemble.py  (ansible-2.14.1rc1)
skipping to change at line 38 skipping to change at line 38
- An already existing directory full of source files. - An already existing directory full of source files.
type: path type: path
required: true required: true
dest: dest:
description: description:
- A file to create using the concatenation of all of the source files. - A file to create using the concatenation of all of the source files.
type: path type: path
required: true required: true
backup: backup:
description: description:
- Create a backup file (if C(yes)), including the timestamp information so - Create a backup file (if C(true)), including the timestamp information so
you can get the original file back if you somehow clobbered it you can get the original file back if you somehow clobbered it
incorrectly. incorrectly.
type: bool type: bool
default: no default: no
delimiter: delimiter:
description: description:
- A delimiter to separate the file contents. - A delimiter to separate the file contents.
type: str type: str
version_added: '1.4' version_added: '1.4'
remote_src: remote_src:
description: description:
- If C(no), it will search for src at originating/master machine. - If C(false), it will search for src at originating/master machine.
- If C(yes), it will go to the remote/target machine for the src. - If C(true), it will go to the remote/target machine for the src.
type: bool type: bool
default: yes default: yes
version_added: '1.4' version_added: '1.4'
regexp: regexp:
description: description:
- Assemble files only if C(regex) matches the filename. - Assemble files only if C(regex) matches the filename.
- If not set, all files are assembled. - If not set, all files are assembled.
- Every C(\) (backslash) must be escaped as C(\\) to comply to YAML syntax. - Every C(\) (backslash) must be escaped as C(\\) to comply to YAML syntax.
- Uses L(Python regular expressions,https://docs.python.org/3/library/re.htm l). - Uses L(Python regular expressions,https://docs.python.org/3/library/re.htm l).
type: str type: str
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added

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