9 lines
131 B
YAML
9 lines
131 B
YAML
|
---
|
||
|
|
||
|
# to do list:
|
||
|
|
||
|
- name: Include other yaml files
|
||
|
include_tasks: "{{ item }}"
|
||
|
with_fileglob:
|
||
|
- apt-listchanges-conf.yml
|