12 lines
240 B
YAML
12 lines
240 B
YAML
|
- import_tasks: static.yml
|
||
|
|
||
|
- import_tasks: templates.yml
|
||
|
|
||
|
- import_tasks: shopping.yml
|
||
|
|
||
|
- name: Concat automation
|
||
|
ansible.builtin.assemble:
|
||
|
remote_src: no
|
||
|
src: './build/automations/'
|
||
|
dest: '{{ pwd_config }}/automations.yaml'
|