This commit is contained in:
Alexander Grothe 2018-10-27 14:58:22 +02:00
parent 82ecb114b1
commit ab2cf081b4
2 changed files with 2 additions and 2 deletions

View File

@ -739,7 +739,7 @@ Stop vdr before entering suspend and unload dvb modules, reverse this operation
#+BEGIN_SRC yaml :tangle roles/yavdr-common/tasks/standby_support.yml :exports none :mkdirp yes
- name: create /usr/local/bin/module-helper
template:
src: templates/module-helper.js
src: templates/module-helper.j2
dest: /usr/local/bin/module-helper
mode: '0755'

View File

@ -1,6 +1,6 @@
- name: create /usr/local/bin/module-helper
template:
src: templates/module-helper.js
src: templates/module-helper.j2
dest: /usr/local/bin/module-helper
mode: '0755'