Fix value

This commit is contained in:
Alexander Grothe 2017-11-20 11:09:48 +01:00
parent 7fc4dee8fc
commit 74159df8ac
2 changed files with 2 additions and 2 deletions

View File

@ -3584,7 +3584,7 @@ wakeup_method: "acpiwakeup"
- lineinfile:
path: /etc/vdr/vdr-addon-acpiwakeup.conf
regexp: '^ACPI_ENABLED='
line: 'ACPI_ENABLED=true'
line: 'ACPI_ENABLED="yes"'
when: wakeup_method == "acpiwakeup"
#+END_SRC

View File

@ -10,6 +10,6 @@
- lineinfile:
path: /etc/vdr/vdr-addon-acpiwakeup.conf
regexp: '^ACPI_ENABLED='
line: 'ACPI_ENABLED=true'
line: 'ACPI_ENABLED="yes"'
when: wakeup_method == "acpiwakeup"