mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
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>
This commit is contained in:
parent
09e2b89d5b
commit
02a032aa45
2 changed files with 98 additions and 8 deletions
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue