10 lines
217 B
YAML
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"
|
|
|