ansible-gnu-corporate-works.../roles/common/tasks/main.yml

12 lines
264 B
YAML
Raw Normal View History

---
- name: Update lists, upgrade and install needed packages
include: apt.yml
- name: Include keyboard configuration
2017-08-31 21:22:57 +02:00
include: keyboard.yml
- name: Include hostname configuration
include: hostname.yml
- name: Include time configuration
2020-04-26 19:30:39 +02:00
include: time.yml