mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 17:50:35 +00:00
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'
|