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