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
|
||||
template:
|
||||
src: templates/lircd_options.conf.j2
|
||||
dest: /etc/lirc/lircd_options.conf
|
||||
src: templates/lirc_options.conf.j2
|
||||
dest: /etc/lirc/lirc_options.conf
|
||||
|
||||
- name: enable lircd
|
||||
systemd:
|
||||
@ -3568,7 +3568,7 @@ dependencies:
|
||||
when: '"04d8:f844" in usb'
|
||||
#+END_SRC
|
||||
*** 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 }}
|
||||
|
||||
[lircd]
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
- name: write lirc configuration
|
||||
template:
|
||||
src: templates/lircd_options.conf.j2
|
||||
dest: /etc/lirc/lircd_options.conf
|
||||
src: templates/lirc_options.conf.j2
|
||||
dest: /etc/lirc/lirc_options.conf
|
||||
|
||||
- name: enable lircd
|
||||
systemd:
|
||||
|
Loading…
Reference in New Issue
Block a user