Files @ d46f6d0254d1
Branch filter:

Location: ChaosStuff/cnc-dashboard/roles/kiosk/tasks/software.yml

x
Add further documentation in README
# This task list sets up the basic tools
---
- name: Install browser
  become: yes
  community.general.pacman:
    name: firefox
    state: present
- name: Install Xorg & wm & tools
  become: yes
  community.general.pacman:
    name:
      - xorg-xinit
      - xorg-server
      - xorg-xset
      - xorg-setxkbmap
      - unclutter
      - openbox
      - xf86-video-odroid-c2
      - ttf-liberation
      - barrier-headless
    state: present