10 lines
198 B
YAML
10 lines
198 B
YAML
- import_tasks: static.yml
|
|
|
|
- import_tasks: templates.yml
|
|
|
|
- name: Concat scripts
|
|
ansible.builtin.assemble:
|
|
remote_src: no
|
|
src: './build/scripts'
|
|
dest: '{{ pwd_config }}/scripts.yaml'
|