Fix syntax and indentation
This commit is contained in:
parent
fd1d7744fb
commit
1befca797e
@ -1922,10 +1922,10 @@ b'\xde\xad\xbe\xef'
|
|||||||
|
|
||||||
- name: create irexec configuration for the session
|
- name: create irexec configuration for the session
|
||||||
block:
|
block:
|
||||||
template:
|
- template:
|
||||||
src: templates/systemd/user/irexec.service.j2
|
src: templates/systemd/user/irexec.service.j2
|
||||||
dest: '{{ vdr.home }}/.config/systemd/user/irexec.service'
|
dest: '{{ vdr.home }}/.config/systemd/user/irexec.service'
|
||||||
template:
|
- template:
|
||||||
src: templates/.lircrc.j2
|
src: templates/.lircrc.j2
|
||||||
dest: '{{ vdr.home }}/.lircrc'
|
dest: '{{ vdr.home }}/.lircrc'
|
||||||
|
|
||||||
|
@ -89,10 +89,10 @@
|
|||||||
|
|
||||||
- name: create irexec configuration for the session
|
- name: create irexec configuration for the session
|
||||||
block:
|
block:
|
||||||
template:
|
- template:
|
||||||
src: templates/systemd/user/irexec.service.j2
|
src: templates/systemd/user/irexec.service.j2
|
||||||
dest: '{{ vdr.home }}/.config/systemd/user/irexec.service'
|
dest: '{{ vdr.home }}/.config/systemd/user/irexec.service'
|
||||||
template:
|
- template:
|
||||||
src: templates/.lircrc.j2
|
src: templates/.lircrc.j2
|
||||||
dest: '{{ vdr.home }}/.lircrc'
|
dest: '{{ vdr.home }}/.lircrc'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user