Split fedora and manjaro playbooks
Split playbooks to better accomodate development of both.
This commit is contained in:
17
fedora/ansible/framework_tweaks/tasks/main.yml
Normal file
17
fedora/ansible/framework_tweaks/tasks/main.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# Mic headphone jack
|
||||
# https://help.ubuntu.com/community/HdaIntelSoundHowto
|
||||
# http://lxr.linux.no/#linux+v3.2.19/Documentation/sound/alsa/HD-Audio-Models.txt
|
||||
- name: Ensure microphone works plugged into headphone jack
|
||||
copy:
|
||||
dest: "/etc/modprobe.d/alsa-base.conf"
|
||||
content: |
|
||||
options snd-hda-intel model=auto
|
||||
become: yes
|
||||
# Disable swap
|
||||
- name: Uninstall zram-generator-defaults
|
||||
dnf:
|
||||
name:
|
||||
- zram-generator-defaults
|
||||
state: absent
|
||||
become: yes
|
||||
Reference in New Issue
Block a user