--- - name: (deb) installing plugin dependencies ansible.builtin.apt: name: - nodejs - npm - yarnpkg state: present update_cache: true become: true