Packages for linux desktop: apt, snap and clean useless default packages.
Variable Name | Description |
---|---|
language | Display language to be configured (ISO code) |
Playbook should contain at least the following content:
- hosts: all
gather_facts: true
collections:
- jaybeede.linux_desktop
tasks:
- import_role:
name: packages
JayBee [email protected]