2023-08-26 21:57:26 +00:00
|
|
|
- import_tasks: supergfxctl-build.yml
|
|
|
|
when: ansible_distribution == "Ubuntu"
|
2022-07-15 16:16:54 +00:00
|
|
|
|
2023-04-24 02:04:17 +00:00
|
|
|
- name: install supergfxctl
|
2023-08-26 21:57:26 +00:00
|
|
|
shell:
|
|
|
|
cmd:
|
|
|
|
yay -S --needed --noconfirm supergfxctl
|
|
|
|
when: ansible_distribution == "Archlinux"
|
|
|
|
|