ac72b44911
The old role will be kept and include ensure-nodejs for backwards-compatability. Change-Id: Ib4cf74d6c1e8774f6fc37d6a30f690eb8f9f3d08
6 lines
117 B
YAML
6 lines
117 B
YAML
- name: Ensure Markdownlint is installed via NPM
|
|
hosts: all
|
|
roles:
|
|
- ensure-nodejs
|
|
- ensure-markdownlint
|