src.nth.io/

summaryrefslogtreecommitdiff
path: root/pihole
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-02-17 19:01:58 -0600
committerLuke Hoersten <[email protected]>2020-02-17 19:01:58 -0600
commitdd5920df0e1f47ef4e1d84964ccd635d605109f3 (patch)
treef30ac19e1a8b966e4a092be7d43f13ba97583a56 /pihole
parent41ab10ae4dc6e9346ba5ac274f9575c33b210a5d (diff)
Addd pihole updater
Diffstat (limited to 'pihole')
-rw-r--r--pihole/tasks/main.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pihole/tasks/main.yaml b/pihole/tasks/main.yaml
index db456c9..d4fe7ea 100644
--- a/pihole/tasks/main.yaml
+++ b/pihole/tasks/main.yaml
@@ -7,3 +7,6 @@
dest: "/etc/pihole/custom.list"
mode: "0644"
notify: restart pihole-ftl
+
+- name: update pihole
+ command: "pihole -up"