Whitespace cleanup to get in sync with AniNIX/Uniglot hooks

This commit is contained in:
2022-11-20 20:03:01 -06:00
parent a43cb4b6bb
commit a34c96df6b
96 changed files with 713 additions and 400 deletions

View File

@@ -14,7 +14,7 @@ LOAD_MODULES=true
# Run "lircd --driver=help" for a list of supported drivers.
DRIVER="default"
# usually /dev/lirc0 is the correct setting for systems using udev
# usually /dev/lirc0 is the correct setting for systems using udev
DEVICE="/dev/lirc0"
MODULES="lirc_rpi"

View File

@@ -5,9 +5,9 @@
# this config file was automatically generated
# using lirc-0.9.0-pre1(default) on Thu Feb 9 18:06:50 2017
#
# contributed by
# contributed by
#
# brand: Insignia
# brand: Insignia
# model no. of remote control: NS-RC4NA-14
# devices being controlled by this remote: TV
#

View File

@@ -8,7 +8,7 @@
# contributed by darkfeather@aninix.net
#
# brand: LG.conf
# model no. of remote control: AKB73715608
# model no. of remote control: AKB73715608
# devices being controlled by this remote: TV
#
@@ -49,10 +49,10 @@ end remote
# this config file was automatically generated
# using lirc-0.9.0-pre1(default) on Tue May 1 06:40:29 2018
#
# contributed by
# contributed by
#
# brand: ./lasko.conf
# model no. of remote control:
# model no. of remote control:
# devices being controlled by this remote:
#
@@ -118,9 +118,9 @@ end remote
# this config file was automatically generated
# using lirc-0.9.0-pre1(default) on Thu Feb 9 18:06:50 2017
#
# contributed by
# contributed by
#
# brand: Insignia
# brand: Insignia
# model no. of remote control: NS-RC4NA-14
# devices being controlled by this remote: TV
#

View File

@@ -8,7 +8,7 @@
# contributed by darkfeather@aninix.net
#
# brand: LG.conf
# model no. of remote control: AKB73715608
# model no. of remote control: AKB73715608
# devices being controlled by this remote: TV
#

View File

@@ -16,7 +16,7 @@
user: "{{ ansible_user_id }}"
state: present
key: "{{ lookup('file', lookup('env','HOME') + '/.ssh/geth.pub') }}"
- name: Copy the motion config
become: yes
register: motion_config
@@ -32,13 +32,13 @@
owner: motion
group: motion
mode: 0750
loop:
loop:
- "/var/log/motion"
- "/var/run/motion"
- name: Restart the motion service
become: yes
when: motion_config.changed and motion_enabled
when: motion_config.changed and motion_enabled
service:
name: motion
state: started
@@ -119,7 +119,7 @@
- name: Copy lircd remote config
register: lircd_remote_config
become: yes
copy:
copy:
src: "lircd.conf/{{ inventory_hostname }}"
dest: /etc/lirc/lircd.conf