Skip to content

Commit

Permalink
Fix permission issue for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cwille97 committed Nov 25, 2023
1 parent 5d43fb2 commit 0e8d8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/pi-hole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ansible.builtin.file:
path: "/etc/resolvconf.conf"
state: touch
become: false

- name: Update resolveconf for local name server use.
ansible.builtin.lineinfile:
Expand Down

0 comments on commit 0e8d8bb

Please sign in to comment.