7 lines
99 B
YAML
7 lines
99 B
YAML
|
---
|
||
|
|
||
|
- name: Include other yaml files
|
||
|
include_tasks: "{{ item }}"
|
||
|
with_fileglob:
|
||
|
- apt.yml
|