Kris Lamoureux
b3e232451c
- Upgraded project to Debian 12 - .vscode added to .gitignore - LICENSE formatting updated - Copyright refreshed for 2023 - Added Libvirt settings - Refactored packages to inventory-specific - Committed missing autostart-scripts
13 lines
294 B
YAML
13 lines
294 B
YAML
- name: Import development vagrant tasks
|
|
ansible.builtin.import_tasks: development.yml
|
|
tags: development
|
|
when: development
|
|
|
|
- name: Import system tasks
|
|
ansible.builtin.import_tasks: system.yml
|
|
tags: system
|
|
|
|
- name: Import GUI tasks
|
|
ansible.builtin.import_tasks: gui.yml
|
|
tags: gui
|