1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/29253-pear_add_prompts_parameter.yml

3 lines
197 B
YAML
Raw Normal View History

Pear - Add prompt parameter on pear module that allows to specify one or more prompts (#530) * Add "prompt" parameter that allows to specify one or more prompts and optionnally their answer * Documentation backslash fixes as well as file structure * Add r prefix to documentation * Fixed documentation indentation * Fixed various trailing whitespaces and file structure * Doc description string fix, the tests thought it was an AnsibleMapping object * Added elements parameter to argument_spec definition. * Complete documentation. * Add bool instead of if else expression Co-Authored-By: tchernomax <maxime.deroucy@gmail.com> * Replace _item by a shorter expression as suggested Co-Authored-By: tchernomax <maxime.deroucy@gmail.com> * Commit suggestion Co-Authored-By: Felix Fontein <felix@fontein.de> * Commit documentation suggestion Co-Authored-By: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/29253-pear_add_prompts_parameter.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * Update plugins/modules/packaging/language/pear.py Co-Authored-By: tchernomax <maxime.deroucy@gmail.com> * Add case where "null" is specified in a list. Improved documentation as well * Too much caracter removed in documentation * We now always specify a prompt and a data parameter * minor documentation change * Update changelogs/fragments/29253-pear_add_prompts_parameter.yml Co-authored-by: Felix Fontein <felix@fontein.de> * pear: fix version_added Co-authored-by: Felix Fontein <felix@fontein.de> * pear: fix description Co-authored-by: Veltarn <dante161@gmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
2020-06-17 16:34:26 +02:00
minor_changes:
- pear - added ``prompts`` parameter to allow users to specify expected prompt that could hang Ansible execution (https://github.com/ansible-collections/community.general/pull/530).