Move configuration to sub folder
This commit is contained in:
parent
b4a4c3b12d
commit
23247d9543
@ -4,7 +4,7 @@
|
||||
- name: Build lights automations
|
||||
template:
|
||||
src: lights.yaml.j2
|
||||
dest: automations/lights.yaml
|
||||
dest: configuration/automations/lights.yaml
|
||||
vars:
|
||||
lights:
|
||||
- entityId: light.bathroom_lights
|
||||
@ -26,4 +26,4 @@
|
||||
- name: Concat scripts
|
||||
ansible.builtin.assemble:
|
||||
src: scripts
|
||||
dest: scripts.yaml
|
||||
dest: configuration/scripts.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user