mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
npm: fix idempotence (#22238)
* npm: fix idempotence * Better idempotency fix More intelligently add --production rather than depending on hard coded order in args list Cleanup boilderplate imports and license PEP8 fixes
This commit is contained in:
parent
f9b3f4f934
commit
468e71bf71
2 changed files with 23 additions and 14 deletions
|
@ -368,7 +368,6 @@ lib/ansible/modules/packaging/language/cpanm.py
|
|||
lib/ansible/modules/packaging/language/easy_install.py
|
||||
lib/ansible/modules/packaging/language/gem.py
|
||||
lib/ansible/modules/packaging/language/maven_artifact.py
|
||||
lib/ansible/modules/packaging/language/npm.py
|
||||
lib/ansible/modules/packaging/language/pear.py
|
||||
lib/ansible/modules/packaging/language/pip.py
|
||||
lib/ansible/modules/packaging/os/apk.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue