added a soulseek-cli installation

This commit is contained in:
2026-07-13 13:03:57 -04:00
parent 7e1c8c3f46
commit 36b293f923

View File

@@ -168,6 +168,14 @@
hour: "4-15" hour: "4-15"
weekday: "1-5" weekday: "1-5"
job: "{{ ansible_user_home.stdout }}/.local/bin/flexget --cron execute" 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 - name: Opening port 51820
become: true become: true
ansible.builtin.iptables: ansible.builtin.iptables: