feat: remove scootaloo bin from repo

This commit is contained in:
VC
2024-07-05 11:53:28 +02:00
parent 43d4e16258
commit 5ad039ca0c
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@@ -1,8 +1,8 @@
--- ---
- name: install scootaloo - name: install scootaloo
copy: get_url:
src: files/bin/scootaloo url: "https://r.mateu.be/scootaloo/scootaloo.v{{ scootaloo_version }}"
dest: "{{ scootaloo_bin_path }}" dest: "{{ scootaloo_bin_path }}"
owner: root owner: root
group: www-data group: www-data

View File

@@ -2,3 +2,4 @@
scootaloo_bin_path: /usr/local/bin/scootaloo scootaloo_bin_path: /usr/local/bin/scootaloo
scootaloo_db_path: /var/lib/scootaloo scootaloo_db_path: /var/lib/scootaloo
scootaloo_version: "1.1.1"