Initial version of electrs - not working

This commit is contained in:
2024-02-11 17:55:20 -06:00
parent c93df6d0d3
commit 7cd72b6f87
6 changed files with 62 additions and 5 deletions
+5
View File
@@ -6,6 +6,11 @@
chdir: ~/Containers/bitcoin
cmd: ./build.sh
- name: rebuild_electrs
ansible.builtin.shell:
chdir: ~/Containers/electrs
cmd: ./build.sh
- name: rebuild_docs
ansible.builtin.shell:
chdir: ~/Containers/docs