Fix syntax and indentation

This commit is contained in:
Alexander Grothe 2017-12-20 10:52:22 +01:00
parent fd1d7744fb
commit 1befca797e
2 changed files with 12 additions and 12 deletions

View File

@ -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'

View File

@ -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'