8 lines
124 B
YAML
8 lines
124 B
YAML
- name: Test ARA web
|
|
hosts: all
|
|
roles:
|
|
- role: npm
|
|
npm_command: build
|
|
- role: npm
|
|
npm_command: test
|