machina-installer/playbooks/npm.yml

8 lines
168 B
YAML
Raw Permalink Normal View History

2021-04-07 14:43:32 +00:00
- hosts: "{{ hostlist }}"
tasks:
- name: Install diff-so-fancy
community.general.npm:
name: diff-so-fancy
global: yes
state: latest