Fix typo
This commit is contained in:
parent
82ecb114b1
commit
ab2cf081b4
@ -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'
|
||||
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user