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