added RTL-Config.json config file.

modified volume mounts to load RTL-Config.json
This commit is contained in:
b0xxer
2024-02-17 11:59:18 -06:00
parent b389996afb
commit cce44c1fec
3 changed files with 42 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
---
- name: rtl - Create vol/rtl
ansible.builtin.file:
path: ~/vol/rtl
recurse: true
state: directory
tags: [apps,rtl]
- name: rtl - Create Containers/rtl Dir
ansible.builtin.file: