created utility script to create run from clightning. sorted out location and permissions for rtl to access.
This commit is contained in:
@@ -30,6 +30,18 @@
|
||||
notify: rebuild_rtl
|
||||
tags: [apps,rtl]
|
||||
|
||||
- name: rtl - Copy checkrunes.sh
|
||||
ansible.builtin.template:
|
||||
src: rtl/checkrunes.sh.j2
|
||||
dest: ~/containers/rtl/checkrunes.sh
|
||||
mode: '0700'
|
||||
tags: [apps,rtl]
|
||||
|
||||
- name: rtl - Run checkrunes.sh
|
||||
ansible.builtin.command:
|
||||
cmd: ~/containers/rtl/checkrunes.sh
|
||||
creates: ~/vol/rtl/data/rtl.macaroon
|
||||
|
||||
- name: rtl - Copy rtl-node.container file
|
||||
ansible.builtin.template:
|
||||
src: rtl/rtl-node.container.j2
|
||||
|
||||
Reference in New Issue
Block a user