
The `version-from-git` role doesn't serve a purpose in this playbook, and seems to cause issues when there are no tags in the project's repository to get the version from. Change-Id: I04ed1e172eb795843c9ef58b97611edb4ebb41aa
6 lines
84 B
YAML
6 lines
84 B
YAML
- hosts: all
|
|
roles:
|
|
- fetch-javascript-output
|
|
- fetch-javascript-tarball
|
|
|