--- - name: Install system package groups when: not archiso_detected block: - name: Update pacman cache community.general.pacman: update_cache: true - name: Minimal ansible.builtin.import_tasks: software/minimal.yaml - name: Desktop ansible.builtin.import_tasks: software/desktop.yaml - name: Graphics ansible.builtin.import_tasks: software/graphics.yaml - name: Development ansible.builtin.import_tasks: software/dev.yaml - name: Game Development ansible.builtin.import_tasks: software/gamedev.yaml