Fix name and destination for lirc options file
This commit is contained in:
parent
d8c3b9c5bd
commit
1d108dc61f
@ -3554,8 +3554,8 @@ dependencies:
|
|||||||
|
|
||||||
- name: write lirc configuration
|
- name: write lirc configuration
|
||||||
template:
|
template:
|
||||||
src: templates/lircd_options.conf.j2
|
src: templates/lirc_options.conf.j2
|
||||||
dest: /etc/lirc/lircd_options.conf
|
dest: /etc/lirc/lirc_options.conf
|
||||||
|
|
||||||
- name: enable lircd
|
- name: enable lircd
|
||||||
systemd:
|
systemd:
|
||||||
@ -3568,7 +3568,7 @@ dependencies:
|
|||||||
when: '"04d8:f844" in usb'
|
when: '"04d8:f844" in usb'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** templates
|
*** templates
|
||||||
#+BEGIN_SRC conf :tangle roles/autoinstall-atric-usb/templates/lircd_options.conf.j2 :padline no
|
#+BEGIN_SRC conf :tangle roles/autoinstall-atric-usb/templates/lirc_options.conf.j2 :padline no
|
||||||
{{ ansible_managed_file | comment }}
|
{{ ansible_managed_file | comment }}
|
||||||
|
|
||||||
[lircd]
|
[lircd]
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
- name: write lirc configuration
|
- name: write lirc configuration
|
||||||
template:
|
template:
|
||||||
src: templates/lircd_options.conf.j2
|
src: templates/lirc_options.conf.j2
|
||||||
dest: /etc/lirc/lircd_options.conf
|
dest: /etc/lirc/lirc_options.conf
|
||||||
|
|
||||||
- name: enable lircd
|
- name: enable lircd
|
||||||
systemd:
|
systemd:
|
||||||
|
Loading…
Reference in New Issue
Block a user