12 lines
317 B
YAML
12 lines
317 B
YAML
---
|
|
- block:
|
|
- name: pacman sync
|
|
community.general.pacman:
|
|
update_cache: true
|
|
|
|
- import_tasks: software/minimal.yaml
|
|
- import_tasks: software/desktop.yaml
|
|
- import_tasks: software/graphics.yaml
|
|
- import_tasks: software/dev.yaml
|
|
- import_tasks: software/gamedev.yaml
|
|
when: not archiso_detected
|