- name: Install the package "Neko" apt: name: 'neko' - name: Install the package "Node" apt: name: '{{ item }}' with_items: - nodejs - npm