src.nth.io/

summaryrefslogtreecommitdiff
path: root/pihole/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pihole/tasks/main.yaml')
-rw-r--r--pihole/tasks/main.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pihole/tasks/main.yaml b/pihole/tasks/main.yaml
deleted file mode 100644
index 028d544..0000000
--- a/pihole/tasks/main.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-
-- name: install custom DNS names
- become: yes
- copy:
- src: "{{pihole_custom_dns_list}}"
- dest: "/etc/pihole/custom.list"
- mode: "0644"
- notify: restart pihole-ftl
-
-- name: update pihole
- command: "pihole -up"
- changed_when: false