ansible-desktop/roles/laptop/tasks/supergfxctl.yml
2023-08-26 23:57:26 +02:00

10 lines
217 B
YAML

- import_tasks: supergfxctl-build.yml
when: ansible_distribution == "Ubuntu"
- name: install supergfxctl
shell:
cmd:
yay -S --needed --noconfirm supergfxctl
when: ansible_distribution == "Archlinux"