ansible-gnu-corporate-works.../roles/common/tasks/main.yml
2020-04-26 19:30:39 +02:00

12 lines
264 B
YAML

---
- name: Update lists, upgrade and install needed packages
include: apt.yml
- name: Include keyboard configuration
include: keyboard.yml
- name: Include hostname configuration
include: hostname.yml
- name: Include time configuration
include: time.yml