7 lines
167 B
YAML
7 lines
167 B
YAML
---
|
|
- import_tasks: install.yml
|
|
|
|
- name: console setup for Debian family distributions
|
|
include_tasks: debian-console-setup.yml
|
|
when: ansible_os_family == 'Debian'
|