Fix typos in playbook files
This commit is contained in:
parent
f1709c8494
commit
b45785bb6d
993
Manual.html
993
Manual.html
File diff suppressed because it is too large
Load Diff
@ -426,7 +426,8 @@ grub:
|
|||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
||||||
# Serial device to configure for a homebrew receiver.
|
# Serial device to configure for a homebrew receiver.
|
||||||
# Choose either ttyS0 (COM1) or ttyS1 (COM2)
|
# Choose either ttyS0 (COM1) or ttyS1 (COM2)
|
||||||
serial_ir_device = ttyS0
|
# Also ensure that the role serial-ir is enabled in yavdr07.yml
|
||||||
|
serial_ir_device: ttyS0
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Roles
|
* Roles
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
@ -5748,7 +5749,7 @@ serial_ir_device: ttyS0
|
|||||||
- name: serial_ir module options
|
- name: serial_ir module options
|
||||||
template:
|
template:
|
||||||
src: roles/serial-ir/modprobe.d/serial_ir.conf.j2
|
src: roles/serial-ir/modprobe.d/serial_ir.conf.j2
|
||||||
src: /etc/modprobe.d/serial_ir.conf
|
dest: /etc/modprobe.d/serial_ir.conf
|
||||||
|
|
||||||
- name: setserial options
|
- name: setserial options
|
||||||
template:
|
template:
|
||||||
|
@ -59,4 +59,5 @@ grub:
|
|||||||
boot_options: quiet splash
|
boot_options: quiet splash
|
||||||
# Serial device to configure for a homebrew receiver.
|
# Serial device to configure for a homebrew receiver.
|
||||||
# Choose either ttyS0 (COM1) or ttyS1 (COM2)
|
# Choose either ttyS0 (COM1) or ttyS1 (COM2)
|
||||||
serial_ir_device = ttyS0
|
# Also ensure that the role serial-ir is enabled in yavdr07.yml
|
||||||
|
serial_ir_device: ttyS0
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
- name: serial_ir module options
|
- name: serial_ir module options
|
||||||
template:
|
template:
|
||||||
src: roles/serial-ir/modprobe.d/serial_ir.conf.j2
|
src: roles/serial-ir/modprobe.d/serial_ir.conf.j2
|
||||||
src: /etc/modprobe.d/serial_ir.conf
|
dest: /etc/modprobe.d/serial_ir.conf
|
||||||
|
|
||||||
- name: setserial options
|
- name: setserial options
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user