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
patchback[bot] 7b2853d9aa
composer: --no-interaction when discovering available options (#2348) (#2402)
The composer module always uses the no-interaction option if it
discovers it _after_ calling "composer help ..." but not on the help
call itself. The lack of this option caused composer to not exit when
called through the ansible module.

The same example command when ran interactively does not prompt for user
interaction and exits immediately. It is therefore currently unknown why
the same command hangs when called through the ansible composer module
or even directly with the command module.

Example command which hangs:
php /usr/local/bin/composer help install --format=json

(cherry picked from commit eb455c69a2)

Co-authored-by: George Angelopoulos <george@usermod.net>
2021-05-01 18:46:11 +02:00
..
bower.py Tidy up validate-modules ignores for packaging modules (#1289) 2020-11-13 12:41:11 +00:00
bundler.py Tidy up sanity checks (2021/Batch 3 - who's counting) (#1885) (#1910) 2021-02-26 11:57:51 +01:00
composer.py composer: --no-interaction when discovering available options (#2348) (#2402) 2021-05-01 18:46:11 +02:00
cpanm.py Tidy up validate-modules ignores for packaging modules (#1289) 2020-11-13 12:41:11 +00:00
easy_install.py Tidy up validate-modules ignores for packaging modules (#1289) 2020-11-13 12:41:11 +00:00
gem.py Tidy up validate-modules ignores for packaging modules (#1289) 2020-11-13 12:41:11 +00:00
maven_artifact.py Tidy up sanity checks (2021/Batch 3 - who's counting) (#1885) (#1910) 2021-02-26 11:57:51 +01:00
npm.py npm: Add no_bin_links option (#2146) (#2217) 2021-04-11 06:25:22 +02:00
pear.py Tidy up validate-modules ignores for packaging modules (#1289) 2020-11-13 12:41:11 +00:00
pip_package_info.py Tidy up sanity checks (2021/Batch 3 - who's counting) (#1885) (#1910) 2021-02-26 11:57:51 +01:00
yarn.py Tidy up validate-modules ignores for packaging modules (#1289) 2020-11-13 12:41:11 +00:00