Skip to content

Commit

Permalink
fix(configure): add become true to task
Browse files Browse the repository at this point in the history
  • Loading branch information
chubchubsancho committed Apr 12, 2023
1 parent 0f6a60e commit 677d570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: Configure pi-hole FTL
become: true
ansible.builtin.template:
src: etc/pihole/pihole-FTL.conf.j2
dest: /etc/pihole/pihole-FTL.conf
Expand All @@ -11,6 +12,7 @@
- configure

- name: Configure pi-hole local DNS records
become: true
ansible.builtin.template:
src: etc/pihole/custom.list.j2
dest: /etc/pihole/custom.list
Expand Down

0 comments on commit 677d570

Please sign in to comment.