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/plugins/modules/packaging/language
tchernomax 02a032aa45
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
..
bower.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
bundler.py Fix Ansible documentation in part of example formatting (#334) 2020-05-15 13:12:41 +03:00
composer.py Fix examples formatting (#345) 2020-05-16 15:07:51 +02:00
cpanm.py Fix Ansible documentation in part of example formatting (#334) 2020-05-15 13:12:41 +03:00
easy_install.py Fix Ansible documentation in part of example formatting (#334) 2020-05-15 13:12:41 +03:00
gem.py Fix Ansible documentation in part of example formatting (#334) 2020-05-15 13:12:41 +03:00
maven_artifact.py Clean up deprecations (#504) 2020-06-16 13:15:19 +02:00
npm.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00
pear.py Pear - Add prompt parameter on pear module that allows to specify one or more prompts (#530) 2020-06-17 16:34:26 +02:00
pip_package_info.py Fix examples formatting (#345) 2020-05-16 15:07:51 +02:00
yarn.py Remove ANSIBLE_METADATA (#339) 2020-05-14 14:03:42 +01:00