src.nth.io/

summaryrefslogtreecommitdiff
path: root/pihole/tasks/main.yaml
blob: db456c9a40a5564a0bb1d1f34cb8b77b029417a5 (plain)
1
2
3
4
5
6
7
8
9
---

- name: install custom DNS names
  become: yes
  copy:
    src: "{{pihole_custom_dns_list}}"
    dest: "/etc/pihole/custom.list"
    mode: "0644"
  notify: restart pihole-ftl