2021-04-07 17:50:30 +02:00

8 lines
168 B
YAML

- hosts: "{{ hostlist }}"
tasks:
- name: Install diff-so-fancy
community.general.npm:
name: diff-so-fancy
global: yes
state: latest