Whitespace cleanup to get in sync with AniNIX/Uniglot hooks
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user