diff --git a/administrate@homeserver.yml b/administrate@homeserver.yml index d09951e..6897ba0 100644 --- a/administrate@homeserver.yml +++ b/administrate@homeserver.yml @@ -168,6 +168,14 @@ hour: "4-15" weekday: "1-5" job: "{{ ansible_user_home.stdout }}/.local/bin/flexget --cron execute" + - name: Checking presence of dependency + when: "'nvm' in all_core_pkgs or 'nvm' in all_userspace_pkgs" + block: + - name: Installing SoulSeek CLI + community.general.npm: + name: "soulseek-cli" + global: true + state: present - name: Opening port 51820 become: true ansible.builtin.iptables: