Skip to content

Commit

Permalink
fix(prerequisite): 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 677d570 commit e42501d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/debian-prerequisites.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: Install packages
become: true
ansible.builtin.apt:
name: "{{ pi_hole_prerequisites }}"
state: present
Expand Down

0 comments on commit e42501d

Please sign in to comment.