Remove common role usage

This commit is contained in:
Sonny Bakker 2025-04-22 06:29:17 +02:00
parent e7ecd16360
commit cb30e01299
6 changed files with 27 additions and 13 deletions

View file

@ -5,8 +5,6 @@
become: true
ansible.builtin.apt:
name: '{{ packages }}'
roles:
- common
tasks:
- name: Generic provisioning
ansible.builtin.import_tasks: 'tasks/setup.yml'