added RTL-Config.json file
This commit is contained in:
parent
5fc7b39b61
commit
aefa7cef4d
@ -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]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user