Overdue commit

This commit is contained in:
Jonathan Cremin 2021-11-16 15:23:42 +00:00
parent 1e03c32201
commit 692269f9ff
49 changed files with 843 additions and 198 deletions

View file

@ -0,0 +1,7 @@
---
- name: Install "hue-cli" node.js package globally.
community.general.npm:
name: hue-cli
global: yes
become: yes