"Fossies" - the Fresh Open Source Software Archive  

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

command.py  (ansible-2.14.0):command.py  (ansible-2.14.1rc1)
skipping to change at line 83 skipping to change at line 83
version_added: "0.6" version_added: "0.6"
stdin: stdin:
description: description:
- Set the stdin of the command directly to the specified value. - Set the stdin of the command directly to the specified value.
type: str type: str
version_added: "2.4" version_added: "2.4"
stdin_add_newline: stdin_add_newline:
type: bool type: bool
default: yes default: yes
description: description:
- If set to C(yes), append a newline to stdin data. - If set to C(true), append a newline to stdin data.
version_added: "2.8" version_added: "2.8"
strip_empty_ends: strip_empty_ends:
description: description:
- Strip empty lines from the end of stdout/stderr in result. - Strip empty lines from the end of stdout/stderr in result.
version_added: "2.8" version_added: "2.8"
type: bool type: bool
default: yes default: yes
notes: notes:
- If you want to run a command through the shell (say you are using C(<), C (>), C(|), and so on), - If you want to run a command through the shell (say you are using C(<), C (>), C(|), and so on),
you actually want the M(ansible.builtin.shell) module instead. you actually want the M(ansible.builtin.shell) module instead.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

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