added RTL-Config.json file

This commit is contained in:
b0xxer 2024-02-18 07:39:58 -06:00
parent 5fc7b39b61
commit aefa7cef4d

View File

@ -43,4 +43,13 @@
dest: ~/.config/containers/systemd/rtl-node.container
state: link
force: true
notify: reload_systemctl
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]