mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 08:31:28 -07:00
[PR #6989/5988b9ac backport][stable-7] npm: changed to cmdrunner (#7096)
npm: changed to cmdrunner (#6989)
* npm: refactor to use CmdRunner
- initial commit, not working
* better handling of parameter "production"
* add changelog frag
* fixed command call and tests
* removed extraneous commented debug code
(cherry picked from commit 5988b9acea
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
724bba79d5
commit
93971b292a
3 changed files with 71 additions and 59 deletions
2
changelogs/fragments/6989-npm-cmdrunner.yml
Normal file
2
changelogs/fragments/6989-npm-cmdrunner.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- npm - module now using ``CmdRunner`` to execute external commands (https://github.com/ansible-collections/community.general/pull/6989).
|
Loading…
Add table
Add a link
Reference in a new issue