This commit is contained in:
parent
b9be1729b3
commit
1b04d0f5c3
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
bank_user: bank
|
bank_user: bank
|
||||||
bank_revbank_git: https://git.bitlair.nl/bitlair/revbank.git
|
|
||||||
bank_local_tty: no
|
bank_local_tty: no
|
||||||
|
bank_revbank_version: "10.3.0"
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
- name: Clone revbank source
|
- name: Clone revbank source
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: "{{ bank_revbank_git }}"
|
repo: https://github.com/revspace/revbank.git
|
||||||
version: master
|
version: "v{{ bank_revbank_version }}"
|
||||||
dest: /usr/local/share/revbank
|
dest: /usr/local/share/revbank
|
||||||
accept_hostkey: yes
|
accept_hostkey: yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue