ad3167bd56
This prepared for ansible-lint v5 which no longer has exceptions for task naming, requiring all to be named. Change-Id: I5e761d1e3836fa270d7afdcf01780320001f820d Part-Of: #773245 |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
README.rst |
Run npm command in a source directory. Assumes the appropriate version of npm has been installed.
Role Variables
Command to run. If it's a standard npm lifecycle command, it will be run as
npm {{ npm_command }}
. Otherwise it will be run asnpm run {{ npm_command }}
.