Don't error out when the sound unit does not exist.
This commit is contained in:
parent
178522c2af
commit
8ce926be8e
@ -154,6 +154,8 @@
|
|||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
state: present
|
state: present
|
||||||
sysctl_file: "/etc/sysctl.conf.local"
|
sysctl_file: "/etc/sysctl.conf.local"
|
||||||
|
# Disabling loading the sysctl because the unit does not exist when not docked.
|
||||||
|
reload: false
|
||||||
loop:
|
loop:
|
||||||
- name: hw.snd.default_unit
|
- name: hw.snd.default_unit
|
||||||
value: "{{ sound_default_unit }}"
|
value: "{{ sound_default_unit }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user