Dot_Files/roles/arch-post-setup/tasks/modprobe-powersave.yml

17 lines
430 B
YAML
Raw Normal View History

- name: Enable Modprobe Audio Saving Configs
become: true
ansible.builtin.copy:
content: "{{ item.content }}"
dest: "/etc/modprobe.d/{{ item.name }}.conf"
mode: "0644"
owner: root
group: root
loop:
- name: audio_powersave
content: |
options snd_hda_intel power_save=1
- name: iwl_powersave
content: |
options iwlwifi power_save=1
options iwlmvm power_scheme=3