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