Added electrs-init.sh to start with proper arguments for listening

typo in cockpit-storage name

removed task for linger as need to find another way to do it
This commit is contained in:
b0xxer
2024-02-12 10:24:59 -06:00
parent 8f424db147
commit 249e80e70e
6 changed files with 32 additions and 9 deletions
+5
View File
@@ -25,6 +25,11 @@
dest: ~/Containers/electrs/Containerfile
notify: rebuild_electrs
- name: electrs - Copy electrs-init.sh
ansible.builtin.copy:
src: electrs/electrs-init.sh
dest: ~/Containers/electrs/electrs-init.sh
- name: electrs - Copy build script
ansible.builtin.template:
src: electrs/build.sh.j2