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

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