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

@@ -8,7 +8,7 @@
- name: Standardize the servicefile
become: yes
register: servicefile
copy:
copy:
src: cyberbrain.service
dest: /usr/lib/systemd/system/cyberbrain.service
owner: root
@@ -20,7 +20,7 @@
service:
name: webssh
state: stopped
enabled: no
enabled: no
- systemd:
daemon_reload: true