d8ec17cab0
The get_md5 parameter was removed with ansible 9. https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_9.html#id44 If it is being used the following error appears: "Unsupported parameters for (stat) module: get_md5..." Unrelated, but also blocking testing/merging of this change, the Ansible version specs for older python versions is loosened to allow installing older versions of Ansible on test nodes (like focal) that have older pythons that are unsupported by newer Ansible. Change-Id: I99dd4f16fde659d84eb3dfa191557b3d9508b0fb |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
vars | ||
README.rst |
Run javascript build command in a source directory. Assumes the appropriate version of npm or yarn has been installed.
Role Variables
Command to run. If it's a standard lifecycle command, it will be run as
{{ js_build_tool }} {{ js_build_command }}
. Otherwise it will be run as{{ js_build_tool }} run {{ js_build_command }}
.