bank: RevBank 10.3
Some checks failed
Test / build (push) Failing after 1m2s

This commit is contained in:
polyfloyd 2025-05-07 01:00:01 +02:00
parent b9be1729b3
commit 1b04d0f5c3
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
bank_user: bank
bank_revbank_git: https://git.bitlair.nl/bitlair/revbank.git
bank_local_tty: no
bank_revbank_version: "10.3.0"

View file

@ -6,8 +6,8 @@
- name: Clone revbank source
ansible.builtin.git:
repo: "{{ bank_revbank_git }}"
version: master
repo: https://github.com/revspace/revbank.git
version: "v{{ bank_revbank_version }}"
dest: /usr/local/share/revbank
accept_hostkey: yes