1
0

Move configuration to sub folder

This commit is contained in:
pgrondek 2021-05-25 00:13:16 +02:00
parent b4a4c3b12d
commit 23247d9543
31 changed files with 2 additions and 2 deletions

View File

@ -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