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

17 lines
331 B
YAML

---
- name: Install aptitude
command: apt-get install -y aptitude
- 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