Fix value
This commit is contained in:
parent
7fc4dee8fc
commit
74159df8ac
@ -3584,7 +3584,7 @@ wakeup_method: "acpiwakeup"
|
|||||||
- lineinfile:
|
- lineinfile:
|
||||||
path: /etc/vdr/vdr-addon-acpiwakeup.conf
|
path: /etc/vdr/vdr-addon-acpiwakeup.conf
|
||||||
regexp: '^ACPI_ENABLED='
|
regexp: '^ACPI_ENABLED='
|
||||||
line: 'ACPI_ENABLED=true'
|
line: 'ACPI_ENABLED="yes"'
|
||||||
|
|
||||||
when: wakeup_method == "acpiwakeup"
|
when: wakeup_method == "acpiwakeup"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
@ -10,6 +10,6 @@
|
|||||||
- lineinfile:
|
- lineinfile:
|
||||||
path: /etc/vdr/vdr-addon-acpiwakeup.conf
|
path: /etc/vdr/vdr-addon-acpiwakeup.conf
|
||||||
regexp: '^ACPI_ENABLED='
|
regexp: '^ACPI_ENABLED='
|
||||||
line: 'ACPI_ENABLED=true'
|
line: 'ACPI_ENABLED="yes"'
|
||||||
|
|
||||||
when: wakeup_method == "acpiwakeup"
|
when: wakeup_method == "acpiwakeup"
|
||||||
|
Loading…
Reference in New Issue
Block a user