7 lines
No EOL
129 B
YAML
7 lines
No EOL
129 B
YAML
---
|
|
|
|
- name: Install "hue-cli" node.js package globally.
|
|
community.general.npm:
|
|
name: hue-cli
|
|
global: yes
|
|
become: yes |