10 lines
205 B
YAML
10 lines
205 B
YAML
- import_tasks: asusctl-build.yml
|
|
when: ansible_distribution == "Ubuntu"
|
|
|
|
- name: install asusctl
|
|
shell:
|
|
cmd:
|
|
yay -S --needed --noconfirm asusctl
|
|
when: ansible_distribution == "Archlinux"
|
|
|