You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
332 B

- name: Install apps
kewlfft.aur.aur:
name: "{{ item }}"
use: "{{ aur_helper }}"
state: present
become: yes
become_user: aur_builder
loop:
- auto-cpufreq
- envycontrol
- powertop
- name: Enable and start auto-cpufreq as daemon
systemd:
name: auto-cpufreq
state: started
enabled: true