Add internal alias to pihole
This commit is contained in:
5
ansible/roles/pihole/handlers/main.yml
Normal file
5
ansible/roles/pihole/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: restart pihole FTL
|
||||
service:
|
||||
name: pihole-FTL
|
||||
state: restarted
|
||||
become: true
|
Reference in New Issue
Block a user