---
- import_playbook: LinuxCLI.yaml
- import_playbook: UnixGUI.yaml
- hosts: localhost
  vars_files:
    - vars/environment.yaml
  roles:
    - role: firefox
    - role: kitty
    - role: cider
    - role: ulauncher
    - role: gnome-shell
      when: "'GNOME' in ansible_env.XDG_CURRENT_DESKTOP"
    - role: xremap
      when: "'GNOME' in ansible_env.XDG_CURRENT_DESKTOP"