added RTL-Config.json file
This commit is contained in:
@@ -43,4 +43,13 @@
|
|||||||
dest: ~/.config/containers/systemd/rtl-node.container
|
dest: ~/.config/containers/systemd/rtl-node.container
|
||||||
state: link
|
state: link
|
||||||
force: true
|
force: true
|
||||||
|
notify: reload_systemctl
|
||||||
tags: [apps,rtl]
|
tags: [apps,rtl]
|
||||||
|
|
||||||
|
- name: rtl - Copy RTL-Config file
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: rtl/RTL-Config.json.j2
|
||||||
|
dest: ~/vol/rtl/RTL-Config.json
|
||||||
|
notify: reload_systemctl
|
||||||
|
tags: [apps,rtl]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user