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

@@ -1,5 +1,5 @@
---
- name: Clone pi-hole
become: yes
git:
@@ -10,7 +10,7 @@
- name: Install pi-hole if needed
become: yes
register: pihole_install
command:
command:
creates: /usr/bin/pihole-FTL
cmd: false # bash basic-install.sh
chdir: '/opt/pi-hole/automated install'
@@ -30,7 +30,7 @@
register: dns_updated
copy:
dest: /etc/pihole/custom.list
src: dns
src: dns
owner: pihole
group: pihole
mode: 0644