bank: Use new REVBANK_PLUGINS env var
Some checks failed
Test / build (push) Failing after 53s

This commit is contained in:
polyfloyd 2025-05-06 18:25:31 +02:00
parent e65ffd5dc7
commit 2f9ca22e90
3 changed files with 17 additions and 14 deletions

View file

@ -8,20 +8,9 @@
ansible.builtin.git:
repo: "{{ bank_revbank_git }}"
version: master
dest: /home/{{ bank_user }}/revbank.git
dest: /usr/local/share/revbank
accept_hostkey: yes
- name: Link plugins
ansible.builtin.file:
state: link
src: "{{ item.src }}"
path: "{{ item.dest }}"
with_items:
- src: /home/{{ bank_user }}/revbank.git/plugins
dest: /home/{{ bank_user }}/plugins
- src: /home/{{ bank_user }}/revbank.git/data/plugins
dest: /home/{{ bank_user }}/.revbank/plugins
- name: Install git cronjob
ansible.builtin.template:
src: git.cron