Files
ansible-playbooks/pi-top.yaml
2025-11-28 17:26:03 -08:00

15 lines
356 B
YAML

---
- name: Pi-Top Pipeline
hosts: all
become: yes
roles:
- role: pi-top
# I discovered that the user projects only work when lightdm is running
# I don't know what voodoo causes this behavior, but it isn't worth bypassing
# if that is even possible, might require hardware changes depending on how this
# OLED hooks up to the Pi
...