added a soulseek-cli installation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user