mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
93971b292a
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>
2 lines
155 B
YAML
2 lines
155 B
YAML
minor_changes:
|
|
- npm - module now using ``CmdRunner`` to execute external commands (https://github.com/ansible-collections/community.general/pull/6989).
|